public abstract class PersonBean extends Object implements javax.ejb.EntityBean
| Constructor and Description |
|---|
PersonBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
ejbActivate() |
Integer |
ejbCreate(Integer id) |
CompoundPK |
ejbCreate(PersonPk primaryKey) |
void |
ejbLoad() |
void |
ejbPassivate() |
void |
ejbPostCreate(Integer id) |
void |
ejbPostCreate(PersonPk primaryKey) |
void |
ejbRemove() |
void |
ejbStore() |
abstract Integer |
getId() |
abstract LicenseLocal |
getLicense() |
abstract String |
getName() |
void |
setEntityContext(javax.ejb.EntityContext ctx) |
abstract void |
setId(Integer id) |
abstract void |
setLicense(LicenseLocal license) |
abstract void |
setName(String name) |
void |
unsetEntityContext() |
public abstract Integer getId()
public abstract void setId(Integer id)
public abstract String getName()
public abstract void setName(String name)
public abstract LicenseLocal getLicense()
public abstract void setLicense(LicenseLocal license)
public Integer ejbCreate(Integer id) throws javax.ejb.CreateException
javax.ejb.CreateExceptionpublic void ejbPostCreate(Integer id)
public CompoundPK ejbCreate(PersonPk primaryKey) throws javax.ejb.CreateException
javax.ejb.CreateExceptionpublic void ejbPostCreate(PersonPk primaryKey)
public void setEntityContext(javax.ejb.EntityContext ctx)
setEntityContext in interface javax.ejb.EntityBeanpublic void unsetEntityContext()
unsetEntityContext in interface javax.ejb.EntityBeanpublic void ejbActivate()
ejbActivate in interface javax.ejb.EntityBeanpublic void ejbPassivate()
ejbPassivate in interface javax.ejb.EntityBeanpublic void ejbLoad()
ejbLoad in interface javax.ejb.EntityBeanpublic void ejbStore()
ejbStore in interface javax.ejb.EntityBeanpublic void ejbRemove()
throws javax.ejb.RemoveException
ejbRemove in interface javax.ejb.EntityBeanjavax.ejb.RemoveExceptionCopyright © 1999–2017 The Apache Software Foundation. All rights reserved.