|
||||||||||
| 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.TableColumnConstraintImpl
public class TableColumnConstraintImpl
A constraint definition
Generated implementation class representing the domain model entity TableColumnConstraint. Data Store Mapping: Corresponds to the physical data store entity ALL_CONS_COLUMNS.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumnConstraint |
|---|
TableColumnConstraint.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.oracle.g11.sys.TableColumnConstraint |
|---|
TYPE_NAME_TABLE_COLUMN_CONSTRAINT |
| Constructor Summary | |
|---|---|
TableColumnConstraintImpl()
Default No-arg constructor required for serialization operations. |
|
TableColumnConstraintImpl(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 |
getConstraintName()
Returns the value of the constraintName property. |
String |
getOwner()
Returns the value of the owner property. |
Table |
getTable()
Returns the value of the table property. |
boolean |
isSetColumnName()
Returns true if the columnName property is set. |
boolean |
isSetConstraintName()
Returns true if the constraintName property is set. |
boolean |
isSetOwner()
Returns true if the owner 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 |
setConstraintName(String value)
Sets the value of the constraintName 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 |
unsetColumnName()
Unsets the columnName property, the value of the property of the object being set to the property's default value. |
void |
unsetConstraintName()
Unsets the constraintName 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 TableColumnConstraintImpl()
public TableColumnConstraintImpl(Type type)
| Method Detail |
|---|
public boolean isSetColumnName()
isSetColumnName in interface TableColumnConstraintpublic void unsetColumnName()
unsetColumnName in interface TableColumnConstraintpublic String getColumnName()
getColumnName in interface TableColumnConstraintpublic void setColumnName(String value)
setColumnName in interface TableColumnConstraintpublic boolean isSetConstraintName()
getConstraintName or setConstraintName(...) for a definition of property constraintName
isSetConstraintName in interface TableColumnConstraintpublic void unsetConstraintName()
getConstraintName or setConstraintName(...) for a definition of property constraintName
unsetConstraintName in interface TableColumnConstraintpublic String getConstraintName()
getConstraintName in interface TableColumnConstraintpublic void setConstraintName(String value)
setConstraintName in interface TableColumnConstraintpublic boolean isSetOwner()
getOwner or setOwner(...) for a definition of property owner
isSetOwner in interface TableColumnConstraintpublic void unsetOwner()
getOwner or setOwner(...) for a definition of property owner
unsetOwner in interface TableColumnConstraintpublic String getOwner()
getOwner in interface TableColumnConstraintpublic void setOwner(String value)
setOwner in interface TableColumnConstraintpublic boolean isSetTable()
isSetTable in interface TableColumnConstraintpublic void unsetTable()
unsetTable in interface TableColumnConstraintpublic Table createTable()
Table automatically establishing a containment relationship through the object's reference property, table.
createTable in interface TableColumnConstraintTable automatically establishing a containment relationship through the object's reference property table.public Table getTable()
getTable in interface TableColumnConstraintpublic void setTable(Table value)
setTable in interface TableColumnConstraint
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||