org.plasma.provisioning.rdb.mysql.v5_5.impl
Class ViewImpl

java.lang.Object
  extended by org.plasma.sdo.core.CoreNode
      extended by org.plasma.sdo.core.CoreDataObject
          extended by org.plasma.provisioning.rdb.mysql.v5_5.impl.ViewImpl
All Implemented Interfaces:
DataObject, java.io.Serializable, View, CoreObjectHolder, NamedEntity, Node, PlasmaDataObject, PlasmaNode

public class ViewImpl
extends CoreDataObject
implements java.io.Serializable, View

Generated implementation class representing the domain model entity View.

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

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.plasma.provisioning.rdb.mysql.v5_5.View
View.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.View
TYPE_NAME_VIEW
 
Constructor Summary
ViewImpl()
          Default No-arg constructor required for serialization operations.
ViewImpl(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 getIsUpdatable()
          Returns the value of the isUpdatable property.
 java.lang.String getOwner()
          Returns the value of the owner property.
 Table getTable()
          Returns the value of the table property.
 java.lang.String getTableComment()
          Returns the value of the tableComment property.
 java.lang.String getViewDefinition()
          Returns the value of the viewDefinition property.
 boolean isSetIsUpdatable()
          Returns true if the isUpdatable property is set.
 boolean isSetOwner()
          Returns true if the owner property is set.
 boolean isSetTable()
          Returns true if the table property is set.
 boolean isSetTableComment()
          Returns true if the tableComment property is set.
 boolean isSetViewDefinition()
          Returns true if the viewDefinition property is set.
 void setIsUpdatable(java.lang.String value)
          Sets the value of the isUpdatable 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 setTableComment(java.lang.String value)
          Sets the value of the tableComment property to the given value.
 void setViewDefinition(java.lang.String value)
          Sets the value of the viewDefinition property to the given value.
 void unsetIsUpdatable()
          Unsets the isUpdatable 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.
 void unsetTableComment()
          Unsets the tableComment property, the value of the property of the object being set to the property's default value.
 void unsetViewDefinition()
          Unsets the viewDefinition 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

ViewImpl

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


ViewImpl

public ViewImpl(Type type)
Method Detail

isSetIsUpdatable

public boolean isSetIsUpdatable()
Returns true if the isUpdatable property is set.

Specified by:
isSetIsUpdatable in interface View
Returns:
true if the isUpdatable property is set.

unsetIsUpdatable

public void unsetIsUpdatable()
Unsets the isUpdatable 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:
unsetIsUpdatable in interface View

getIsUpdatable

public java.lang.String getIsUpdatable()
Returns the value of the isUpdatable property.

Specified by:
getIsUpdatable in interface View
Returns:
the value of the isUpdatable property.

setIsUpdatable

public void setIsUpdatable(java.lang.String value)
Sets the value of the isUpdatable property to the given value.

Specified by:
setIsUpdatable in interface View

isSetOwner

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

Specified by:
isSetOwner in interface View
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.

Specified by:
unsetOwner in interface View

getOwner

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

Specified by:
getOwner in interface View
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.

Specified by:
setOwner in interface View

isSetTable

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

Specified by:
isSetTable in interface View
Returns:
true if the table property is set.

unsetTable

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

Specified by:
unsetTable in interface View

createTable

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

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

getTable

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

Specified by:
getTable in interface View
Returns:
the value of the table property.

setTable

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

Specified by:
setTable in interface View

isSetTableComment

public boolean isSetTableComment()
Returns true if the tableComment property is set.

Specified by:
isSetTableComment in interface View
Returns:
true if the tableComment property is set.

unsetTableComment

public void unsetTableComment()
Unsets the tableComment 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:
unsetTableComment in interface View

getTableComment

public java.lang.String getTableComment()
Returns the value of the tableComment property.

Specified by:
getTableComment in interface View
Returns:
the value of the tableComment property.

setTableComment

public void setTableComment(java.lang.String value)
Sets the value of the tableComment property to the given value.

Specified by:
setTableComment in interface View

isSetViewDefinition

public boolean isSetViewDefinition()
Returns true if the viewDefinition property is set.

Specified by:
isSetViewDefinition in interface View
Returns:
true if the viewDefinition property is set.

unsetViewDefinition

public void unsetViewDefinition()
Unsets the viewDefinition 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:
unsetViewDefinition in interface View

getViewDefinition

public java.lang.String getViewDefinition()
Returns the value of the viewDefinition property.

Specified by:
getViewDefinition in interface View
Returns:
the value of the viewDefinition property.

setViewDefinition

public void setViewDefinition(java.lang.String value)
Sets the value of the viewDefinition property to the given value.

Specified by:
setViewDefinition in interface View


Copyright © 2013. All Rights Reserved.