atg.svc.repository.beans
Class _DefaultFieldValue_Impl

java.lang.Object
  extended by atg.svc.repository.beans._DefaultFieldValue_Impl
All Implemented Interfaces:
DefaultFieldValue, atg.svc.repository.beans.pv.DefaultFieldValue_PV, java.io.Serializable, javax.ejb.EJBLocalObject
Direct Known Subclasses:
_DefaultFieldValue_BeanImpl, _DefaultFieldValue_ReposImpl

public abstract class _DefaultFieldValue_Impl
extends java.lang.Object
implements atg.svc.repository.beans.pv.DefaultFieldValue_PV, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
_DefaultFieldValue_Impl()
           
 
Method Summary
 java.lang.String _getItemDescriptorName()
           
 java.lang.Class _getObjectInterfaceClass()
           
 void copyTo(DefaultFieldValue destination)
          Copies the property values of this instance to another instance of the same data type.
 java.lang.Object getValue()
           
 boolean isRemoved()
          Returns true if the underlying object has been removed.
 void setValue(java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface atg.svc.repository.beans.pv.DefaultFieldValue_PV
_isMutable, getDate, getDisplayOrder, getFieldDefinition, getHasBoolean, getHasNumber, getId, getNumber, getString, isBoolean, prepareInstanceForWrite, setBoolean, setDate, setDisplayOrder, setFieldDefinition, setHasBoolean, setHasNumber, setId, setNumber, setString, writeInstance
 
Methods inherited from interface javax.ejb.EJBLocalObject
getEJBLocalHome, getPrimaryKey, isIdentical, remove
 

Constructor Detail

_DefaultFieldValue_Impl

public _DefaultFieldValue_Impl()
Method Detail

isRemoved

public boolean isRemoved()
                  throws javax.ejb.EJBException
Description copied from interface: DefaultFieldValue
Returns true if the underlying object has been removed. False otherwise.

Specified by:
isRemoved in interface DefaultFieldValue
Specified by:
isRemoved in interface atg.svc.repository.beans.pv.DefaultFieldValue_PV
Throws:
javax.ejb.EJBException

_getItemDescriptorName

public java.lang.String _getItemDescriptorName()

_getObjectInterfaceClass

public java.lang.Class _getObjectInterfaceClass()

copyTo

public void copyTo(DefaultFieldValue destination)
            throws javax.ejb.EJBException
Description copied from interface: DefaultFieldValue
Copies the property values of this instance to another instance of the same data type. Only properties that are both readable and writable are copied. Each property is copied by calling the getter method on the source instance and setting the result in the destination instance using the setter method.

Specified by:
copyTo in interface DefaultFieldValue
Specified by:
copyTo in interface atg.svc.repository.beans.pv.DefaultFieldValue_PV
Throws:
javax.ejb.EJBException

getValue

public java.lang.Object getValue()
                          throws javax.ejb.EJBException
Specified by:
getValue in interface DefaultFieldValue
Specified by:
getValue in interface atg.svc.repository.beans.pv.DefaultFieldValue_PV
Returns:
Returns the value or null if there is no value.
Throws:
javax.ejb.EJBException - A system-level error occurred

setValue

public void setValue(java.lang.Object value)
              throws javax.ejb.EJBException
Specified by:
setValue in interface DefaultFieldValue
Specified by:
setValue in interface atg.svc.repository.beans.pv.DefaultFieldValue_PV
Parameters:
value - Sets the value
Throws:
javax.ejb.EJBException - A system-level error occurred