@Entity public class TActivite extends Object implements Serializable, IdentCodeLibelleIdentifiable
Constructor and Description |
---|
TActivite() |
TActivite(TDepartement departement,
String code) |
TActivite(TDepartement departement,
String code,
String libelle,
String analyse,
String texte,
String services,
Double defaut,
Set<FAffaires> affaires,
Set<FOpportunite> opportunites) |
Modifier and Type | Method and Description |
---|---|
void |
addAffaires(FAffaires o) |
void |
addAllAffaires(Collection<FAffaires> coll) |
void |
addAllOpportunite(Collection<FOpportunite> coll) |
void |
addOpportunite(FOpportunite o) |
boolean |
equals(Object o) |
Set<FAffaires> |
getAffaires() |
String |
getAnalyse() |
String |
getCode() |
Double |
getDefaut() |
TDepartement |
getDepartement() |
Double |
getIdent() |
String |
getLibelle() |
Set<FOpportunite> |
getOpportunites() |
String |
getServices() |
String |
getTexte() |
void |
removeAffaires(FAffaires o) |
void |
removeAllAffaires() |
void |
removeAllOpportunite() |
void |
removeOpportunite(FOpportunite o) |
protected void |
setAffaires(Set<FAffaires> affaires) |
void |
setAnalyse(String analyse) |
void |
setCode(String code) |
void |
setDefaut(Double defaut) |
void |
setDepartement(TDepartement departement) |
void |
setIdent(Double ident) |
void |
setLibelle(String libelle) |
protected void |
setOpportunites(Set<FOpportunite> opportunites) |
void |
setServices(String services) |
void |
setTexte(String texte) |
String |
toString() |
public TActivite()
public TActivite(TDepartement departement, String code)
public Double getIdent()
getIdent
in interface IdentIdentifiable
public void setIdent(Double ident)
public TDepartement getDepartement()
public void setDepartement(TDepartement departement)
public String getCode()
getCode
in interface CodeIdentifiable
public void setCode(String code)
public String getLibelle()
getLibelle
in interface Localisable
public void setLibelle(String libelle)
public String getAnalyse()
public void setAnalyse(String analyse)
public String getTexte()
public void setTexte(String texte)
public String getServices()
public void setServices(String services)
public Double getDefaut()
public void setDefaut(Double defaut)
public Set<FOpportunite> getOpportunites()
protected void setOpportunites(Set<FOpportunite> opportunites)
public void addAffaires(FAffaires o)
public void addOpportunite(FOpportunite o)
public void addAllAffaires(Collection<FAffaires> coll)
public void addAllOpportunite(Collection<FOpportunite> coll)
public void removeAffaires(FAffaires o)
public void removeOpportunite(FOpportunite o)
public void removeAllAffaires()
public void removeAllOpportunite()
Copyright © 2016. All rights reserved.