com.ibm.dse.services.appltables
Class TableDescriptor

java.lang.Object
  |
  +--com.ibm.dse.services.appltables.TableDescriptor

public class TableDescriptor
extends java.lang.Object

The TableDescriptor class is internally used by the Application Tables service to keep the information of the table as defined in the service XML external definition as part of the service tables catalog.


Constructor Summary
TableDescriptor()
          This constructor creates an instance of TableDescriptor.
 
Method Summary
protected  Hashtable getColumnsDescription()
          Returns the columnsDescription attribute value.
protected  java.lang.String getName()
          Returns the name attribute value.
protected  java.lang.String getRelease()
          Returns the release attribute value.
protected  java.lang.String getVersion()
          Returns the version attribute value.
protected  boolean isEnterprise()
          Returns the enterprise attribute value.
protected  boolean isInMemory()
          Returns the inMemory attribute value.
protected  boolean isLanguage()
          Returns the language attribute value.
protected  void setColumnsDescription(Hashtable newColumnsDescription)
          Sets the columnsDescription attribute value to newColumnsDescription.
protected  void setEnterprise(boolean newEnterprise)
          Sets the enterprise attribute value to newEnterprise.
protected  void setInMemory(boolean newInMemory)
          Sets the inMemory attribute value to newInMemory.
protected  void setLanguage(boolean newLanguage)
          Sets the language attribute value to newLanguage.
protected  void setName(java.lang.String newName)
          Sets the name attribute value to newName.
protected  void setRelease(java.lang.String newRelease)
          Sets the release attribute value to newRelease.
protected  void setVersion(java.lang.String newVersion)
          Sets the version attribute value to newVersion.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableDescriptor

public TableDescriptor()
This constructor creates an instance of TableDescriptor.
Method Detail

getColumnsDescription

protected Hashtable getColumnsDescription()
Returns the columnsDescription attribute value.
Returns:
com.ibm.dse.base.Hashtable

getName

protected java.lang.String getName()
Returns the name attribute value.
Returns:
java.lang.String

getRelease

protected java.lang.String getRelease()
Returns the release attribute value.
Returns:
java.lang.String

getVersion

protected java.lang.String getVersion()
Returns the version attribute value.
Returns:
String

isEnterprise

protected boolean isEnterprise()
Returns the enterprise attribute value.
Returns:
boolean

isInMemory

protected boolean isInMemory()
Returns the inMemory attribute value.
Returns:
boolean

isLanguage

protected boolean isLanguage()
Returns the language attribute value.
Returns:
boolean

setColumnsDescription

protected void setColumnsDescription(Hashtable newColumnsDescription)
Sets the columnsDescription attribute value to newColumnsDescription.
Parameters:
newColumnsDescription - com.ibm.dse.base.Hashtable

setEnterprise

protected void setEnterprise(boolean newEnterprise)
Sets the enterprise attribute value to newEnterprise.
Parameters:
newEnterprise - boolean

setInMemory

protected void setInMemory(boolean newInMemory)
Sets the inMemory attribute value to newInMemory.
Parameters:
newInMemory - boolean

setLanguage

protected void setLanguage(boolean newLanguage)
Sets the language attribute value to newLanguage.
Parameters:
newLanguage - boolean

setName

protected void setName(java.lang.String newName)
Sets the name attribute value to newName.
Parameters:
newName - java.lang.String

setRelease

protected void setRelease(java.lang.String newRelease)
Sets the release attribute value to newRelease.
Parameters:
newRelease - java.lang.String

setVersion

protected void setVersion(java.lang.String newVersion)
Sets the version attribute value to newVersion.
Parameters:
newVersion - String