org.plasma.provisioning.rdb.mysql.any.impl
Class GlobalVariableImpl

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

public class GlobalVariableImpl
extends CoreDataObject
implements Serializable, GlobalVariable

Generated implementation class representing the domain model entity GlobalVariable.

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

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.plasma.provisioning.rdb.mysql.any.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.any.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.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 String NAMESPACE_URI
The SDO namespace URI associated with the SDO Type for this class

See Also:
Constant Field Values
Constructor Detail

GlobalVariableImpl

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


GlobalVariableImpl

public GlobalVariableImpl(Type type)
Method Detail

isSetName

public boolean isSetName()
Returns true if the name property is set.

Specified by:
isSetName in interface GlobalVariable
Returns:
true if the name property is set.

unsetName

public void unsetName()
Unsets the name 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:
unsetName in interface GlobalVariable

getName

public String getName()
Returns the value of the name property.

Specified by:
getName in interface GlobalVariable
Returns:
the value of the name property.

setName

public void setName(String value)
Sets the value of the name property to the given value.

Specified by:
setName in interface GlobalVariable

isSetValue

public boolean isSetValue()
Returns true if the value property is set.

Specified by:
isSetValue in interface GlobalVariable
Returns:
true if the value property is set.

unsetValue

public void unsetValue()
Unsets the value 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:
unsetValue in interface GlobalVariable

getValue

public String getValue()
Returns the value of the value property.

Specified by:
getValue in interface GlobalVariable
Returns:
the value of the value property.

setValue

public void setValue(String value)
Sets the value of the value property to the given value.

Specified by:
setValue in interface GlobalVariable


Copyright © 2013. All rights reserved.