public class ActivitePlanningView extends Object implements Serializable
Constructor and Description |
---|
ActivitePlanningView(String codeAffaire,
String affInterne,
Double cliInterne,
Double indAbsence,
String codeTache,
Double indGenerique,
String codeCollab,
Date dateFiche,
Double temps,
Double duree) |
ActivitePlanningView(String codeAffaire,
String affInterne,
Double cliInterne,
Double indAbsence,
String codeTache,
Double indGenerique,
String codeCollab,
Double temps) |
ActivitePlanningView(String codeAffaire,
String affInterne,
Double cliInterne,
Double indAbsence,
String codeLot,
String codeTache,
Double indGenerique,
String codeCollab,
Date dateFiche,
Double temps,
Double duree) |
ActivitePlanningView(String codeAffaire,
String affInterne,
Double cliInterne,
Double indAbsence,
String codeLot,
String codeTache,
Double indGenerique,
String codeCollab,
Double temps) |
ActivitePlanningView(String codeAffaire,
String affInterne,
Double cliInterne,
Double indAbsence,
String codeLot,
String codeSousLot,
String codeTache,
Double indGenerique,
String codeCollab,
Date dateFiche,
Double temps,
Double duree) |
ActivitePlanningView(String codeAffaire,
String affInterne,
Double cliInterne,
Double indAbsence,
String codeLot,
String codeSousLot,
String codeTache,
Double indGenerique,
String codeCollab,
Double temps) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAffInterne() |
Double |
getCliInterne() |
String |
getCodeAffaire() |
String |
getCodeCollab() |
String |
getCodeLot() |
String |
getCodeSousLot() |
String |
getCodeTache() |
String |
getCommentaire() |
Date |
getDateFiche() |
Double |
getDuree() |
Double |
getIndAbsence() |
Double |
getIndGenerique() |
String |
getString() |
Double |
getTemps() |
int |
getTypeAffaire() |
void |
setAffInterne(String affInterne) |
void |
setCliInterne(Double cliInterne) |
void |
setCodeAffaire(String codeAffaire) |
void |
setCodeCollab(String codeCollab) |
void |
setCodeLot(String codeLot) |
void |
setCodeSousLot(String codeSousLot) |
void |
setCodeTache(String codeTache) |
void |
setCommentaire(String commentaire) |
void |
setDateFiche(Date dateFiche) |
void |
setDuree(Double duree) |
void |
setIndAbsence(Double indAbsence) |
void |
setIndGenerique(Double indGenerique) |
void |
setTemps(Double temps) |
void |
setTypeAffaire(int typeAffaire) |
public ActivitePlanningView(String codeAffaire, String affInterne, Double cliInterne, Double indAbsence, String codeLot, String codeSousLot, String codeTache, Double indGenerique, String codeCollab, Date dateFiche, Double temps, Double duree)
public ActivitePlanningView(String codeAffaire, String affInterne, Double cliInterne, Double indAbsence, String codeLot, String codeTache, Double indGenerique, String codeCollab, Date dateFiche, Double temps, Double duree)
public ActivitePlanningView(String codeAffaire, String affInterne, Double cliInterne, Double indAbsence, String codeTache, Double indGenerique, String codeCollab, Date dateFiche, Double temps, Double duree)
public ActivitePlanningView(String codeAffaire, String affInterne, Double cliInterne, Double indAbsence, String codeLot, String codeSousLot, String codeTache, Double indGenerique, String codeCollab, Double temps)
public ActivitePlanningView(String codeAffaire, String affInterne, Double cliInterne, Double indAbsence, String codeLot, String codeTache, Double indGenerique, String codeCollab, Double temps)
public String getCodeAffaire()
public void setCodeAffaire(String codeAffaire)
public String getCodeLot()
public void setCodeLot(String codeLot)
public String getCodeSousLot()
public void setCodeSousLot(String codeSousLot)
public String getCodeTache()
public void setCodeTache(String codeTache)
public String getCommentaire()
public void setCommentaire(String commentaire)
public Double getIndGenerique()
public void setIndGenerique(Double indGenerique)
public String getCodeCollab()
public void setCodeCollab(String codeCollab)
public Date getDateFiche()
public void setDateFiche(Date dateFiche)
public Double getTemps()
public void setTemps(Double temps)
public String getAffInterne()
public void setAffInterne(String affInterne)
public Double getCliInterne()
public void setCliInterne(Double cliInterne)
public Double getIndAbsence()
public void setIndAbsence(Double indAbsence)
public int getTypeAffaire()
public void setTypeAffaire(int typeAffaire)
public String getString()
public Double getDuree()
public void setDuree(Double duree)
Copyright © 2016. All rights reserved.