| java.lang.Object org.ofbiz.datafile.ModelRecord
ModelRecord | public class ModelRecord (Code) | | ModelRecord
author: David E. Jones version: $Revision: 1.1 $ since: 2.0 |
description | public String description(Code) | | A free form description of the Record
|
fields | public List fields(Code) | | List of the fields that compose this record
|
limit | public String limit(Code) | | The number limit of records to go under the parent, may be one or many
|
parentName | public String parentName(Code) | | The name of the parent record for this record, if any
|
tcIsNum | public boolean tcIsNum(Code) | | specifies whether or not the type min and max are numbers, if so does a number compare, otherwise a String compare
|
tcLength | public int tcLength(Code) | | The length of the type-code of the Record - optional
|
tcMax | public String tcMax(Code) | | The maximum type-code of the Record, an alternative to the single type code
|
tcMaxNum | public long tcMaxNum(Code) | | |
tcMin | public String tcMin(Code) | | The minimum type-code of the Record, an alternative to the single type code
|
tcMinNum | public long tcMinNum(Code) | | |
tcPosition | public int tcPosition(Code) | | The position of the type-code of the Record
|
typeCode | public String typeCode(Code) | | The type-code of the Record
|
|
|