org.apache.openejb.test.entity.cmr.onetoone
Class LicenseBean

java.lang.Object
  extended by org.apache.openejb.test.entity.cmr.onetoone.LicenseBean
All Implemented Interfaces:
java.io.Serializable, javax.ejb.EnterpriseBean, javax.ejb.EntityBean

public abstract class LicenseBean
extends java.lang.Object
implements javax.ejb.EntityBean

Version:
$Revision: 607077 $ $Date: 2007-12-27 15:55:23 +0100 (Do, 27. Dez 2007) $
See Also:
Serialized Form

Constructor Summary
LicenseBean()
           
 
Method Summary
 void ejbActivate()
           
 java.lang.Integer ejbCreate(java.lang.Integer id)
           
 CompoundPK ejbCreate(LicensePk primaryKey)
           
 void ejbLoad()
           
 void ejbPassivate()
           
 void ejbPostCreate(java.lang.Integer id)
           
 void ejbPostCreate(LicensePk primaryKey)
           
 void ejbRemove()
           
 void ejbStore()
           
abstract  java.lang.Integer getId()
           
abstract  java.lang.String getNotes()
           
abstract  java.lang.String getNumber()
           
abstract  PersonLocal getPerson()
           
abstract  java.lang.Integer getPoints()
           
 void setEntityContext(javax.ejb.EntityContext ctx)
           
abstract  void setId(java.lang.Integer id)
           
abstract  void setNotes(java.lang.String notes)
           
abstract  void setNumber(java.lang.String number)
           
abstract  void setPerson(PersonLocal personLocal)
           
abstract  void setPoints(java.lang.Integer points)
           
 void unsetEntityContext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LicenseBean

public LicenseBean()
Method Detail

getId

public abstract java.lang.Integer getId()

setId

public abstract void setId(java.lang.Integer id)

getNumber

public abstract java.lang.String getNumber()

setNumber

public abstract void setNumber(java.lang.String number)

getPoints

public abstract java.lang.Integer getPoints()

setPoints

public abstract void setPoints(java.lang.Integer points)

getNotes

public abstract java.lang.String getNotes()

setNotes

public abstract void setNotes(java.lang.String notes)

getPerson

public abstract PersonLocal getPerson()

setPerson

public abstract void setPerson(PersonLocal personLocal)

ejbCreate

public java.lang.Integer ejbCreate(java.lang.Integer id)
                            throws javax.ejb.CreateException
Throws:
javax.ejb.CreateException

ejbPostCreate

public void ejbPostCreate(java.lang.Integer id)

ejbCreate

public CompoundPK ejbCreate(LicensePk primaryKey)
                     throws javax.ejb.CreateException
Throws:
javax.ejb.CreateException

ejbPostCreate

public void ejbPostCreate(LicensePk primaryKey)

setEntityContext

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

unsetEntityContext

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

ejbActivate

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

ejbPassivate

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

ejbLoad

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

ejbStore

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

ejbRemove

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


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.