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

java.lang.Object
  |
  +--com.opensymphony.module.propertyset.ejb.types.DataEntityEJB
        |
        +--com.opensymphony.module.propertyset.ejb.types.PropertyDataCMP
All Implemented Interfaces:
javax.ejb.EnterpriseBean, javax.ejb.EntityBean, java.io.Serializable

public class PropertyDataCMP
extends DataEntityEJB
implements javax.ejb.EntityBean

CMP layer for os.PropertyData.

Version:
XDOCLET 1.1.1 * @xdoclet-generated at Mar 6, 2002 11:07:33 AM
Author:
XDOCLET 1.1.1
See Also:
Serialized Form

Field Summary
 byte[] bytes
           
 java.lang.Long id
           
 
Constructor Summary
PropertyDataCMP()
           
 
Method Summary
 void ejbActivate()
           
 void ejbLoad()
           
 void ejbPassivate()
           
 void ejbRemove()
           
 void ejbStore()
           
 byte[] getBytes()
           
 java.lang.Long getId()
           
 boolean isModified()
           
protected  void makeClean()
           
protected  void makeDirty()
           
 void setBytes(byte[] bytes)
           
 void setEntityContext(javax.ejb.EntityContext ctx)
           
 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
 

Field Detail

id

public java.lang.Long id

bytes

public byte[] bytes
Constructor Detail

PropertyDataCMP

public PropertyDataCMP()
Method Detail

getId

public java.lang.Long getId()
Overrides:
getId in class DataEntityEJB

setId

public void setId(java.lang.Long id)
Overrides:
setId in class DataEntityEJB

getBytes

public byte[] getBytes()
Overrides:
getBytes in class DataEntityEJB

setBytes

public void setBytes(byte[] bytes)
Overrides:
setBytes in class DataEntityEJB

isModified

public boolean isModified()

makeDirty

protected void makeDirty()

makeClean

protected void makeClean()

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

See www.opensymphony.com for more information.