public class AffectationIntervenantASession extends Object implements Serializable
Constructor and Description |
---|
AffectationIntervenantASession() |
AffectationIntervenantASession(Double identAffectation,
Double identSession,
String codeSession,
String libelleSession,
Date dateDebut,
Date dateFin,
String etatSession) |
AffectationIntervenantASession(FcAffectation affectation) |
Modifier and Type | Method and Description |
---|---|
String |
getCodeSession() |
Date |
getDateDebut() |
Date |
getDateFin() |
String |
getEtatSession() |
Double |
getIdentAffectation() |
Double |
getIdentSession() |
String |
getLibelleSession() |
void |
setCodeSession(String codeSession) |
void |
setDateDebut(Date dateDebut) |
void |
setDateFin(Date dateFin) |
void |
setEtatSession(String etatSession) |
void |
setIdentAffectation(Double identAffectation) |
void |
setIdentSession(Double identSession) |
void |
setLibelleSession(String libelleSession) |
public AffectationIntervenantASession()
public AffectationIntervenantASession(Double identAffectation, Double identSession, String codeSession, String libelleSession, Date dateDebut, Date dateFin, String etatSession)
public AffectationIntervenantASession(FcAffectation affectation)
public Double getIdentAffectation()
public void setIdentAffectation(Double identAffectation)
public Double getIdentSession()
public void setIdentSession(Double identSession)
public String getCodeSession()
public void setCodeSession(String codeSession)
public String getLibelleSession()
public void setLibelleSession(String libelleSession)
public Date getDateDebut()
public void setDateDebut(Date dateDebut)
public Date getDateFin()
public void setDateFin(Date dateFin)
public String getEtatSession()
public void setEtatSession(String etatSession)
Copyright © 2016. All rights reserved.