CLASSE PRECEDANTE CLASSE SUIVANTE
SOMMAIRE: ATTR CONSTR METH DETAIL: ATTR CONSTR METH

acube.projet.vo
Classe EnteteVO
java.lang.Object
  acube.projet.vo.EnteteVO
Interfaces à implémenter:
Serializable

public class EnteteVO
hérite de Object
implémente Serializable
VO de présentation de l'entete

Sommaire des Attributs
private String
nom
nom poste
private String
poste
poste poste
private static final long
private String
urlAPropos
urlAPropos url à propos
private String
urlContact
urlContact url du contact
private String
urlDeconnexion
urlDeconnexion url de déconnexion
private String
urlMotDePasse
urlMotDePasse url mot de passe
Sommaire des Constructeurs
EnteteVO()
Constructeur par défaut
Sommaire des Méthodes
String
String
String
String
String
String
void
setNom(String nom)
void
setPoste(String poste)
void
setUrlAPropos(String urlAPropos)
void
setUrlContact(String urlContact)
void
setUrlDeconnexion(String urlDeconnexion)
void
setUrlMotDePasse(String urlMotDePasse)
Méthodes héritées de la classe java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Détail des Attributs
serialVersionUID
private static final long serialVersionUID

poste
private String poste
poste poste

nom
private String nom
nom poste

urlContact
private String urlContact
urlContact url du contact

urlMotDePasse
private String urlMotDePasse
urlMotDePasse url mot de passe

urlAPropos
private String urlAPropos
urlAPropos url à propos

urlDeconnexion
private String urlDeconnexion
urlDeconnexion url de déconnexion
Détail des Constructeurs
EnteteVO
public EnteteVO()
Constructeur par défaut
Détail des méthodes
getPoste
public String getPoste()
Retours:
Returns the poste.

setPoste
public void setPoste(String poste)
Paramètres:
poste - the poste to set.

getNom
public String getNom()
Retours:
Returns the name.

setNom
public void setNom(String nom)
Paramètres:
nom - the name to set.

getUrlContact
public String getUrlContact()
Retours:
Returns the urlContact.

setUrlContact
public void setUrlContact(String urlContact)
Paramètres:
urlContact - The urlContact to set.

getUrlMotDePasse
public String getUrlMotDePasse()
Retours:
Returns the password.

setUrlMotDePasse
public void setUrlMotDePasse(String urlMotDePasse)
Paramètres:
urlMotDePasse - the password to set.

getUrlAPropos
public String getUrlAPropos()
Retours:
Returns the Apropos url.

setUrlAPropos
public void setUrlAPropos(String urlAPropos)

getUrlDeconnexion
public String getUrlDeconnexion()
Retours:
Returns the the deconnexion url.

setUrlDeconnexion
public void setUrlDeconnexion(String urlDeconnexion)
Paramètres:
urlDeconnexion - the deconnexion url to set.

CLASSE PRECEDANTE CLASSE SUIVANTE
SOMMAIRE: ATTR CONSTR METH DETAIL: ATTR CONSTR METH

Java API documentation generated with DocFlex/Doclet v1.4.10a
DocFlex/Doclet is both a multi-format Javadoc doclet and a free edition of DocFlex/Javadoc. If you need to customize your Javadoc without writing a full-blown doclet from scratch, DocFlex/Javadoc may be the only tool able to help you! Find out more at www.docflex.com