|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.webdocwf.util.loader.generator.ImportDefinitionAttributes
public class ImportDefinitionAttributes
ImportDefinitionAttributes class stores the value of Import definition tag parameters, which are needed for creating ImportDefinition.xml file.w2
Constructor Summary | |
---|---|
ImportDefinitionAttributes()
|
Method Summary | |
---|---|
java.lang.String |
getLogMode()
This method read the value of logMode parameter. |
java.lang.String |
getName()
This method read the value of name parameter. |
java.lang.String |
getObjectIDIncrementid()
This method read the value of objectIDIncrementid parameter. |
java.lang.String |
getTableName()
This method read the value of tableName parameter. |
java.lang.String[] |
getTagAllowNulls()
This method read the value of tagAllowNulls parameter. |
java.lang.String[] |
getTagColumnLenght()
This method read the value of tagColumnLenght parameter. |
java.lang.String[] |
getTagColumnType()
This method read the value of tagColumnType parameter. |
java.lang.String[] |
getTagSourceColumnName()
This method read the value of tagSourceColumnName parameter. |
java.lang.String[] |
getTagTargetColumnName()
This method read the value of tagTargetColumnName parameter. |
java.lang.String[] |
getTagTargetTableID()
This method read the value of tagTargetTableID parameter. |
java.lang.String[] |
getTagTargetTableName()
This method read the value of tagTargetTableName parameter. |
void |
setLogMode(java.lang.String log_Mode)
This method sets the value of logMode parameter. |
void |
setName(java.lang.String _name)
This method sets the value of name parameter. |
void |
setObjectIDIncrementid(java.lang.String object_ID_Incrementid)
This method sets the value of objectIDIncrementid parameter. |
void |
setTableName(java.lang.String table_Name)
This method sets the value of tableName parameter. |
void |
setTagAllowNulls(java.lang.String[] tag_AllowNulls)
This method sets the value of tagAllowNulls parameter. |
void |
setTagColumnLenght(java.lang.String[] tag_ColumnLenght)
This method sets the value of tagColumnLenght parameter. |
void |
setTagColumnType(java.lang.String[] tag_ColumnType)
This method sets the value of tagColumnType parameter. |
void |
setTagSourceColumnName(java.lang.String[] tag_Source_ColumnName)
This method sets the value of tagSourceColumnName parameter. |
void |
setTagTargetColumnName(java.lang.String[] tag_Target_ColumnName)
This method sets the value of tagTargetColumnName parameter. |
void |
setTagTargetTableID(java.lang.String[] tag_Target_TableID)
This method sets the value of tagTargetTableID parameter. |
void |
setTagTargetTableName(java.lang.String[] tag_Target_TableName)
This method sets the value of tagTargetTableName parameter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ImportDefinitionAttributes()
Method Detail |
---|
public void setName(java.lang.String _name)
_name
- is the value of parameter.public java.lang.String getName()
public void setTableName(java.lang.String table_Name)
table_Name
- is the value of parameter.public java.lang.String getTableName()
public void setLogMode(java.lang.String log_Mode)
log_Mode
- is the value of parameter.public java.lang.String getLogMode()
public void setObjectIDIncrementid(java.lang.String object_ID_Incrementid)
object_ID_Incrementid
- is the value of parameter.public java.lang.String getObjectIDIncrementid()
public void setTagSourceColumnName(java.lang.String[] tag_Source_ColumnName)
tag_Source_ColumnName
- is the value of parameter.public java.lang.String[] getTagSourceColumnName()
public void setTagTargetTableName(java.lang.String[] tag_Target_TableName)
tag_Target_TableName
- is the value of parameter.public java.lang.String[] getTagTargetTableName()
public void setTagTargetColumnName(java.lang.String[] tag_Target_ColumnName)
tag_Target_ColumnName
- is the value of parameter.public java.lang.String[] getTagTargetColumnName()
public void setTagTargetTableID(java.lang.String[] tag_Target_TableID)
tag_Target_TableID
- is the value of parameter.public java.lang.String[] getTagTargetTableID()
public void setTagColumnType(java.lang.String[] tag_ColumnType)
tag_ColumnType
- is the value of parameter.public java.lang.String[] getTagColumnType()
public void setTagAllowNulls(java.lang.String[] tag_AllowNulls)
tag_AllowNulls
- is the value of parameter.public java.lang.String[] getTagAllowNulls()
public void setTagColumnLenght(java.lang.String[] tag_ColumnLenght)
tag_ColumnLenght
- is the value of parameter.public java.lang.String[] getTagColumnLenght()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |