|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.webdocwf.util.loader.generator.TableAttributes
TableAttributes class stores the value of table attributes, which are needed for creating ImportDefinition.xml file.
Constructor Summary | |
TableAttributes(java.lang.String tableName,
java.lang.String valueMode)
Construct object TableAttributes with associated parameters. |
Method Summary | |
java.lang.String |
getInsert()
This method read the value of insert parameter. |
java.lang.String |
getOidLogic()
This method read the value of oidLogic parameter. |
java.lang.String |
getTableID()
This method read the value of tableID parameter. |
java.lang.String |
getTableMode()
This method read the value of tableMode parameter. |
java.lang.String |
getTableName()
This method read the value of tableName parameter. |
void |
setInsert(java.lang.String _insert)
This method sets the value of insert parameter. |
void |
setOidLogic(java.lang.String oid_Logic)
This method sets the value of oidLogic parameter. |
void |
setTableID(java.lang.String table_ID)
This method sets the value of tableID parameter. |
void |
setTableMode(java.lang.String table_Mode)
This method sets the value of tableMode parameter. |
void |
setTableName(java.lang.String table_Name)
This method sets the value of tableName parameter. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TableAttributes(java.lang.String tableName, java.lang.String valueMode)
tableName
- is name of the table form which we retrieve data.valueMode
- valueMode defines the difference from overwrite and update attribute.Method Detail |
public void setTableName(java.lang.String table_Name)
table_Name
- is the value of parameter.public java.lang.String getTableName()
public void setTableID(java.lang.String table_ID)
table_ID
- is the value of parameter.public java.lang.String getTableID()
public void setInsert(java.lang.String _insert)
_insert
- is the value of parameter.public java.lang.String getInsert()
public void setTableMode(java.lang.String table_Mode)
table_Mode
- is the value of parameter.public java.lang.String getTableMode()
public void setOidLogic(java.lang.String oid_Logic)
oid_Logic
- is the value of parameter.public java.lang.String getOidLogic()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |