org.plasma.provisioning.rdb.oracle.g11.sys
Interface ViewColumnComment

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

public interface ViewColumnComment
extends PlasmaDataObject

The comment for a column

Generated interface representing the domain model entity ViewColumnComment. 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/oracle/11g/sys defined within the Configuration.

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

See Also:
View

Nested Class Summary
static class ViewColumnComment.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_VIEW_COLUMN_COMMENT
          The entity or Type logical name associated with this class.
 
Method Summary
 View createView()
          Creates and returns a new instance of Type View automatically establishing a containment relationship through the object's reference property, view.
 String getColumnName()
          Returns the value of the columnName property.
 String getComments()
          Returns the value of the comments property.
 String getOwner()
          Returns the value of the owner property.
 View getView()
          Returns the value of the view property.
 boolean isSetColumnName()
          Returns true if the columnName property is set.
 boolean isSetComments()
          Returns true if the comments property is set.
 boolean isSetOwner()
          Returns true if the owner property is set.
 boolean isSetView()
          Returns true if the view property is set.
 void setColumnName(String value)
          Sets the value of the columnName property to the given value.
 void setComments(String value)
          Sets the value of the comments property to the given value.
 void setOwner(String value)
          Sets the value of the owner property to the given value.
 void setView(View value)
          Sets the value of the view 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 unsetComments()
          Unsets the comments 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 unsetView()
          Unsets the view 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_VIEW_COLUMN_COMMENT

static final String TYPE_NAME_VIEW_COLUMN_COMMENT
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.

Property Definition: See getOwner or setOwner(...) for a definition of property owner

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.

Property Definition: See getOwner or setOwner(...) for a definition of property owner


getOwner

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

Property Definition: The owner schema name

Returns:
the value of the owner property.

setOwner

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

Property Definition: The owner schema name


isSetColumnName

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

Property Definition: See getColumnName or setColumnName(...) for a definition of property columnName

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.

Property Definition: See getColumnName or setColumnName(...) for a definition of property columnName


getColumnName

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

Property Definition: The name of the associated column

Returns:
the value of the columnName property.

setColumnName

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

Property Definition: The name of the associated column


isSetComments

boolean isSetComments()
Returns true if the comments property is set.

Property Definition: See getComments or setComments(...) for a definition of property comments

Returns:
true if the comments property is set.

unsetComments

void unsetComments()
Unsets the comments 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.

Property Definition: See getComments or setComments(...) for a definition of property comments


getComments

String getComments()
Returns the value of the comments property.

Property Definition: The comment body

Returns:
the value of the comments property.

setComments

void setComments(String value)
Sets the value of the comments property to the given value.

Property Definition: The comment body


isSetView

boolean isSetView()
Returns true if the view property is set.

Returns:
true if the view property is set.

unsetView

void unsetView()
Unsets the view 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.


createView

View createView()
Creates and returns a new instance of Type View automatically establishing a containment relationship through the object's reference property, view.

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

getView

View getView()
Returns the value of the view property.

Returns:
the value of the view property.

setView

void setView(View value)
Sets the value of the view property to the given value.



Copyright © 2013. All rights reserved.