|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.instantbank.component.job.util.Alias
In memory representation of a system alias (corresponding to table : com.instantbank.common.utilcomponents.DatabaseNames.LETT_ALIAS)
Field Summary | |
private java.lang.String |
builtTable
sql text for building a temporal table when fieldCategory is LetterTemplateGlobals.TEMPORAL_FIELDS; it is optional |
private java.lang.String |
description
description of tableAlias |
private java.lang.String |
fieldCategory
category of fields associated to tableAlias : LetterTemplateGlobals.NORMAL_FIELDS, TEMPORAL_FIELDS, DERIVED_FIELDS |
private java.lang.String |
joinType
type of join : LetterTemplateGlobals.SIMPLE_JOIN, OUTER_JOIN; it is optional |
private java.lang.String |
parentJoinColumn
column name in parent table for join; it is optional |
private java.lang.String |
parentTableAlias
alias of parent table for join; it is optional |
private java.lang.String |
realTable
name of real table associated to tableAlias |
private java.lang.String |
rootType
root type for joins: LetterTemplateGlobals.ROOT_AGREEMENTS |
private java.lang.String |
sonJoinColumn
column name in son table (i.e. |
private java.lang.String |
tableAlias
name of table alias |
Constructor Summary | |
Alias(java.lang.String tableAlias,
java.lang.String rootType,
java.lang.String description,
java.lang.String realTable,
java.lang.String fieldCategory,
java.lang.String parentTableAlias,
java.lang.String parentJoinColumn,
java.lang.String sonJoinColumn,
java.lang.String joinType,
java.lang.String builtTable)
Constructor for the Alias object |
Method Summary | |
java.lang.String |
getBuiltTable()
Gets the builtTable attribute of the Alias object |
java.lang.String |
getDescription()
Gets the description attribute of the Alias object |
java.lang.String |
getFieldCategory()
Gets the fieldCategory attribute of the Alias object |
java.lang.String |
getJoinType()
Gets the joinType attribute of the Alias object |
java.lang.String |
getParentJoinColumn()
Gets the parentJoinColumn attribute of the Alias object |
java.lang.String |
getParentTableAlias()
Gets the parentTableAlias attribute of the Alias object |
java.lang.String |
getRealTable()
Gets the realTable attribute of the Alias object |
java.lang.String |
getRootType()
Gets the rootType attribute of the Alias object |
java.lang.String |
getSonJoinColumn()
Gets the sonJoinColumn attribute of the Alias object |
java.lang.String |
getTableAlias()
Gets the tableAlias attribute of the Alias object |
java.lang.String |
toString()
Textual representation of the Alias object |
Methods inherited from class java.lang.Object |
|
Field Detail |
private java.lang.String tableAlias
private java.lang.String rootType
private java.lang.String description
private java.lang.String realTable
private java.lang.String fieldCategory
private java.lang.String parentTableAlias
private java.lang.String parentJoinColumn
private java.lang.String sonJoinColumn
private java.lang.String joinType
private java.lang.String builtTable
Constructor Detail |
public Alias(java.lang.String tableAlias, java.lang.String rootType, java.lang.String description, java.lang.String realTable, java.lang.String fieldCategory, java.lang.String parentTableAlias, java.lang.String parentJoinColumn, java.lang.String sonJoinColumn, java.lang.String joinType, java.lang.String builtTable)
tableAlias
- name of table aliasrootType
- root type for joinsdescription
- description of tableAliasrealTable
- name of real table associated to tableAliasfieldCategory
- category of fields associated to tableAliasparentTableAlias
- alias of parent table for joinparentJoinColumn
- column name in parent table for joinsonJoinColumn
- column name in son table for joinjoinType
- type of joinbuiltTable
- sql text for building a temporal tableMethod Detail |
public java.lang.String getTableAlias()
public java.lang.String getRootType()
public java.lang.String getDescription()
public java.lang.String getRealTable()
public java.lang.String getFieldCategory()
public java.lang.String getParentTableAlias()
public java.lang.String getParentJoinColumn()
public java.lang.String getSonJoinColumn()
public java.lang.String getJoinType()
public java.lang.String getBuiltTable()
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 |