kristal.client
Class TableInfoType

java.lang.Object
  extended bykristal.client.TableInfoType

public class TableInfoType
extends java.lang.Object

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

table_name

public java.lang.String table_name

alias

public java.lang.String alias

table_id

public int table_id

document_no

public long document_no
Constructor Detail

TableInfoType

public TableInfoType()
Constructs a new TableInfoType object.

Method Detail

toString

public java.lang.String toString()
Overrides a parent's toString()


setTableName

public void setTableName(java.lang.String table_name)
Sets the table name of this object.

Parameters:
table_name - the union table name

setAlias

public void setAlias(java.lang.String alias)
Sets the alias of this object.

Parameters:
alias - the alias

setTableId

public void setTableId(int table_id)
Sets the table id of this object.

Parameters:
table_id - the table id

setDocumentNo

public void setDocumentNo(long document_no)
Sets the document number of this object.

Parameters:
document_no - the document number

getTableName

public java.lang.String getTableName()
Returns the table name in this object.

Returns:
the table name

getAlias

public java.lang.String getAlias()
Returns the alias in this object.

Returns:
the alias

getTableId

public int getTableId()
Returns the table id in this object.

Returns:
the table id

getDocumentNo

public long getDocumentNo()
Returns the document number in this object.

Returns:
the document number