|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.dse.services.appltables.TableDescriptor
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 |
public TableDescriptor()
Method Detail |
protected Hashtable getColumnsDescription()
protected java.lang.String getName()
protected java.lang.String getRelease()
protected java.lang.String getVersion()
protected boolean isEnterprise()
protected boolean isInMemory()
protected boolean isLanguage()
protected void setColumnsDescription(Hashtable newColumnsDescription)
newColumnsDescription
- com.ibm.dse.base.Hashtableprotected void setEnterprise(boolean newEnterprise)
newEnterprise
- booleanprotected void setInMemory(boolean newInMemory)
newInMemory
- booleanprotected void setLanguage(boolean newLanguage)
newLanguage
- booleanprotected void setName(java.lang.String newName)
newName
- java.lang.Stringprotected void setRelease(java.lang.String newRelease)
newRelease
- java.lang.Stringprotected void setVersion(java.lang.String newVersion)
newVersion
- String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |