|
||||||||||
| 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.ViewImpl
public class ViewImpl
Generated implementation class representing the domain model entity View.
Data Store Mapping: Corresponds to the physical data store entity VIEWS.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.plasma.provisioning.rdb.mysql.v5_5.View |
|---|
View.PROPERTY |
| Field Summary | |
|---|---|
static 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. |
String |
getIsUpdatable()
Returns the value of the isUpdatable property. |
String |
getOwner()
Returns the value of the owner property. |
Table |
getTable()
Returns the value of the table property. |
String |
getTableComment()
Returns the value of the tableComment property. |
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(String value)
Sets the value of the isUpdatable property to the given value. |
void |
setOwner(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(String value)
Sets the value of the tableComment property to the given value. |
void |
setViewDefinition(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.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 String NAMESPACE_URI
| Constructor Detail |
|---|
public ViewImpl()
public ViewImpl(Type type)
| Method Detail |
|---|
public boolean isSetIsUpdatable()
isSetIsUpdatable in interface Viewpublic void unsetIsUpdatable()
unsetIsUpdatable in interface Viewpublic String getIsUpdatable()
getIsUpdatable in interface Viewpublic void setIsUpdatable(String value)
setIsUpdatable in interface Viewpublic boolean isSetOwner()
isSetOwner in interface Viewpublic void unsetOwner()
unsetOwner in interface Viewpublic String getOwner()
getOwner in interface Viewpublic void setOwner(String value)
setOwner in interface Viewpublic boolean isSetTable()
isSetTable in interface Viewpublic void unsetTable()
unsetTable in interface Viewpublic Table createTable()
Table automatically establishing a containment relationship through the object's reference property, table.
createTable in interface ViewTable automatically establishing a containment relationship through the object's reference property table.public Table getTable()
getTable in interface Viewpublic void setTable(Table value)
setTable in interface Viewpublic boolean isSetTableComment()
isSetTableComment in interface Viewpublic void unsetTableComment()
unsetTableComment in interface Viewpublic String getTableComment()
getTableComment in interface Viewpublic void setTableComment(String value)
setTableComment in interface Viewpublic boolean isSetViewDefinition()
isSetViewDefinition in interface Viewpublic void unsetViewDefinition()
unsetViewDefinition in interface Viewpublic String getViewDefinition()
getViewDefinition in interface Viewpublic void setViewDefinition(String value)
setViewDefinition in interface View
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||