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

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

public class PropertyDecimalCMP
extends DecimalEntityEJB
implements javax.ejb.EntityBean

CMP layer for os.PropertyDecimal.

Version:
XDOCLET 1.1.1
Author:
XDOCLET 1.1.1
See Also:
com.opensymphony.module.propertyset.ejb.AbstractValueEntityEJB, com.opensymphony.module.propertyset.ejb.ValueEntity, PropertyStoreEJB, Serialized Form

Field Summary
 double decimal
           
 java.lang.Long id
           
 
Constructor Summary
PropertyDecimalCMP()
           
 
Method Summary
 void ejbActivate()
           
 void ejbLoad()
           
 void ejbPassivate()
           
 void ejbRemove()
           
 void ejbStore()
           
 double getDecimal()
           
 java.lang.Long getId()
           
 boolean isModified()
           
protected  void makeClean()
           
protected  void makeDirty()
           
 void setDecimal(double decimal)
           
 void setEntityContext(javax.ejb.EntityContext ctx)
           
 void setId(java.lang.Long id)
           
 void unsetEntityContext()
           
 
Methods inherited from class com.opensymphony.module.propertyset.ejb.types.DecimalEntityEJB
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

decimal

public double decimal
Constructor Detail

PropertyDecimalCMP

public PropertyDecimalCMP()
Method Detail

getId

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

setId

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

getDecimal

public double getDecimal()
Overrides:
getDecimal in class DecimalEntityEJB

setDecimal

public void setDecimal(double decimal)
Overrides:
setDecimal in class DecimalEntityEJB

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 DecimalEntityEJB

ejbStore

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

ejbActivate

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

ejbPassivate

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

setEntityContext

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

unsetEntityContext

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

ejbRemove

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

See www.opensymphony.com for more information.