@Entity public class TEtatCompta extends Object implements Serializable, IdentCodeLibelleIdentifiable, ISearchResult
| Constructor and Description |
|---|
TEtatCompta() |
| Modifier and Type | Method and Description |
|---|---|
void |
addLigne(TLigneEtatCompta o) |
String |
getCode() |
Date |
getDateFinValidite() |
Double |
getIdent() |
String |
getLibelle() |
Set<TLigneEtatCompta> |
getLignes() |
String |
getModele() |
ModeleEtatComptable |
getModeleEtatComptable() |
String |
getResultIdent() |
TPSociete |
getSociete() |
void |
removeLigne(TLigneEtatCompta o) |
void |
setCode(String code) |
void |
setDateFinValidite(Date dateFinValidite) |
void |
setIdent(Double ident) |
void |
setLibelle(String libelle) |
protected void |
setLignes(Set<TLigneEtatCompta> lignes) |
void |
setModele(String modele) |
void |
setModeleEtatComptable(ModeleEtatComptable modeleEtatComptable) |
void |
setSociete(TPSociete societe) |
public Double getIdent()
getIdent in interface IdentIdentifiablepublic void setIdent(Double ident)
public TPSociete getSociete()
public void setSociete(TPSociete societe)
public String getCode()
getCode in interface CodeIdentifiablepublic void setCode(String code)
public Date getDateFinValidite()
public void setDateFinValidite(Date dateFinValidite)
public String getLibelle()
getLibelle in interface Localisablepublic void setLibelle(String libelle)
public String getModele()
public void setModele(String modele)
public String getResultIdent()
getResultIdent in interface ISearchResultpublic Set<TLigneEtatCompta> getLignes()
protected void setLignes(Set<TLigneEtatCompta> lignes)
public void addLigne(TLigneEtatCompta o)
public void removeLigne(TLigneEtatCompta o)
public ModeleEtatComptable getModeleEtatComptable()
public void setModeleEtatComptable(ModeleEtatComptable modeleEtatComptable)
Copyright © 2016. All rights reserved.