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

org.eclipse.persistence.sessions.factories
Class EclipseLinkObjectPersistenceRuntimeXMLProject.StoredFunctionResultAccessor

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

public class EclipseLinkObjectPersistenceRuntimeXMLProject.StoredFunctionResultAccessor
extends AttributeAccessor

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.eclipse.persistence.mappings.AttributeAccessor
attributeName
 
Constructor Summary
EclipseLinkObjectPersistenceRuntimeXMLProject.StoredFunctionResultAccessor()
           
 
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

EclipseLinkObjectPersistenceRuntimeXMLProject.StoredFunctionResultAccessor

public EclipseLinkObjectPersistenceRuntimeXMLProject.StoredFunctionResultAccessor()
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