|
||||||||||
| 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.GlobalVariableImpl
public class GlobalVariableImpl
Generated implementation class representing the domain model entity GlobalVariable.
Data Store Mapping: Corresponds to the physical data store entity GLOBAL_VARIABLES.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.plasma.provisioning.rdb.mysql.v5_5.GlobalVariable |
|---|
GlobalVariable.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.GlobalVariable |
|---|
TYPE_NAME_GLOBAL_VARIABLE |
| Constructor Summary | |
|---|---|
GlobalVariableImpl()
Default No-arg constructor required for serialization operations. |
|
GlobalVariableImpl(Type type)
|
|
| Method Summary | |
|---|---|
String |
getName()
Returns the value of the name property. |
String |
getValue()
Returns the value of the value property. |
boolean |
isSetName()
Returns true if the name property is set. |
boolean |
isSetValue()
Returns true if the value property is set. |
void |
setName(String value)
Sets the value of the name property to the given value. |
void |
setValue(String value)
Sets the value of the value property to the given value. |
void |
unsetName()
Unsets the name property, the value of the property of the object being set to the property's default value. |
void |
unsetValue()
Unsets the value 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 GlobalVariableImpl()
public GlobalVariableImpl(Type type)
| Method Detail |
|---|
public boolean isSetName()
isSetName in interface GlobalVariablepublic void unsetName()
unsetName in interface GlobalVariablepublic String getName()
getName in interface GlobalVariablepublic void setName(String value)
setName in interface GlobalVariablepublic boolean isSetValue()
isSetValue in interface GlobalVariablepublic void unsetValue()
unsetValue in interface GlobalVariablepublic String getValue()
getValue in interface GlobalVariablepublic void setValue(String value)
setValue in interface GlobalVariable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||