|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.instantbank.component.job.util.Field
In memory representation of a system field of the current company (corresponding to table com.instantbank.common.utilcomponents.DatabaseNames.LETT_FIELD)
Field Summary | |
private java.lang.String |
dataType
data type of field: LetterTemplateGlobals.FIELD_NUMERIC, FIELD_STRING, FIELD_DATE |
private java.lang.String |
displayName
display name corresponding to field (for the current company) |
private java.lang.String |
fieldColumn
column name corresponding to field |
private long |
fieldId
unique code of field |
private long |
menuId
code of associated value menu (optional: it can be LetterTemplateGlobals.UNDEF) |
private java.lang.String |
offsetType
offset type of field (relevant for date fields): LetterTemplateGlobals.NO_OFFSET, WORKABLE_DAYS_OFFSET, CHRONO_DAYS_OFFSET |
private java.lang.String |
rootType
root type for joins: LetterTemplateGlobals.ROOT_AGREEMENTS |
private java.lang.String |
tableAlias
table alias associated to field |
Constructor Summary | |
Field(long fieldId,
java.lang.String tableAlias,
java.lang.String rootType,
java.lang.String fieldColumn,
java.lang.String dataType,
long menuId,
java.lang.String offsetType,
java.lang.String displayName)
Constructor for the Field object |
Method Summary | |
java.lang.String |
getDataType()
Gets the dataType attribute of the Field object |
java.lang.String |
getDisplayName()
Gets the displayName attribute of the Field object |
java.lang.String |
getFieldColumn()
Gets the fieldColumn attribute of the Field object |
long |
getFieldId()
Gets the fieldId attribute of the Field object |
long |
getMenuId()
Gets the menuId attribute of the Field object |
java.lang.String |
getOffsetType()
Gets the offsetType attribute of the Field object |
java.lang.String |
getRootType()
Gets the rootType attribute of the Field object |
java.lang.String |
getTableAlias()
Gets the tableAlias attribute of the Field object |
java.lang.String |
toString()
Representation textual of the Field object |
Methods inherited from class java.lang.Object |
|
Field Detail |
private long fieldId
private java.lang.String tableAlias
private java.lang.String rootType
private java.lang.String fieldColumn
private java.lang.String dataType
private long menuId
private java.lang.String offsetType
private java.lang.String displayName
Constructor Detail |
public Field(long fieldId, java.lang.String tableAlias, java.lang.String rootType, java.lang.String fieldColumn, java.lang.String dataType, long menuId, java.lang.String offsetType, java.lang.String displayName)
fieldId
- unique code of fieldtableAlias
- table alias associated to fieldrootType
- root type for joinsfieldColumn
- column name corresponding to fielddataType
- data type of fieldmenuId
- code of associated value menuoffsetType
- offset type of fielddisplayName
- display name of field (for current company)Method Detail |
public long getFieldId()
public java.lang.String getTableAlias()
public java.lang.String getRootType()
public java.lang.String getFieldColumn()
public java.lang.String getDataType()
public long getMenuId()
public java.lang.String getOffsetType()
public java.lang.String getDisplayName()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |