|
||||||||||
| 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.TableConstraintImpl
public class TableConstraintImpl
Generated implementation class representing the domain model entity TableConstraint.
Data Store Mapping: Corresponds to the physical data store entity TABLE_CONSTRAINTS.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.plasma.provisioning.rdb.mysql.v5_5.TableConstraint |
|---|
TableConstraint.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.mysql.v5_5.TableConstraint |
|---|
TYPE_NAME_TABLE_CONSTRAINT |
| Constructor Summary | |
|---|---|
TableConstraintImpl()
Default No-arg constructor required for serialization operations. |
|
TableConstraintImpl(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 |
getConstraintType()
Returns the value of the constraintType property. |
java.lang.String |
getName()
Returns the value of the name property. |
java.lang.String |
getOwner()
Returns the value of the owner property. |
Table |
getTable()
Returns the value of the table property. |
boolean |
isSetConstraintType()
Returns true if the constraintType property is set. |
boolean |
isSetName()
Returns true if the name property is set. |
boolean |
isSetOwner()
Returns true if the owner property is set. |
boolean |
isSetTable()
Returns true if the table property is set. |
void |
setConstraintType(java.lang.String value)
Sets the value of the constraintType property to the given value. |
void |
setName(java.lang.String value)
Sets the value of the name 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 |
unsetConstraintType()
Unsets the constraintType 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 |
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 TableConstraintImpl()
public TableConstraintImpl(Type type)
| Method Detail |
|---|
public boolean isSetConstraintType()
isSetConstraintType in interface TableConstraintpublic void unsetConstraintType()
unsetConstraintType in interface TableConstraintpublic java.lang.String getConstraintType()
getConstraintType in interface TableConstraintpublic void setConstraintType(java.lang.String value)
name: ConstraintType
URI:http://org.plasma/sdo/mysql/5_5
setConstraintType in interface TableConstraintpublic boolean isSetName()
isSetName in interface TableConstraintpublic void unsetName()
unsetName in interface TableConstraintpublic java.lang.String getName()
getName in interface TableConstraintpublic void setName(java.lang.String value)
setName in interface TableConstraintpublic boolean isSetOwner()
isSetOwner in interface TableConstraintpublic void unsetOwner()
unsetOwner in interface TableConstraintpublic java.lang.String getOwner()
getOwner in interface TableConstraintpublic void setOwner(java.lang.String value)
setOwner in interface TableConstraintpublic boolean isSetTable()
isSetTable in interface TableConstraintpublic void unsetTable()
unsetTable in interface TableConstraintpublic Table createTable()
Table automatically establishing a containment relationship through the object's reference property, table.
createTable in interface TableConstraintTable automatically establishing a containment relationship through the object's reference property table.public Table getTable()
getTable in interface TableConstraintpublic void setTable(Table value)
setTable in interface TableConstraint
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||