|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.musicontroller.gui.edit.AiRelationBean
public class AiRelationBean
This bean class is used to show artist - instrument relations in the SongEdit page. This contains the first name, last name and a comma separated list of instrument names.
AiRelationBean objects have a natural ordering based on the artist name.
| Constructor Summary | |
|---|---|
AiRelationBean()
|
|
| Method Summary | |
|---|---|
int |
compareTo(AiRelationBean o)
|
boolean |
equals(java.lang.Object o)
|
java.lang.String |
getFirstName()
Getter for the artists' first name. |
java.lang.String |
getInstruments()
Getter for the instrument list. |
java.lang.String |
getLastName()
Getter for the artists' last name. |
TrackList |
getTracklist()
Getter for the tracklist. |
void |
setFirstName(java.lang.String firstname)
Setter for the artists' first name. |
void |
setInstruments(java.lang.String instruments)
Setter for the instrument list. |
void |
setLastName(java.lang.String lastname)
Setter for the artists' last name. |
void |
setTracklist(TrackList tracks)
Setter for the tracklist. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AiRelationBean()
| Method Detail |
|---|
public void setFirstName(java.lang.String firstname)
firstname - The first name to set.public java.lang.String getFirstName()
public void setLastName(java.lang.String lastname)
lastname - The last name to set.public java.lang.String getLastName()
public void setInstruments(java.lang.String instruments)
instruments - The instrument list to set.public java.lang.String getInstruments()
public TrackList getTracklist()
public void setTracklist(TrackList tracks)
tracks - The tracklist.public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int compareTo(AiRelationBean o)
compareTo in interface java.lang.Comparable<AiRelationBean>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||