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

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

public abstract class PropertyDecimalCMP
extends DecimalEntityEJB
implements javax.ejb.EntityBean

CMP layer for PropertyDecimal.

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

Constructor Summary
PropertyDecimalCMP()
           
 
Method Summary
 void ejbActivate()
           
 void ejbLoad()
           
 void ejbPassivate()
           
 void ejbRemove()
           
 void ejbStore()
           
abstract  double getDecimal()
           
abstract  java.lang.Long getId()
           
abstract  void setDecimal(double decimal)
           
 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.DecimalEntityEJB
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

PropertyDecimalCMP

public PropertyDecimalCMP()
Method Detail

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
Throws:
javax.ejb.RemoveException

getDecimal

public abstract double getDecimal()
Specified by:
getDecimal in class DecimalEntityEJB

setDecimal

public abstract void setDecimal(double decimal)
Specified by:
setDecimal in class DecimalEntityEJB

getId

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

setId

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

See www.opensymphony.com for more information.

Copyright 2000-2005 - OpenSymphony