EclipseLink 1.0_1.0 M7 - 20080508 API Reference - Incubation

org.eclipse.persistence.sessions.factories
Class ObjectPersistenceRuntimeXMLProject_11_1_1.StoredProcedureArgumentsAccessor

java.lang.Object
  extended by org.eclipse.persistence.mappings.AttributeAccessor
      extended by org.eclipse.persistence.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1.StoredProcedureArgumentsAccessor
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable
Enclosing class:
ObjectPersistenceRuntimeXMLProject_11_1_1

public class ObjectPersistenceRuntimeXMLProject_11_1_1.StoredProcedureArgumentsAccessor
extends AttributeAccessor

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.eclipse.persistence.mappings.AttributeAccessor
attributeName
 
Constructor Summary
ObjectPersistenceRuntimeXMLProject_11_1_1.StoredProcedureArgumentsAccessor()
           
 
Method Summary
 java.lang.Object getAttributeValueFromObject(java.lang.Object anObject)
          Return the attribute value from the object.
 void setAttributeValueInObject(java.lang.Object domainObject, java.lang.Object attributeValue)
          Set the attribute value into the object.
 
Methods inherited from class org.eclipse.persistence.mappings.AttributeAccessor
clone, getAttributeClass, getAttributeName, initializeAttributes, setAttributeName
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectPersistenceRuntimeXMLProject_11_1_1.StoredProcedureArgumentsAccessor

public ObjectPersistenceRuntimeXMLProject_11_1_1.StoredProcedureArgumentsAccessor()
Method Detail

getAttributeValueFromObject

public java.lang.Object getAttributeValueFromObject(java.lang.Object anObject)
                                             throws DescriptorException
Description copied from class: AttributeAccessor
Return the attribute value from the object.

Specified by:
getAttributeValueFromObject in class AttributeAccessor
Throws:
DescriptorException

setAttributeValueInObject

public void setAttributeValueInObject(java.lang.Object domainObject,
                                      java.lang.Object attributeValue)
                               throws DescriptorException
Description copied from class: AttributeAccessor
Set the attribute value into the object.

Specified by:
setAttributeValueInObject in class AttributeAccessor
Throws:
DescriptorException

EclipseLink 1.0_1.0 M7 - 20080508 API Reference - Incubation