com.opensymphony.module.propertyset.ejb.types
Class PropertyDataCMP

java.lang.Object
  extended bycom.opensymphony.module.propertyset.ejb.types.DataEntityEJB
      extended bycom.opensymphony.module.propertyset.ejb.types.PropertyDataCMP
All Implemented Interfaces:
javax.ejb.EnterpriseBean, javax.ejb.EntityBean, java.io.Serializable

public abstract class PropertyDataCMP
extends DataEntityEJB
implements javax.ejb.EntityBean

CMP layer for PropertyData.

Version:
$Revision: 1.2 $
Author:
Hani Suleiman, Joe Walnes
See Also:
Serialized Form

Constructor Summary
PropertyDataCMP()
           
 
Method Summary
 void ejbActivate()
           
 void ejbLoad()
           
 void ejbPassivate()
           
 void ejbRemove()
           
 void ejbStore()
           
abstract  byte[] getBytes()
           
abstract  java.lang.Long getId()
           
abstract  void setBytes(byte[] bytes)
           
 void setEntityContext(javax.ejb.EntityContext ctx)
           
abstract  void setId(java.lang.Long id)
           
 void unsetEntityContext()
           
 
Methods inherited from class com.opensymphony.module.propertyset.ejb.types.DataEntityEJB
allowedTypes, ejbCreate, ejbPostCreate, getValue, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyDataCMP

public PropertyDataCMP()
Method Detail

ejbLoad

public void ejbLoad()
Specified by:
ejbLoad in interface javax.ejb.EntityBean
Overrides:
ejbLoad in class DataEntityEJB

ejbStore

public void ejbStore()
Specified by:
ejbStore in interface javax.ejb.EntityBean
Overrides:
ejbStore in class DataEntityEJB

ejbActivate

public void ejbActivate()
Specified by:
ejbActivate in interface javax.ejb.EntityBean
Overrides:
ejbActivate in class DataEntityEJB

ejbPassivate

public void ejbPassivate()
Specified by:
ejbPassivate in interface javax.ejb.EntityBean
Overrides:
ejbPassivate in class DataEntityEJB

setEntityContext

public void setEntityContext(javax.ejb.EntityContext ctx)
Specified by:
setEntityContext in interface javax.ejb.EntityBean
Overrides:
setEntityContext in class DataEntityEJB

unsetEntityContext

public void unsetEntityContext()
Specified by:
unsetEntityContext in interface javax.ejb.EntityBean
Overrides:
unsetEntityContext in class DataEntityEJB

ejbRemove

public void ejbRemove()
               throws javax.ejb.RemoveException
Specified by:
ejbRemove in interface javax.ejb.EntityBean
Overrides:
ejbRemove in class DataEntityEJB
Throws:
javax.ejb.RemoveException

getBytes

public abstract byte[] getBytes()
Specified by:
getBytes in class DataEntityEJB

setBytes

public abstract void setBytes(byte[] bytes)
Specified by:
setBytes in class DataEntityEJB

getId

public abstract java.lang.Long getId()
Specified by:
getId in class DataEntityEJB

setId

public abstract void setId(java.lang.Long id)
Specified by:
setId in class DataEntityEJB

See www.opensymphony.com for more information.

Copyright 2000-2005 - OpenSymphony