public abstract class SongBean extends Object implements javax.ejb.EntityBean
| Constructor and Description |
|---|
SongBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
ejbActivate() |
Integer |
ejbCreate(Integer id) |
CompoundPK |
ejbCreate(SongPk primaryKey) |
void |
ejbLoad() |
void |
ejbPassivate() |
void |
ejbPostCreate(Integer id) |
void |
ejbPostCreate(SongPk primaryKey) |
void |
ejbRemove() |
void |
ejbStore() |
abstract Integer |
getBpm() |
abstract ArtistLocal |
getComposer() |
abstract String |
getDescription() |
abstract Integer |
getId() |
abstract String |
getName() |
abstract ArtistLocal |
getPerformer() |
abstract void |
setBpm(Integer bpm) |
abstract void |
setComposer(ArtistLocal composer) |
abstract void |
setDescription(String description) |
void |
setEntityContext(javax.ejb.EntityContext ctx) |
abstract void |
setId(Integer id) |
abstract void |
setName(String name) |
abstract void |
setPerformer(ArtistLocal performer) |
void |
unsetEntityContext() |
public abstract Integer getId()
public abstract void setId(Integer id)
public abstract String getName()
public abstract void setName(String name)
public abstract Integer getBpm()
public abstract void setBpm(Integer bpm)
public abstract String getDescription()
public abstract void setDescription(String description)
public abstract ArtistLocal getPerformer()
public abstract void setPerformer(ArtistLocal performer)
public abstract ArtistLocal getComposer()
public abstract void setComposer(ArtistLocal composer)
public Integer ejbCreate(Integer id) throws javax.ejb.CreateException
javax.ejb.CreateExceptionpublic void ejbPostCreate(Integer id)
public CompoundPK ejbCreate(SongPk primaryKey) throws javax.ejb.CreateException
javax.ejb.CreateExceptionpublic void ejbPostCreate(SongPk 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.