|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectau.gov.tas.dpiwe.mr.bean.NullBean
au.gov.tas.dpiwe.mr.test.nonaggregation.Song
public abstract class Song
Songs have many Credits and are realised as many Tracks.
| Field Summary |
|---|
| Fields inherited from class au.gov.tas.dpiwe.mr.bean.NullBean |
|---|
container, context, wrapper |
| Constructor Summary | |
|---|---|
Song()
Constructs a Song. |
|
| Method Summary | |
|---|---|
long |
ejbCreate(long primaryKey)
Create life-cycle event. |
void |
ejbPostCreate(long primaryKey)
Post-create bean life-cycle event. |
abstract List |
getCredits()
Returns the credits associated with this bean. |
abstract long |
getSongIdentifier()
Returns the song ID attribute of this bean. |
abstract String |
getTitle()
Returns the title attribute of this bean. |
abstract void |
relateCredit(CreditObject aCredit)
Associates a credit with this bean. |
List |
retrieveTracks()
Returns the tracks associated with this bean. |
abstract void |
setCredits(List credits)
Sets the credits associated with this bean. |
abstract void |
setSongIdentifier(long aSongID)
Sets the song ID attribute of this bean. |
abstract void |
setTitle(String title)
Sets the title attribute of this bean. |
| Methods inherited from class au.gov.tas.dpiwe.mr.bean.NullBean |
|---|
clone, containerChanged, ejbActivate, ejbLoad, ejbPassivate, ejbRemove, ejbStore, getBeanObject, setEntityContext, simpleValidate, throwEJBException, unsetEntityContext |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Song()
| Method Detail |
|---|
public abstract long getSongIdentifier()
public abstract void setSongIdentifier(long aSongID)
aSongID - the song ID attribute to be
applied to this bean.public abstract String getTitle()
public abstract void setTitle(String title)
title - the title attribute to be
applied to this bean.public abstract List getCredits()
public abstract void setCredits(List credits)
credits - the credits to be associated with
this bean.public abstract void relateCredit(CreditObject aCredit)
aCredit - the credit to be associated with
this bean.
public List retrieveTracks()
throws FinderException
FinderException - if the tracks
cannot be retrieved.public long ejbCreate(long primaryKey)
primaryKey - the primary key input.
public void ejbPostCreate(long primaryKey)
primaryKey - the primary key.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||