org.plasma.provisioning.rdb.mysql.v5_5
Interface TableColumnKeyUsage

All Superinterfaces:
DataObject, PlasmaDataObject, Serializable
All Known Implementing Classes:
TableColumnKeyUsageImpl

public interface TableColumnKeyUsage
extends PlasmaDataObject

Generated interface representing the domain model entity TableColumnKeyUsage. This SDO interface directly reflects the class (single or multiple) inheritance lattice of the source domain model(s) and is part of namespace http://org.plasma/sdo/mysql/5_5 defined within the Configuration.

Data Store Mapping: Corresponds to the physical data store entity KEY_COLUMN_USAGE.

See Also:
Table

Nested Class Summary
static class TableColumnKeyUsage.PROPERTY
          The declared logical property names for this Type.
 
Field Summary
static String NAMESPACE_URI
          The SDO namespace URI associated with the Type for this class.
static String TYPE_NAME_TABLE_COLUMN_KEY_USAGE
          The entity or Type logical name associated with this class.
 
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 interface org.plasma.sdo.PlasmaDataObject
accept, accept, accept, acceptDepthFirst, add, contains, dump, dumpDepthFirst, find, getDataObject, getUUID, getUUIDAsString, remove, remove, reset, resetUUID, setContainer, setContainmentProperty, setDataGraph
 
Methods inherited from interface commonj.sdo.DataObject
createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, delete, detach, get, get, get, getBigDecimal, getBigDecimal, getBigDecimal, getBigInteger, getBigInteger, getBigInteger, getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getBytes, getBytes, getBytes, getChangeSummary, getChar, getChar, getChar, getContainer, getContainmentProperty, getDataGraph, getDataObject, getDataObject, getDataObject, getDate, getDate, getDate, getDouble, getDouble, getDouble, getFloat, getFloat, getFloat, getInstanceProperties, getInstanceProperty, getInt, getInt, getInt, getList, getList, getList, getLong, getLong, getLong, getProperty, getRootObject, getSequence, getSequence, getSequence, getSequence, getShort, getShort, getShort, getString, getString, getString, getType, isSet, isSet, isSet, set, set, set, setBigDecimal, setBigDecimal, setBigDecimal, setBigInteger, setBigInteger, setBigInteger, setBoolean, setBoolean, setBoolean, setByte, setByte, setByte, setBytes, setBytes, setBytes, setChar, setChar, setChar, setDataObject, setDataObject, setDataObject, setDate, setDate, setDate, setDouble, setDouble, setDouble, setFloat, setFloat, setFloat, setInt, setInt, setInt, setList, setList, setList, setLong, setLong, setLong, setShort, setShort, setShort, setString, setString, setString, unset, unset, unset
 

Field Detail

NAMESPACE_URI

static final String NAMESPACE_URI
The SDO namespace URI associated with the Type for this class.

See Also:
Constant Field Values

TYPE_NAME_TABLE_COLUMN_KEY_USAGE

static final String TYPE_NAME_TABLE_COLUMN_KEY_USAGE
The entity or Type logical name associated with this class.

See Also:
Constant Field Values
Method Detail

isSetOwner

boolean isSetOwner()
Returns true if the owner property is set.

Returns:
true if the owner property is set.

unsetOwner

void unsetOwner()
Unsets the owner property, the value of the property of the object being set to the property's default value. The property will no longer be considered set.


getOwner

String getOwner()
Returns the value of the owner property.

Returns:
the value of the owner property.

setOwner

void setOwner(String value)
Sets the value of the owner property to the given value.


isSetName

boolean isSetName()
Returns true if the name property is set.

Returns:
true if the name property is set.

unsetName

void unsetName()
Unsets the name property, the value of the property of the object being set to the property's default value. The property will no longer be considered set.


getName

String getName()
Returns the value of the name property.

Returns:
the value of the name property.

setName

void setName(String value)
Sets the value of the name property to the given value.


isSetColumnName

boolean isSetColumnName()
Returns true if the columnName property is set.

Returns:
true if the columnName property is set.

unsetColumnName

void unsetColumnName()
Unsets the columnName property, the value of the property of the object being set to the property's default value. The property will no longer be considered set.


getColumnName

String getColumnName()
Returns the value of the columnName property.

Returns:
the value of the columnName property.

setColumnName

void setColumnName(String value)
Sets the value of the columnName property to the given value.


isSetReferencedTableSchema

boolean isSetReferencedTableSchema()
Returns true if the referencedTableSchema property is set.

Returns:
true if the referencedTableSchema property is set.

unsetReferencedTableSchema

void unsetReferencedTableSchema()
Unsets the referencedTableSchema property, the value of the property of the object being set to the property's default value. The property will no longer be considered set.


getReferencedTableSchema

String getReferencedTableSchema()
Returns the value of the referencedTableSchema property.

Returns:
the value of the referencedTableSchema property.

setReferencedTableSchema

void setReferencedTableSchema(String value)
Sets the value of the referencedTableSchema property to the given value.


isSetReferencedTableName

boolean isSetReferencedTableName()
Returns true if the referencedTableName property is set.

Returns:
true if the referencedTableName property is set.

unsetReferencedTableName

void unsetReferencedTableName()
Unsets the referencedTableName property, the value of the property of the object being set to the property's default value. The property will no longer be considered set.


getReferencedTableName

String getReferencedTableName()
Returns the value of the referencedTableName property.

Returns:
the value of the referencedTableName property.

setReferencedTableName

void setReferencedTableName(String value)
Sets the value of the referencedTableName property to the given value.


isSetReferencedColumnName

boolean isSetReferencedColumnName()
Returns true if the referencedColumnName property is set.

Returns:
true if the referencedColumnName property is set.

unsetReferencedColumnName

void unsetReferencedColumnName()
Unsets the referencedColumnName property, the value of the property of the object being set to the property's default value. The property will no longer be considered set.


getReferencedColumnName

String getReferencedColumnName()
Returns the value of the referencedColumnName property.

Returns:
the value of the referencedColumnName property.

setReferencedColumnName

void setReferencedColumnName(String value)
Sets the value of the referencedColumnName property to the given value.


isSetTable

boolean isSetTable()
Returns true if the table property is set.

Returns:
true if the table property is set.

unsetTable

void unsetTable()
Unsets the table property, the value of the property of the object being set to the property's default value. The property will no longer be considered set.


createTable

Table createTable()
Creates and returns a new instance of Type Table automatically establishing a containment relationship through the object's reference property, table.

Returns:
a new instance of Type Table automatically establishing a containment relationship through the object's reference property table.

getTable

Table getTable()
Returns the value of the table property.

Returns:
the value of the table property.

setTable

void setTable(Table value)
Sets the value of the table property to the given value.



Copyright © 2014. All rights reserved.