com.ibm.dse.services.appltables
Class ColumnDescriptor

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

public class ColumnDescriptor
extends java.lang.Object

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


Constructor Summary
ColumnDescriptor()
          This constructor creates a ColumnDescriptor instance.
 
Method Summary
protected  java.lang.String getDataName()
          Returns the dataName attribute value.
protected  java.lang.String getName()
          Returns the name attribute value.
protected  java.lang.String getType()
          Returns the type attribute value.
protected  boolean isIsKey()
          Returns the isKey attribute value.
protected  void setDataName(java.lang.String newDataName)
          Sets the dataName attribute value to newDataName.
protected  void setIsKey(boolean newIsKey)
          Sets the isKey attribute value to newIsKey.
protected  void setName(java.lang.String newName)
          Sets the name attribute value to newName.
protected  void setType(java.lang.String newType)
          Sets the type attribute value to newType.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColumnDescriptor

public ColumnDescriptor()
This constructor creates a ColumnDescriptor instance.
Method Detail

getDataName

protected java.lang.String getDataName()
Returns the dataName attribute value.
Returns:
java.lang.String

getName

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

getType

protected java.lang.String getType()
Returns the type attribute value.
Returns:
java.lang.String

isIsKey

protected boolean isIsKey()
Returns the isKey attribute value.
Returns:
boolean

setDataName

protected void setDataName(java.lang.String newDataName)
Sets the dataName attribute value to newDataName.
Parameters:
newDataName - java.lang.String

setIsKey

protected void setIsKey(boolean newIsKey)
Sets the isKey attribute value to newIsKey.
Parameters:
newIsKey - boolean

setName

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

setType

protected void setType(java.lang.String newType)
Sets the type attribute value to newType.
Parameters:
newType - java.lang.String