com.submersion.jspshop.ejb
Class PropertyTypeBean
java.lang.Object
|
+--com.submersion.jspshop.ejb.PropertyTypeBean
- All Implemented Interfaces:
- javax.ejb.EnterpriseBean, javax.ejb.EntityBean, java.io.Serializable
- public class PropertyTypeBean
- extends java.lang.Object
- implements javax.ejb.EntityBean
Implementation of the PropertyType Entity Bean using Container Managed Persistance (CMP)
- See Also:
PropertyType
,
PropertyTypeHome
, Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
typeID
public java.lang.Long typeID
propertyTypeID
public java.lang.Long propertyTypeID
propertyID
public java.lang.Long propertyID
PropertyTypeBean
public PropertyTypeBean()
getPropertyTypeID
public java.lang.Long getPropertyTypeID()
getTypeID
public java.lang.Long getTypeID()
setTypeID
public void setTypeID(java.lang.Long typeID)
getPropertyID
public java.lang.Long getPropertyID()
setPropertyID
public void setPropertyID(java.lang.Long propertyID)
ejbCreate
public java.lang.Long ejbCreate()
throws javax.naming.NamingException,
java.rmi.RemoteException,
javax.ejb.CreateException,
javax.ejb.FinderException
ejbPostCreate
public void ejbPostCreate()
setEntityContext
public void setEntityContext(javax.ejb.EntityContext ctx)
- Specified by:
setEntityContext
in interface javax.ejb.EntityBean
unsetEntityContext
public void unsetEntityContext()
- Specified by:
unsetEntityContext
in interface javax.ejb.EntityBean
ejbActivate
public void ejbActivate()
- Specified by:
ejbActivate
in interface javax.ejb.EntityBean
ejbPassivate
public void ejbPassivate()
- Specified by:
ejbPassivate
in interface javax.ejb.EntityBean
ejbLoad
public void ejbLoad()
- Specified by:
ejbLoad
in interface javax.ejb.EntityBean
ejbStore
public void ejbStore()
- Specified by:
ejbStore
in interface javax.ejb.EntityBean
ejbRemove
public void ejbRemove()
- Specified by:
ejbRemove
in interface javax.ejb.EntityBean