|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jtheque.films.view.impl.fb.ActorFormBean
public final class ActorFormBean
An actor formbean. This formbean contains all the informations of an actor. It is used by the inteface to pass data to the controller.
| Constructor Summary | |
|---|---|
ActorFormBean()
|
|
| Method Summary | |
|---|---|
org.jtheque.primary.od.CountryImpl |
getCountry()
Return the country of the realizer. |
String |
getFirstName()
Cette méthode renvoie le prénom de l'acteur. |
String |
getName()
Cette méthode renvoie le nom de l'acteur. |
org.jtheque.core.utils.db.Note |
getNote()
Return the note of the realizer. |
void |
setCountry(org.jtheque.primary.od.CountryImpl country)
Set the country of the realizer. |
void |
setFirstName(String firstName)
Cette méthode modifie le prénom du réalisateur. |
void |
setNom(String nom)
Cette méthode modifie le nom du réalisation. |
void |
setNote(org.jtheque.core.utils.db.Note note)
Set the note of the realizer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ActorFormBean()
| Method Detail |
|---|
public void setNom(String nom)
nom - The name of the realizerpublic void setFirstName(String firstName)
firstName - The first name of the realizerpublic void setNote(org.jtheque.core.utils.db.Note note)
note - The note to set.public void setCountry(org.jtheque.primary.od.CountryImpl country)
country - The country to set.public String getName()
public String getFirstName()
public org.jtheque.core.utils.db.Note getNote()
public org.jtheque.primary.od.CountryImpl getCountry()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||