org.apache.openejb.test.entity.cmr.manytomany
Class GameBean
java.lang.Object
org.apache.openejb.test.entity.cmr.manytomany.GameBean
- All Implemented Interfaces:
- Serializable, javax.ejb.EnterpriseBean, javax.ejb.EntityBean
public abstract class GameBean
- extends Object
- implements javax.ejb.EntityBean
- Version:
- $Revision: 607077 $ $Date: 2007-12-27 15:55:23 +0100 (Do, 27. Dez 2007) $
- See Also:
- Serialized Form
GameBean
public GameBean()
getId
public abstract Integer getId()
setId
public abstract void setId(Integer id)
getName
public abstract String getName()
setName
public abstract void setName(String name)
getRating
public abstract Integer getRating()
setRating
public abstract void setRating(Integer rating)
getPlatforms
public abstract Set<PlatformLocal> getPlatforms()
setPlatforms
public abstract void setPlatforms(Set<PlatformLocal> platforms)
ejbCreate
public Integer ejbCreate(Integer id)
throws javax.ejb.CreateException
- Throws:
javax.ejb.CreateException
ejbPostCreate
public void ejbPostCreate(Integer id)
ejbCreate
public Integer ejbCreate(GamePk gamePk)
throws javax.ejb.CreateException
- Throws:
javax.ejb.CreateException
ejbPostCreate
public void ejbPostCreate(GamePk gamePk)
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
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.