public abstract class PlatformBean extends Object implements javax.ejb.EntityBean
| Constructor and Description |
|---|
PlatformBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
ejbActivate() |
Integer |
ejbCreate(Integer id) |
CompoundPK |
ejbCreate(PlatformPk primaryKey) |
void |
ejbLoad() |
void |
ejbPassivate() |
void |
ejbPostCreate(Integer id) |
void |
ejbPostCreate(PlatformPk primaryKey) |
void |
ejbRemove() |
void |
ejbStore() |
abstract Set<GameLocal> |
getGames() |
abstract Integer |
getId() |
abstract String |
getName() |
void |
setEntityContext(javax.ejb.EntityContext ctx) |
abstract void |
setGames(Set<GameLocal> gameSets) |
abstract void |
setId(Integer id) |
abstract void |
setName(String name) |
String |
toString() |
void |
unsetEntityContext() |
public abstract Integer getId()
public abstract void setId(Integer id)
public abstract String getName()
public abstract void setName(String name)
public Integer ejbCreate(Integer id) throws javax.ejb.CreateException
javax.ejb.CreateExceptionpublic void ejbPostCreate(Integer id)
public CompoundPK ejbCreate(PlatformPk primaryKey) throws javax.ejb.CreateException
javax.ejb.CreateExceptionpublic void ejbPostCreate(PlatformPk 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.