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

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

public abstract class PropertyDateCMP
extends DateEntityEJB
implements javax.ejb.EntityBean

CMP layer for PropertyDate.

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

Constructor Summary
PropertyDateCMP()
           
 
Method Summary
 void ejbActivate()
           
 void ejbLoad()
           
 void ejbPassivate()
           
 void ejbRemove()
           
 void ejbStore()
           
abstract  java.sql.Timestamp getDate()
           
abstract  java.lang.Long getId()
           
abstract  void setDate(java.sql.Timestamp date)
           
 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.DateEntityEJB
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

PropertyDateCMP

public PropertyDateCMP()
Method Detail

ejbLoad

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

ejbStore

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

ejbActivate

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

ejbPassivate

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

setEntityContext

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

unsetEntityContext

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

ejbRemove

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

getDate

public abstract java.sql.Timestamp getDate()
Specified by:
getDate in class DateEntityEJB

setDate

public abstract void setDate(java.sql.Timestamp date)
Specified by:
setDate in class DateEntityEJB

getId

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

setId

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

See www.opensymphony.com for more information.

Copyright 2000-2005 - OpenSymphony