|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectkristal.client.TableInfoType
This Class describes a Table Structure of KRISTAL.
| Field Summary | |
java.lang.String |
alias
|
long |
document_no
|
int |
table_id
|
java.lang.String |
table_name
|
| Constructor Summary | |
TableInfoType()
Constructs a new TableInfoType object. |
|
| Method Summary | |
java.lang.String |
getAlias()
Returns the alias in this object. |
long |
getDocumentNo()
Returns the document number in this object. |
int |
getTableId()
Returns the table id in this object. |
java.lang.String |
getTableName()
Returns the table name in this object. |
void |
setAlias(java.lang.String alias)
Sets the alias of this object. |
void |
setDocumentNo(long document_no)
Sets the document number of this object. |
void |
setTableId(int table_id)
Sets the table id of this object. |
void |
setTableName(java.lang.String table_name)
Sets the table name of this object. |
java.lang.String |
toString()
Overrides a parent's toString() |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public java.lang.String table_name
public java.lang.String alias
public int table_id
public long document_no
| Constructor Detail |
public TableInfoType()
| Method Detail |
public java.lang.String toString()
public void setTableName(java.lang.String table_name)
table_name - the union table namepublic void setAlias(java.lang.String alias)
alias - the aliaspublic void setTableId(int table_id)
table_id - the table idpublic void setDocumentNo(long document_no)
document_no - the document numberpublic java.lang.String getTableName()
public java.lang.String getAlias()
public int getTableId()
public long getDocumentNo()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||