|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jaffa.tools.database.SyncSchema.Field
Java bean to store Field information for
| Constructor Summary | |
SyncSchema.Field()
|
|
| Method Summary | |
String |
getChanges()
Getter for property changes. |
int |
getColSize()
Getter for property colSize. |
short |
getDataType()
Getter for property dataType. |
String |
getDataTypeName()
Getter for property dataTypeName. |
String |
getDefaultValue()
Getter for property defaultValue. |
int |
getFracSize()
Getter for property fracSize. |
int |
getMaxLength()
Getter for property maxLength. |
String |
getName()
Getter for property name. |
String |
getRemarks()
Getter for property remarks. |
int |
getSeq()
Getter for property seq. |
SyncSchema.Field |
getSourceField()
Getter for property sourceField. |
int |
getSyncStatus()
Getter for property syncStatus. |
boolean |
isMandatory()
Getter for property mandatory. |
void |
setChanges(String changes)
Setter for property changes. |
void |
setColSize(int colSize)
Setter for property colSize. |
void |
setDataType(short dataType)
Setter for property dataType. |
void |
setDataTypeName(String dataTypeName)
Setter for property dataTypeName. |
void |
setDefaultValue(String defaultValue)
Setter for property defaultValue. |
void |
setFracSize(int fracSize)
Setter for property fracSize. |
void |
setMandatory(boolean mandatory)
Setter for property mandatory. |
void |
setMaxLength(int maxLength)
Setter for property maxLength. |
void |
setName(String name)
Setter for property name. |
void |
setRemarks(String remarks)
Setter for property remarks. |
void |
setSeq(int seq)
Setter for property seq. |
void |
setSourceField(SyncSchema.Field sourceField)
Setter for property sourceField. |
void |
setSyncStatus(int syncStatus)
Setter for property syncStatus. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SyncSchema.Field()
| Method Detail |
public int getSyncStatus()
public void setSyncStatus(int syncStatus)
syncStatus - New value of property syncStatus.public String getName()
public void setName(String name)
name - New value of property name.public short getDataType()
public void setDataType(short dataType)
dataType - New value of property dataType.public String getDataTypeName()
public void setDataTypeName(String dataTypeName)
dataTypeName - New value of property dataTypeName.public int getColSize()
public void setColSize(int colSize)
colSize - New value of property colSize.public int getFracSize()
public void setFracSize(int fracSize)
fracSize - New value of property fracSize.public String getRemarks()
public void setRemarks(String remarks)
remarks - New value of property remarks.public String getDefaultValue()
public void setDefaultValue(String defaultValue)
defaultValue - New value of property defaultValue.public int getMaxLength()
public void setMaxLength(int maxLength)
maxLength - New value of property maxLength.public int getSeq()
public void setSeq(int seq)
seq - New value of property seq.public boolean isMandatory()
public void setMandatory(boolean mandatory)
mandatory - New value of property mandatory.public SyncSchema.Field getSourceField()
public void setSourceField(SyncSchema.Field sourceField)
sourceField - New value of property sourceField.public String getChanges()
public void setChanges(String changes)
changes - New value of property changes.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||