@Entity public class FLnkTacheCollab extends Object implements Serializable
Constructor and Description |
---|
FLnkTacheCollab() |
FLnkTacheCollab(Double ident,
FPlTache plTache,
FPCollaborateur collaborateur) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
FPCollaborateur |
getCollaborateur() |
Double |
getIdent() |
FPlTache |
getPlTache() |
int |
hashCode() |
void |
setCollaborateur(FPCollaborateur collaborateur)
BDD : COLLABORATEUR
Pointeur vers le collaborateur |
void |
setIdent(Double ident)
BDD : IDENT
Identifiant |
void |
setPlTache(FPlTache plTache)
BDD : TACHE
Pointeur vers la tâche |
String |
toString() |
public FLnkTacheCollab()
public FLnkTacheCollab(Double ident, FPlTache plTache, FPCollaborateur collaborateur)
public Double getIdent()
public void setIdent(Double ident)
Identifiant
- public FPlTache getPlTache()
public void setPlTache(FPlTache plTache)
Pointeur
- vers la tâchepublic FPCollaborateur getCollaborateur()
public void setCollaborateur(FPCollaborateur collaborateur)
Pointeur
- vers le collaborateurCopyright © 2016. All rights reserved.