public class MemoAbsenceSession extends Object implements Serializable
Constructor and Description |
---|
MemoAbsenceSession(Double identSession,
String nomContact,
String prenomContact,
String libellePartie,
String typeAbsence,
String indication,
Double dureeAbsence) |
Modifier and Type | Method and Description |
---|---|
Double |
getDureeAbsence() |
Double |
getIdentSession() |
String |
getIndication() |
String |
getLibellePartie() |
String |
getNomContact() |
String |
getPrenomContact() |
String |
getTypeAbsence() |
void |
setDureeAbsence(Double dureeAbsence) |
void |
setIdentSession(Double identSession) |
void |
setIndication(String indication) |
void |
setLibellePartie(String libellePartie) |
void |
setNomContact(String nomContact) |
void |
setPrenomContact(String prenomContact) |
void |
setTypeAbsence(String typeAbsence) |
public MemoAbsenceSession(Double identSession, String nomContact, String prenomContact, String libellePartie, String typeAbsence, String indication, Double dureeAbsence)
identSession
- nomContact
- prenomContact
- libellePartie
- typeAbsence
- indication
- dureeAbsence
- public Double getIdentSession()
public void setIdentSession(Double identSession)
identSession
- the identSession to setpublic String getIndication()
public void setIndication(String indication)
indication
- the indication to setpublic String getLibellePartie()
public void setLibellePartie(String libellePartie)
libellePartie
- the libellePartie to setpublic String getNomContact()
public void setNomContact(String nomContact)
nomContact
- the nomContact to setpublic String getPrenomContact()
public void setPrenomContact(String prenomContact)
prenomContact
- the prenomContact to setpublic String getTypeAbsence()
public void setTypeAbsence(String typeAbsence)
typeAbsence
- the typeAbsence to setpublic Double getDureeAbsence()
public void setDureeAbsence(Double dureeAbsence)
dureeAbsence
- the dureeAbsence to setCopyright © 2016. All rights reserved.