|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.plasma.sdo.core.CoreNode
org.plasma.sdo.core.CoreDataObject
org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnImpl
public class TableColumnImpl
Represents a system column definition which is linked to its system Table definition by association.
Generated implementation class representing the domain model entity TableColumn. Data Store Mapping: Corresponds to the physical data store entity ALL_TAB_COLUMNS.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumn |
|---|
TableColumn.PROPERTY |
| Field Summary | |
|---|---|
static java.lang.String |
NAMESPACE_URI
The SDO namespace URI associated with the SDO Type for this class |
| Fields inherited from class org.plasma.sdo.core.CoreNode |
|---|
EMPTY_EDGE_LIST, valueObject |
| Fields inherited from interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumn |
|---|
TYPE_NAME_TABLE_COLUMN |
| Constructor Summary | |
|---|---|
TableColumnImpl()
Default No-arg constructor required for serialization operations. |
|
TableColumnImpl(Type type)
|
|
| Method Summary | |
|---|---|
Table |
createTable()
Creates and returns a new instance of Type Table automatically establishing a containment relationship through the object's reference property, table. |
java.lang.String |
getCharacterSetName()
Returns the value of the characterSetName property. |
int |
getColumn_id()
Returns the value of the column_id property. |
java.lang.String |
getColumnName()
Returns the value of the columnName property. |
java.lang.String |
getDataDefault()
Returns the value of the dataDefault property. |
int |
getDataLength()
Returns the value of the dataLength property. |
int |
getDataPrecision()
Returns the value of the dataPrecision property. |
int |
getDataScale()
Returns the value of the dataScale property. |
java.lang.String |
getDataType()
Returns the value of the dataType property. |
java.lang.String |
getNullable()
Returns the value of the nullable property. |
java.lang.String |
getOwner()
Returns the value of the owner property. |
Table |
getTable()
Returns the value of the table property. |
boolean |
isSetCharacterSetName()
Returns true if the characterSetName property is set. |
boolean |
isSetColumn_id()
Returns true if the column_id property is set. |
boolean |
isSetColumnName()
Returns true if the columnName property is set. |
boolean |
isSetDataDefault()
Returns true if the dataDefault property is set. |
boolean |
isSetDataLength()
Returns true if the dataLength property is set. |
boolean |
isSetDataPrecision()
Returns true if the dataPrecision property is set. |
boolean |
isSetDataScale()
Returns true if the dataScale property is set. |
boolean |
isSetDataType()
Returns true if the dataType property is set. |
boolean |
isSetNullable()
Returns true if the nullable property is set. |
boolean |
isSetOwner()
Returns true if the owner property is set. |
boolean |
isSetTable()
Returns true if the table property is set. |
void |
setCharacterSetName(java.lang.String value)
Sets the value of the characterSetName property to the given value. |
void |
setColumn_id(int value)
Sets the value of the column_id property to the given value. |
void |
setColumnName(java.lang.String value)
Sets the value of the columnName property to the given value. |
void |
setDataDefault(java.lang.String value)
Sets the value of the dataDefault property to the given value. |
void |
setDataLength(int value)
Sets the value of the dataLength property to the given value. |
void |
setDataPrecision(int value)
Sets the value of the dataPrecision property to the given value. |
void |
setDataScale(int value)
Sets the value of the dataScale property to the given value. |
void |
setDataType(java.lang.String value)
Sets the value of the dataType property to the given value. |
void |
setNullable(java.lang.String value)
Sets the value of the nullable property to the given value. |
void |
setOwner(java.lang.String value)
Sets the value of the owner property to the given value. |
void |
setTable(Table value)
Sets the value of the table property to the given value. |
void |
unsetCharacterSetName()
Unsets the characterSetName property, the value of the property of the object being set to the property's default value. |
void |
unsetColumn_id()
Unsets the column_id property, the value of the property of the object being set to the property's default value. |
void |
unsetColumnName()
Unsets the columnName property, the value of the property of the object being set to the property's default value. |
void |
unsetDataDefault()
Unsets the dataDefault property, the value of the property of the object being set to the property's default value. |
void |
unsetDataLength()
Unsets the dataLength property, the value of the property of the object being set to the property's default value. |
void |
unsetDataPrecision()
Unsets the dataPrecision property, the value of the property of the object being set to the property's default value. |
void |
unsetDataScale()
Unsets the dataScale property, the value of the property of the object being set to the property's default value. |
void |
unsetDataType()
Unsets the dataType property, the value of the property of the object being set to the property's default value. |
void |
unsetNullable()
Unsets the nullable property, the value of the property of the object being set to the property's default value. |
void |
unsetOwner()
Unsets the owner property, the value of the property of the object being set to the property's default value. |
void |
unsetTable()
Unsets the table property, the value of the property of the object being set to the property's default value. |
| Methods inherited from class org.plasma.sdo.core.CoreNode |
|---|
getEdges, getEntityName, getValue, getValueObject, removeValue, setValue, setValueObject |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.plasma.sdo.PlasmaDataObject |
|---|
accept, accept, accept, acceptDepthFirst, add, contains, dump, dumpDepthFirst, find, getDataObject, getUUID, getUUIDAsString, remove, remove, reset, resetUUID, setContainer, setContainmentProperty, setDataGraph |
| Field Detail |
|---|
public static final java.lang.String NAMESPACE_URI
| Constructor Detail |
|---|
public TableColumnImpl()
public TableColumnImpl(Type type)
| Method Detail |
|---|
public boolean isSetCharacterSetName()
getCharacterSetName or setCharacterSetName(...) for a definition of property characterSetName
isSetCharacterSetName in interface TableColumnpublic void unsetCharacterSetName()
getCharacterSetName or setCharacterSetName(...) for a definition of property characterSetName
unsetCharacterSetName in interface TableColumnpublic java.lang.String getCharacterSetName()
getCharacterSetName in interface TableColumnpublic void setCharacterSetName(java.lang.String value)
setCharacterSetName in interface TableColumnpublic boolean isSetColumnName()
getColumnName or setColumnName(...) for a definition of property columnName
isSetColumnName in interface TableColumnpublic void unsetColumnName()
getColumnName or setColumnName(...) for a definition of property columnName
unsetColumnName in interface TableColumnpublic java.lang.String getColumnName()
getColumnName in interface TableColumnpublic void setColumnName(java.lang.String value)
setColumnName in interface TableColumnpublic boolean isSetColumn_id()
getColumn_id or setColumn_id(...) for a definition of property column_id
isSetColumn_id in interface TableColumnpublic void unsetColumn_id()
getColumn_id or setColumn_id(...) for a definition of property column_id
unsetColumn_id in interface TableColumnpublic int getColumn_id()
getColumn_id in interface TableColumnpublic void setColumn_id(int value)
setColumn_id in interface TableColumnpublic boolean isSetDataDefault()
getDataDefault or setDataDefault(...) for a definition of property dataDefault
isSetDataDefault in interface TableColumnpublic void unsetDataDefault()
getDataDefault or setDataDefault(...) for a definition of property dataDefault
unsetDataDefault in interface TableColumnpublic java.lang.String getDataDefault()
getDataDefault in interface TableColumnpublic void setDataDefault(java.lang.String value)
setDataDefault in interface TableColumnpublic boolean isSetDataLength()
getDataLength or setDataLength(...) for a definition of property dataLength
isSetDataLength in interface TableColumnpublic void unsetDataLength()
getDataLength or setDataLength(...) for a definition of property dataLength
unsetDataLength in interface TableColumnpublic int getDataLength()
getDataLength in interface TableColumnpublic void setDataLength(int value)
setDataLength in interface TableColumnpublic boolean isSetDataPrecision()
getDataPrecision or setDataPrecision(...) for a definition of property dataPrecision
isSetDataPrecision in interface TableColumnpublic void unsetDataPrecision()
getDataPrecision or setDataPrecision(...) for a definition of property dataPrecision
unsetDataPrecision in interface TableColumnpublic int getDataPrecision()
getDataPrecision in interface TableColumnpublic void setDataPrecision(int value)
setDataPrecision in interface TableColumnpublic boolean isSetDataScale()
getDataScale or setDataScale(...) for a definition of property dataScale
isSetDataScale in interface TableColumnpublic void unsetDataScale()
getDataScale or setDataScale(...) for a definition of property dataScale
unsetDataScale in interface TableColumnpublic int getDataScale()
getDataScale in interface TableColumnpublic void setDataScale(int value)
setDataScale in interface TableColumnpublic boolean isSetDataType()
getDataType or setDataType(...) for a definition of property dataType
isSetDataType in interface TableColumnpublic void unsetDataType()
getDataType or setDataType(...) for a definition of property dataType
unsetDataType in interface TableColumnpublic java.lang.String getDataType()
getDataType in interface TableColumnpublic void setDataType(java.lang.String value)
name: SysDataType
URI:http://org.plasma/sdo/oracle/11g/sys
setDataType in interface TableColumnpublic boolean isSetNullable()
getNullable or setNullable(...) for a definition of property nullable
isSetNullable in interface TableColumnpublic void unsetNullable()
getNullable or setNullable(...) for a definition of property nullable
unsetNullable in interface TableColumnpublic java.lang.String getNullable()
getNullable in interface TableColumnpublic void setNullable(java.lang.String value)
setNullable in interface TableColumnpublic boolean isSetOwner()
getOwner or setOwner(...) for a definition of property owner
isSetOwner in interface TableColumnpublic void unsetOwner()
getOwner or setOwner(...) for a definition of property owner
unsetOwner in interface TableColumnpublic java.lang.String getOwner()
getOwner in interface TableColumnpublic void setOwner(java.lang.String value)
setOwner in interface TableColumnpublic boolean isSetTable()
getTable or setTable(...) for a definition of property table
isSetTable in interface TableColumnpublic void unsetTable()
getTable or setTable(...) for a definition of property table
unsetTable in interface TableColumnpublic Table createTable()
Table automatically establishing a containment relationship through the object's reference property, table.
Property Definition:
See getTable or setTable(...) for a definition of property table
createTable in interface TableColumnTable automatically establishing a containment relationship through the object's reference property table.public Table getTable()
getTable in interface TableColumnpublic void setTable(Table value)
setTable in interface TableColumn
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||