|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ofbiz.datafile.ModelRecord
public class ModelRecord
ModelRecord
Field Summary | |
---|---|
java.util.List<ModelRecord> |
childRecords
|
java.lang.String |
description
A free form description of the Record |
java.util.List<ModelField> |
fields
List of the fields that compose this record |
java.lang.String |
limit
The number limit of records to go under the parent, may be one or many |
static java.lang.String |
LIMIT_MANY
|
static java.lang.String |
LIMIT_ONE
|
java.lang.String |
name
The name of the Record |
java.lang.String |
parentName
The name of the parent record for this record, if any |
ModelRecord |
parentRecord
|
boolean |
tcIsNum
specifies whether or not the type min and max are numbers, if so does a number compare, otherwise a String compare |
int |
tcLength
The length of the type-code of the Record - optional |
java.lang.String |
tcMax
The maximum type-code of the Record, an alternative to the single type code |
long |
tcMaxNum
|
java.lang.String |
tcMin
The minimum type-code of the Record, an alternative to the single type code |
long |
tcMinNum
|
int |
tcPosition
The position of the type-code of the Record |
java.lang.String |
typeCode
The type-code of the Record |
Constructor Summary | |
---|---|
ModelRecord()
|
Method Summary | |
---|---|
java.lang.String |
getDescription()
|
java.util.List<ModelField> |
getFields()
|
java.lang.String |
getName()
|
java.lang.String |
getParentName()
|
void |
setDescription(java.lang.String description)
|
void |
setFields(java.util.List<ModelField> fields)
|
void |
setName(java.lang.String name)
|
void |
setParentName(java.lang.String parentName)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String LIMIT_ONE
public static final java.lang.String LIMIT_MANY
public java.lang.String name
public java.lang.String typeCode
public java.lang.String tcMin
public long tcMinNum
public java.lang.String tcMax
public long tcMaxNum
public boolean tcIsNum
public int tcPosition
public int tcLength
public java.lang.String description
public java.lang.String parentName
public java.lang.String limit
public ModelRecord parentRecord
public java.util.List<ModelRecord> childRecords
public java.util.List<ModelField> fields
Constructor Detail |
---|
public ModelRecord()
Method Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public java.lang.String getParentName()
public void setParentName(java.lang.String parentName)
public java.util.List<ModelField> getFields()
public void setFields(java.util.List<ModelField> fields)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |