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

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

public abstract class PropertyNumberCMP
extends NumberEntityEJB
implements javax.ejb.EntityBean

CMP layer for PropertyNumber.

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

Constructor Summary
PropertyNumberCMP()
           
 
Method Summary
 void ejbActivate()
           
 void ejbLoad()
           
 void ejbPassivate()
           
 void ejbRemove()
           
 void ejbStore()
           
abstract  java.lang.Long getId()
           
abstract  long getNumber()
           
 void setEntityContext(javax.ejb.EntityContext ctx)
           
abstract  void setId(java.lang.Long id)
           
abstract  void setNumber(long number)
           
 void unsetEntityContext()
           
 
Methods inherited from class com.opensymphony.module.propertyset.ejb.types.NumberEntityEJB
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

PropertyNumberCMP

public PropertyNumberCMP()
Method Detail

ejbLoad

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

ejbStore

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

ejbActivate

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

ejbPassivate

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

setEntityContext

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

unsetEntityContext

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

ejbRemove

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

getId

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

setId

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

getNumber

public abstract long getNumber()
Specified by:
getNumber in class NumberEntityEJB

setNumber

public abstract void setNumber(long number)
Specified by:
setNumber in class NumberEntityEJB

See www.opensymphony.com for more information.

Copyright 2000-2005 - OpenSymphony