org.jtheque.films.view.impl.fb
Class ActorFormBean

java.lang.Object
  extended by org.jtheque.films.view.impl.fb.ActorFormBean
All Implemented Interfaces:
org.jtheque.primary.controller.able.FormBean

public final class ActorFormBean
extends Object
implements org.jtheque.primary.controller.able.FormBean

An actor formbean. This formbean contains all the informations of an actor. It is used by the inteface to pass data to the controller.

Author:
Baptiste Wicht

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

ActorFormBean

public ActorFormBean()
Method Detail

setNom

public void setNom(String nom)
Cette méthode modifie le nom du réalisation.

Parameters:
nom - The name of the realizer

setFirstName

public void setFirstName(String firstName)
Cette méthode modifie le prénom du réalisateur.

Parameters:
firstName - The first name of the realizer

setNote

public void setNote(org.jtheque.core.utils.db.Note note)
Set the note of the realizer.

Parameters:
note - The note to set.

setCountry

public void setCountry(org.jtheque.primary.od.CountryImpl country)
Set the country of the realizer.

Parameters:
country - The country to set.

getName

public String getName()
Cette méthode renvoie le nom de l'acteur.

Returns:
le nom de l'acteur

getFirstName

public String getFirstName()
Cette méthode renvoie le prénom de l'acteur.

Returns:
le prénom de l'acteur

getNote

public org.jtheque.core.utils.db.Note getNote()
Return the note of the realizer.

Returns:
the note.

getCountry

public org.jtheque.primary.od.CountryImpl getCountry()
Return the country of the realizer.

Returns:
the country.


Copyright © 2009 JTheque. All Rights Reserved.