public class CtxPresence extends Object implements Serializable
Constructor and Description |
---|
CtxPresence(Double identPresence,
Double identPartie,
String nomAppelPartie,
Double identStatut,
String codeStatut,
Double indDeductAss,
Double indDeductFact,
Double dureeAbsence,
Double dureeModule) |
Modifier and Type | Method and Description |
---|---|
String |
getCodeStatut() |
Double |
getDureeAbsence() |
Double |
getDureeModule() |
Double |
getDureePresence() |
Double |
getIdentPartie() |
Double |
getIdentPresence() |
Double |
getIdentStatut() |
Double |
getIndDeductAss() |
Double |
getIndDeductFact() |
String |
getLibelleEmargement() |
String |
getNomAppelPartie() |
void |
setCodeStatut(String codeStatut) |
void |
setDureeAbsence(Double dureeAbsence) |
void |
setDureeModule(Double dureeModule) |
void |
setIdentPartie(Double identPartie) |
void |
setIdentPresence(Double identPresence) |
void |
setIdentStatut(Double identStatut) |
void |
setIndDeductAss(Double indDeductAss) |
void |
setIndDeductFact(Double indDeductFact) |
void |
setLibelleEmargement(String libelleEmargement) |
void |
setNomAppelPartie(String nomAppelPartie) |
public Double getIdentPresence()
public void setIdentPresence(Double identPresence)
public Double getIdentPartie()
public void setIdentPartie(Double identPartie)
public String getNomAppelPartie()
public void setNomAppelPartie(String nomAppelPartie)
public Double getIdentStatut()
public void setIdentStatut(Double identStatut)
public String getCodeStatut()
public void setCodeStatut(String codeStatut)
public Double getIndDeductAss()
public void setIndDeductAss(Double indDeductAss)
public Double getIndDeductFact()
public void setIndDeductFact(Double indDeductFact)
public String getLibelleEmargement()
public void setLibelleEmargement(String libelleEmargement)
public Double getDureeAbsence()
public void setDureeAbsence(Double dureeAbsence)
public Double getDureeModule()
public void setDureeModule(Double dureeModule)
public Double getDureePresence()
Copyright © 2016. All rights reserved.