org.plasma.provisioning.rdb.oracle.g11.sys.impl
Class ViewColumnCommentImpl

java.lang.Object
  extended by org.plasma.sdo.core.CoreNode
      extended by org.plasma.sdo.core.CoreDataObject
          extended by org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnCommentImpl
All Implemented Interfaces:
DataObject, java.io.Serializable, ViewColumnComment, CoreObjectHolder, NamedEntity, Node, PlasmaDataObject, PlasmaNode

public class ViewColumnCommentImpl
extends CoreDataObject
implements java.io.Serializable, ViewColumnComment

The comment for a column

Generated implementation class representing the domain model entity ViewColumnComment.

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

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumnComment
ViewColumnComment.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.oracle.g11.sys.ViewColumnComment
TYPE_NAME_VIEW_COLUMN_COMMENT
 
Constructor Summary
ViewColumnCommentImpl()
          Default No-arg constructor required for serialization operations.
ViewColumnCommentImpl(Type type)
           
 
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.
 java.lang.String getColumnName()
          Returns the value of the columnName property.
 java.lang.String getComments()
          Returns the value of the comments property.
 java.lang.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(java.lang.String value)
          Sets the value of the columnName property to the given value.
 void setComments(java.lang.String value)
          Sets the value of the comments property to the given value.
 void setOwner(java.lang.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 class org.plasma.sdo.core.CoreDataObject
accept, accept, accept, acceptDepthFirst, add, contains, createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, delete, detach, dump, dumpDepthFirst, equals, find, 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, 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, getUUID, getUUIDAsString, hashCode, isSet, isSet, isSet, remove, remove, reset, resetUUID, set, set, set, setBigDecimal, setBigDecimal, setBigDecimal, setBigInteger, setBigInteger, setBigInteger, setBoolean, setBoolean, setBoolean, setByte, setByte, setByte, setBytes, setBytes, setBytes, setChar, setChar, setChar, setContainer, setContainmentProperty, setDataGraph, 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, toString, unset, unset, unset, uuidFromBase64, uuidToBase64
 
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
 
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

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

See Also:
Constant Field Values
Constructor Detail

ViewColumnCommentImpl

public ViewColumnCommentImpl()
Default No-arg constructor required for serialization operations. This method is NOT intended to be used within application source code.


ViewColumnCommentImpl

public ViewColumnCommentImpl(Type type)
Method Detail

isSetColumnName

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

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

Specified by:
isSetColumnName in interface ViewColumnComment
Returns:
true if the columnName property is set.

unsetColumnName

public 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

Specified by:
unsetColumnName in interface ViewColumnComment

getColumnName

public java.lang.String getColumnName()
Returns the value of the columnName property.

Property Definition: The name of the associated column

Specified by:
getColumnName in interface ViewColumnComment
Returns:
the value of the columnName property.

setColumnName

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

Property Definition: The name of the associated column

Specified by:
setColumnName in interface ViewColumnComment

isSetComments

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

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

Specified by:
isSetComments in interface ViewColumnComment
Returns:
true if the comments property is set.

unsetComments

public 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

Specified by:
unsetComments in interface ViewColumnComment

getComments

public java.lang.String getComments()
Returns the value of the comments property.

Property Definition: The comment body

Specified by:
getComments in interface ViewColumnComment
Returns:
the value of the comments property.

setComments

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

Property Definition: The comment body

Specified by:
setComments in interface ViewColumnComment

isSetOwner

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

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

Specified by:
isSetOwner in interface ViewColumnComment
Returns:
true if the owner property is set.

unsetOwner

public 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

Specified by:
unsetOwner in interface ViewColumnComment

getOwner

public java.lang.String getOwner()
Returns the value of the owner property.

Property Definition: The owner schema name

Specified by:
getOwner in interface ViewColumnComment
Returns:
the value of the owner property.

setOwner

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

Property Definition: The owner schema name

Specified by:
setOwner in interface ViewColumnComment

isSetView

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

Specified by:
isSetView in interface ViewColumnComment
Returns:
true if the view property is set.

unsetView

public 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.

Specified by:
unsetView in interface ViewColumnComment

createView

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

Specified by:
createView in interface ViewColumnComment
Returns:
a new instance of Type View automatically establishing a containment relationship through the object's reference property view.

getView

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

Specified by:
getView in interface ViewColumnComment
Returns:
the value of the view property.

setView

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

Specified by:
setView in interface ViewColumnComment


Copyright © 2013. All Rights Reserved.