|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.dse.services.appltables.ColumnDescriptor
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 |
public ColumnDescriptor()
Method Detail |
protected java.lang.String getDataName()
protected java.lang.String getName()
protected java.lang.String getType()
protected boolean isIsKey()
protected void setDataName(java.lang.String newDataName)
newDataName
- java.lang.Stringprotected void setIsKey(boolean newIsKey)
newIsKey
- booleanprotected void setName(java.lang.String newName)
newName
- java.lang.Stringprotected void setType(java.lang.String newType)
newType
- java.lang.String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |