|
||||||||||
| 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.mysql.v5_5.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 COLUMNS.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumn |
|---|
TableColumn.PROPERTY |
| Field Summary | |
|---|---|
static 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.mysql.v5_5.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. |
String |
getCharacterSetName()
Returns the value of the characterSetName property. |
int |
getCharMaxLength()
Returns the value of the charMaxLength property. |
String |
getColumnComment()
Returns the value of the columnComment property. |
String |
getColumnKey()
Returns the value of the columnKey property. |
String |
getColumnName()
Returns the value of the columnName property. |
String |
getColumnType()
Returns the value of the columnType property. |
int |
getDataPrecision()
Returns the value of the dataPrecision property. |
int |
getDataScale()
Returns the value of the dataScale property. |
String |
getDataType()
Returns the value of the dataType property. |
String |
getNullable()
Returns the value of the nullable property. |
int |
getOctetMaxLength()
Returns the value of the octetMaxLength property. |
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 |
isSetCharMaxLength()
Returns true if the charMaxLength property is set. |
boolean |
isSetColumnComment()
Returns true if the columnComment property is set. |
boolean |
isSetColumnKey()
Returns true if the columnKey property is set. |
boolean |
isSetColumnName()
Returns true if the columnName property is set. |
boolean |
isSetColumnType()
Returns true if the columnType 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 |
isSetOctetMaxLength()
Returns true if the octetMaxLength 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(String value)
Sets the value of the characterSetName property to the given value. |
void |
setCharMaxLength(int value)
Sets the value of the charMaxLength property to the given value. |
void |
setColumnComment(String value)
Sets the value of the columnComment property to the given value. |
void |
setColumnKey(String value)
Sets the value of the columnKey property to the given value. |
void |
setColumnName(String value)
Sets the value of the columnName property to the given value. |
void |
setColumnType(String value)
Sets the value of the columnType 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(String value)
Sets the value of the dataType property to the given value. |
void |
setNullable(String value)
Sets the value of the nullable property to the given value. |
void |
setOctetMaxLength(int value)
Sets the value of the octetMaxLength property to the given value. |
void |
setOwner(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 |
unsetCharMaxLength()
Unsets the charMaxLength property, the value of the property of the object being set to the property's default value. |
void |
unsetColumnComment()
Unsets the columnComment property, the value of the property of the object being set to the property's default value. |
void |
unsetColumnKey()
Unsets the columnKey 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 |
unsetColumnType()
Unsets the columnType 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 |
unsetOctetMaxLength()
Unsets the octetMaxLength 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 String NAMESPACE_URI
| Constructor Detail |
|---|
public TableColumnImpl()
public TableColumnImpl(Type type)
| Method Detail |
|---|
public boolean isSetCharMaxLength()
getCharMaxLength or setCharMaxLength(...) for a definition of property charMaxLength
isSetCharMaxLength in interface TableColumnpublic void unsetCharMaxLength()
getCharMaxLength or setCharMaxLength(...) for a definition of property charMaxLength
unsetCharMaxLength in interface TableColumnpublic int getCharMaxLength()
getCharMaxLength in interface TableColumnpublic void setCharMaxLength(int value)
setCharMaxLength in interface TableColumnpublic 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 String getCharacterSetName()
getCharacterSetName in interface TableColumnpublic void setCharacterSetName(String value)
setCharacterSetName in interface TableColumnpublic boolean isSetColumnComment()
isSetColumnComment in interface TableColumnpublic void unsetColumnComment()
unsetColumnComment in interface TableColumnpublic String getColumnComment()
getColumnComment in interface TableColumnpublic void setColumnComment(String value)
setColumnComment in interface TableColumnpublic boolean isSetColumnKey()
getColumnKey or setColumnKey(...) for a definition of property columnKey
isSetColumnKey in interface TableColumnpublic void unsetColumnKey()
getColumnKey or setColumnKey(...) for a definition of property columnKey
unsetColumnKey in interface TableColumnpublic String getColumnKey()
getColumnKey in interface TableColumnpublic void setColumnKey(String value)
name: ColumnKeyType
URI:http://org.plasma/sdo/mysql/5_5
setColumnKey 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 String getColumnName()
getColumnName in interface TableColumnpublic void setColumnName(String value)
setColumnName in interface TableColumnpublic boolean isSetColumnType()
isSetColumnType in interface TableColumnpublic void unsetColumnType()
unsetColumnType in interface TableColumnpublic String getColumnType()
getColumnType in interface TableColumnpublic void setColumnType(String value)
setColumnType 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 String getDataType()
getDataType in interface TableColumnpublic void setDataType(String value)
name: SysDataType
URI:http://org.plasma/sdo/mysql/5_5
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 String getNullable()
getNullable in interface TableColumnpublic void setNullable(String value)
setNullable in interface TableColumnpublic boolean isSetOctetMaxLength()
getOctetMaxLength or setOctetMaxLength(...) for a definition of property octetMaxLength
isSetOctetMaxLength in interface TableColumnpublic void unsetOctetMaxLength()
getOctetMaxLength or setOctetMaxLength(...) for a definition of property octetMaxLength
unsetOctetMaxLength in interface TableColumnpublic int getOctetMaxLength()
getOctetMaxLength in interface TableColumnpublic void setOctetMaxLength(int value)
setOctetMaxLength 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 String getOwner()
getOwner in interface TableColumnpublic void setOwner(String value)
setOwner in interface TableColumnpublic boolean isSetTable()
isSetTable in interface TableColumnpublic void unsetTable()
unsetTable in interface TableColumnpublic Table createTable()
Table automatically establishing a containment relationship through the object's reference 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 | |||||||||