@Entity public class FPlLnkTache extends Object implements Serializable
Constructor and Description |
---|
FPlLnkTache() |
FPlLnkTache(FPlTache plTacheByPlltPltIdentPrec,
FPlTache plTacheByPlltPltIdentSuiv,
Double typLnk,
Double indContrainte,
Double ecart) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Double |
getEcart() |
Double |
getIdent() |
Double |
getIndContrainte() |
FPlTache |
getPlTacheByPlltPltIdentPrec() |
FPlTache |
getPlTacheByPlltPltIdentSuiv() |
Double |
getTypLnk() |
void |
setEcart(Double ecart)
BDD : ECART
Decalage possible en jours |
void |
setIdent(Double ident)
BDD : IDENT
Identifiant |
void |
setIndContrainte(Double indContrainte)
BDD : INDCONTRAINTE
Contrainte de lien, 0=faible, 1=forte |
void |
setPlTacheByPlltPltIdentPrec(FPlTache plTacheByPlltPltIdentPrec)
BDD : PLTACHEBYPLLTPLTIDENTPREC
Identifiant tâche précédente |
void |
setPlTacheByPlltPltIdentSuiv(FPlTache plTacheByPlltPltIdentSuiv)
BDD : PLTACHEBYPLLTPLTIDENTSUIV
Identifiant tâche suivante |
void |
setTypLnk(Double typLnk)
BDD : TYPLNK
Type de lien entre les tâche, 0=Début-Fin, 1=Fin-Début, 2=Fin-Fin, 3=Début-Début |
String |
toString() |
public Double getIdent()
public void setIdent(Double ident)
Identifiant
- public FPlTache getPlTacheByPlltPltIdentPrec()
public void setPlTacheByPlltPltIdentPrec(FPlTache plTacheByPlltPltIdentPrec)
Identifiant
- tâche précédentepublic FPlTache getPlTacheByPlltPltIdentSuiv()
public void setPlTacheByPlltPltIdentSuiv(FPlTache plTacheByPlltPltIdentSuiv)
Identifiant
- tâche suivantepublic Double getTypLnk()
public void setTypLnk(Double typLnk)
Type
- de lien entre les tâche, 0=Début-Fin, 1=Fin-Début, 2=Fin-Fin,
3=Début-Débutpublic Double getIndContrainte()
public void setIndContrainte(Double indContrainte)
Contrainte
- de lien, 0=faible, 1=fortepublic Double getEcart()
public void setEcart(Double ecart)
Decalage
- possible en joursCopyright © 2016. All rights reserved.