atg.svc.repository.beans
Class _TransactionalFragmentFieldValue_Impl
java.lang.Object
atg.svc.repository.beans._TransactionalFragmentFieldValue_Impl
- All Implemented Interfaces:
- atg.svc.repository.beans.pv.TransactionalFragmentFieldValue_PV, TransactionalFragmentFieldValue, java.io.Serializable, javax.ejb.EJBLocalObject
- Direct Known Subclasses:
- _TransactionalFragmentFieldValue_BeanImpl, _TransactionalFragmentFieldValue_ReposImpl
public abstract class _TransactionalFragmentFieldValue_Impl
- extends java.lang.Object
- implements atg.svc.repository.beans.pv.TransactionalFragmentFieldValue_PV, java.io.Serializable
- See Also:
- Serialized Form
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.TransactionalFragmentFieldValue_PV |
_isMutable, getFragmentPath, getId, getParameters, prepareInstanceForWrite, setFragmentPath, setId, setParameters, writeInstance |
Methods inherited from interface javax.ejb.EJBLocalObject |
getEJBLocalHome, getPrimaryKey, isIdentical, remove |
_TransactionalFragmentFieldValue_Impl
public _TransactionalFragmentFieldValue_Impl()
isRemoved
public boolean isRemoved()
throws javax.ejb.EJBException
- Description copied from interface:
atg.svc.repository.beans.pv.TransactionalFragmentFieldValue_PV
- Returns true if the underlying object has been removed. False otherwise.
- Specified by:
isRemoved
in interface atg.svc.repository.beans.pv.TransactionalFragmentFieldValue_PV
- Specified by:
isRemoved
in interface TransactionalFragmentFieldValue
- Throws:
javax.ejb.EJBException
_getItemDescriptorName
public java.lang.String _getItemDescriptorName()
_getObjectInterfaceClass
public java.lang.Class _getObjectInterfaceClass()
copyTo
public void copyTo(TransactionalFragmentFieldValue destination)
throws javax.ejb.EJBException
- Description copied from interface:
atg.svc.repository.beans.pv.TransactionalFragmentFieldValue_PV
- 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 atg.svc.repository.beans.pv.TransactionalFragmentFieldValue_PV
- Specified by:
copyTo
in interface TransactionalFragmentFieldValue
- Throws:
javax.ejb.EJBException
getFragment
public TransactionalFragment getFragment()
throws javax.ejb.EJBException
- Specified by:
getFragment
in interface atg.svc.repository.beans.pv.TransactionalFragmentFieldValue_PV
- Specified by:
getFragment
in interface TransactionalFragmentFieldValue
- Returns:
- Returns the transactional fragment component associated with this field value.
- Throws:
javax.ejb.EJBException
- A system-level error occurred