atg.svc.repository.beans
Class _CellInstance_Impl
java.lang.Object
atg.svc.repository.beans._CellInstance_Impl
- All Implemented Interfaces:
- CellInstance, InstanceObject, atg.svc.repository.beans.pv.CellInstance_PV, atg.svc.repository.beans.pv.InstanceObject_PV, java.io.Serializable, javax.ejb.EJBLocalObject
- Direct Known Subclasses:
- _CellInstance_BeanImpl, _CellInstance_ReposImpl
public abstract class _CellInstance_Impl
- extends java.lang.Object
- implements atg.svc.repository.beans.pv.CellInstance_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.CellInstance_PV |
_isMutable, getCellId, getCurrentPanelStackId, isCellOpenYn, prepareInstanceForWrite, setCellId, setCellOpenYn, setCurrentPanelStackId, writeInstance |
Methods inherited from interface javax.ejb.EJBLocalObject |
getEJBLocalHome, getPrimaryKey, isIdentical, remove |
Methods inherited from interface javax.ejb.EJBLocalObject |
getEJBLocalHome, getPrimaryKey, isIdentical, remove |
Methods inherited from interface atg.svc.repository.beans.pv.InstanceObject_PV |
getInstanceType, isEnabledYn, setEnabledYn, setInstanceType |
Methods inherited from interface javax.ejb.EJBLocalObject |
getEJBLocalHome, getPrimaryKey, isIdentical, remove |
_CellInstance_Impl
public _CellInstance_Impl()
isRemoved
public boolean isRemoved()
throws javax.ejb.EJBException
- Description copied from interface:
CellInstance
- Returns true if the underlying object has been removed. False otherwise.
- Specified by:
isRemoved
in interface CellInstance
- Specified by:
isRemoved
in interface InstanceObject
- Specified by:
isRemoved
in interface atg.svc.repository.beans.pv.CellInstance_PV
- Specified by:
isRemoved
in interface atg.svc.repository.beans.pv.InstanceObject_PV
- Throws:
javax.ejb.EJBException
_getItemDescriptorName
public java.lang.String _getItemDescriptorName()
_getObjectInterfaceClass
public java.lang.Class _getObjectInterfaceClass()
copyTo
public void copyTo(CellInstance destination)
throws javax.ejb.EJBException
- Description copied from interface:
CellInstance
- 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 CellInstance
- Specified by:
copyTo
in interface atg.svc.repository.beans.pv.CellInstance_PV
- Throws:
javax.ejb.EJBException
copyTo
public void copyTo(InstanceObject destination)
throws javax.ejb.EJBException
- Description copied from interface:
InstanceObject
- 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 InstanceObject
- Specified by:
copyTo
in interface atg.svc.repository.beans.pv.InstanceObject_PV
- Throws:
javax.ejb.EJBException