com.opensymphony.module.propertyset.ejb.types
Class PropertyEntryCMP
java.lang.Object
com.opensymphony.module.propertyset.ejb.types.PropertyEntryEJB
com.opensymphony.module.propertyset.ejb.types.PropertyEntryCMP
- All Implemented Interfaces:
- javax.ejb.EnterpriseBean, javax.ejb.EntityBean, java.io.Serializable
- public abstract class PropertyEntryCMP
- extends PropertyEntryEJB
- implements javax.ejb.EntityBean
CMP layer for PropertyEntry.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyEntryCMP
public PropertyEntryCMP()
ejbLoad
public void ejbLoad()
- Specified by:
ejbLoad in interface javax.ejb.EntityBean- Overrides:
ejbLoad in class PropertyEntryEJB
ejbStore
public void ejbStore()
- Specified by:
ejbStore in interface javax.ejb.EntityBean- Overrides:
ejbStore in class PropertyEntryEJB
ejbActivate
public void ejbActivate()
- Specified by:
ejbActivate in interface javax.ejb.EntityBean- Overrides:
ejbActivate in class PropertyEntryEJB
ejbPassivate
public void ejbPassivate()
- Specified by:
ejbPassivate in interface javax.ejb.EntityBean- Overrides:
ejbPassivate in class PropertyEntryEJB
setEntityContext
public void setEntityContext(javax.ejb.EntityContext ctx)
- Specified by:
setEntityContext in interface javax.ejb.EntityBean- Overrides:
setEntityContext in class PropertyEntryEJB
unsetEntityContext
public void unsetEntityContext()
- Specified by:
unsetEntityContext in interface javax.ejb.EntityBean- Overrides:
unsetEntityContext in class PropertyEntryEJB
ejbRemove
public void ejbRemove()
throws javax.ejb.RemoveException
- Specified by:
ejbRemove in interface javax.ejb.EntityBean- Overrides:
ejbRemove in class PropertyEntryEJB
- Throws:
javax.ejb.RemoveException
getEntityId
public abstract long getEntityId()
- Specified by:
getEntityId in class PropertyEntryEJB
setEntityId
public abstract void setEntityId(long entityId)
- Specified by:
setEntityId in class PropertyEntryEJB
getEntityName
public abstract java.lang.String getEntityName()
- Specified by:
getEntityName in class PropertyEntryEJB
setEntityName
public abstract void setEntityName(java.lang.String entityName)
- Specified by:
setEntityName in class PropertyEntryEJB
getId
public abstract java.lang.Long getId()
- Specified by:
getId in class PropertyEntryEJB
setId
public abstract void setId(java.lang.Long id)
- Specified by:
setId in class PropertyEntryEJB
getKey
public abstract java.lang.String getKey()
- Specified by:
getKey in class PropertyEntryEJB
setKey
public abstract void setKey(java.lang.String key)
- Specified by:
setKey in class PropertyEntryEJB
getType
public abstract int getType()
- Specified by:
getType in class PropertyEntryEJB
setType
public abstract void setType(int type)
- Specified by:
setType in class PropertyEntryEJB
|