|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jaffa.tools.database.SyncSchema.Table
Java bean to store Table information
| Constructor Summary | |
SyncSchema.Table()
|
|
| Method Summary | |
String |
getCatalog()
Getter for property catalog. |
Map |
getFields()
Getter for property fields. |
String |
getName()
Getter for property name. |
String |
getRemarks()
Getter for property remarks. |
String |
getSchema()
Getter for property schema. |
int |
getSyncStatus()
Getter for property syncStatus. |
String |
getType()
Getter for property type. |
void |
setCatalog(String catalog)
Setter for property catalog. |
void |
setFields(Map fields)
Setter for property fields. |
void |
setName(String name)
Setter for property name. |
void |
setRemarks(String remarks)
Setter for property remarks. |
void |
setSchema(String schema)
Setter for property schema. |
void |
setSyncStatus(int syncStatus)
Setter for property syncStatus. |
void |
setType(String type)
Setter for property type. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SyncSchema.Table()
| 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 Map getFields()
public void setFields(Map fields)
fields - New value of property fields.public String getCatalog()
public void setCatalog(String catalog)
catalog - New value of property catalog.public String getSchema()
public void setSchema(String schema)
schema - New value of property schema.public String getType()
public void setType(String type)
type - New value of property type.public String getRemarks()
public void setRemarks(String remarks)
remarks - New value of property remarks.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||