|
||||||||||
| 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.TableColumnKeyUsageImpl
public class TableColumnKeyUsageImpl
Generated implementation class representing the domain model entity TableColumnKeyUsage.
Data Store Mapping: Corresponds to the physical data store entity KEY_COLUMN_USAGE.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumnKeyUsage |
|---|
TableColumnKeyUsage.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.TableColumnKeyUsage |
|---|
TYPE_NAME_TABLE_COLUMN_KEY_USAGE |
| Constructor Summary | |
|---|---|
TableColumnKeyUsageImpl()
Default No-arg constructor required for serialization operations. |
|
TableColumnKeyUsageImpl(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 |
getColumnName()
Returns the value of the columnName property. |
String |
getName()
Returns the value of the name property. |
String |
getOwner()
Returns the value of the owner property. |
String |
getReferencedColumnName()
Returns the value of the referencedColumnName property. |
String |
getReferencedTableName()
Returns the value of the referencedTableName property. |
String |
getReferencedTableSchema()
Returns the value of the referencedTableSchema property. |
Table |
getTable()
Returns the value of the table property. |
boolean |
isSetColumnName()
Returns true if the columnName property is set. |
boolean |
isSetName()
Returns true if the name property is set. |
boolean |
isSetOwner()
Returns true if the owner property is set. |
boolean |
isSetReferencedColumnName()
Returns true if the referencedColumnName property is set. |
boolean |
isSetReferencedTableName()
Returns true if the referencedTableName property is set. |
boolean |
isSetReferencedTableSchema()
Returns true if the referencedTableSchema property is set. |
boolean |
isSetTable()
Returns true if the table property is set. |
void |
setColumnName(String value)
Sets the value of the columnName property to the given value. |
void |
setName(String value)
Sets the value of the name property to the given value. |
void |
setOwner(String value)
Sets the value of the owner property to the given value. |
void |
setReferencedColumnName(String value)
Sets the value of the referencedColumnName property to the given value. |
void |
setReferencedTableName(String value)
Sets the value of the referencedTableName property to the given value. |
void |
setReferencedTableSchema(String value)
Sets the value of the referencedTableSchema property to the given value. |
void |
setTable(Table value)
Sets the value of the table property to the given value. |
void |
unsetColumnName()
Unsets the columnName property, the value of the property of the object being set to the property's default value. |
void |
unsetName()
Unsets the name 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 |
unsetReferencedColumnName()
Unsets the referencedColumnName property, the value of the property of the object being set to the property's default value. |
void |
unsetReferencedTableName()
Unsets the referencedTableName property, the value of the property of the object being set to the property's default value. |
void |
unsetReferencedTableSchema()
Unsets the referencedTableSchema 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 TableColumnKeyUsageImpl()
public TableColumnKeyUsageImpl(Type type)
| Method Detail |
|---|
public boolean isSetColumnName()
isSetColumnName in interface TableColumnKeyUsagepublic void unsetColumnName()
unsetColumnName in interface TableColumnKeyUsagepublic String getColumnName()
getColumnName in interface TableColumnKeyUsagepublic void setColumnName(String value)
setColumnName in interface TableColumnKeyUsagepublic boolean isSetName()
isSetName in interface TableColumnKeyUsagepublic void unsetName()
unsetName in interface TableColumnKeyUsagepublic String getName()
getName in interface TableColumnKeyUsagepublic void setName(String value)
setName in interface TableColumnKeyUsagepublic boolean isSetOwner()
isSetOwner in interface TableColumnKeyUsagepublic void unsetOwner()
unsetOwner in interface TableColumnKeyUsagepublic String getOwner()
getOwner in interface TableColumnKeyUsagepublic void setOwner(String value)
setOwner in interface TableColumnKeyUsagepublic boolean isSetReferencedColumnName()
isSetReferencedColumnName in interface TableColumnKeyUsagepublic void unsetReferencedColumnName()
unsetReferencedColumnName in interface TableColumnKeyUsagepublic String getReferencedColumnName()
getReferencedColumnName in interface TableColumnKeyUsagepublic void setReferencedColumnName(String value)
setReferencedColumnName in interface TableColumnKeyUsagepublic boolean isSetReferencedTableName()
isSetReferencedTableName in interface TableColumnKeyUsagepublic void unsetReferencedTableName()
unsetReferencedTableName in interface TableColumnKeyUsagepublic String getReferencedTableName()
getReferencedTableName in interface TableColumnKeyUsagepublic void setReferencedTableName(String value)
setReferencedTableName in interface TableColumnKeyUsagepublic boolean isSetReferencedTableSchema()
isSetReferencedTableSchema in interface TableColumnKeyUsagepublic void unsetReferencedTableSchema()
unsetReferencedTableSchema in interface TableColumnKeyUsagepublic String getReferencedTableSchema()
getReferencedTableSchema in interface TableColumnKeyUsagepublic void setReferencedTableSchema(String value)
setReferencedTableSchema in interface TableColumnKeyUsagepublic boolean isSetTable()
isSetTable in interface TableColumnKeyUsagepublic void unsetTable()
unsetTable in interface TableColumnKeyUsagepublic Table createTable()
Table automatically establishing a containment relationship through the object's reference property, table.
createTable in interface TableColumnKeyUsageTable automatically establishing a containment relationship through the object's reference property table.public Table getTable()
getTable in interface TableColumnKeyUsagepublic void setTable(Table value)
setTable in interface TableColumnKeyUsage
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||