@Entity public class TLigneEtatCompta extends Object implements Serializable, IdentIdentifiable
Constructor and Description |
---|
TLigneEtatCompta() |
Modifier and Type | Method and Description |
---|---|
void |
addLigne(TValLigneEtatCompta o) |
TEtatCompta |
getEtatCompta() |
TFamille |
getFamille() |
Double |
getIdent() |
String |
getNature() |
NatureLigneEtatComptable |
getNatureLigneEtatComptable() |
TSfamille |
getSousFamille() |
String |
getType() |
TypeLigneEtatComptable |
getTypeLigneEtatComptable() |
Set<TValLigneEtatCompta> |
getValeurs() |
void |
removeLigne(TValLigneEtatCompta o) |
void |
setEtatCompta(TEtatCompta etatCompta) |
void |
setFamille(TFamille famille) |
void |
setIdent(Double ident) |
void |
setNature(String nature) |
void |
setNatureLigneEtatComptable(NatureLigneEtatComptable natureLigneEtatComptable) |
void |
setSousFamille(TSfamille sousFamille) |
void |
setType(String type) |
void |
setTypeLigneEtatComptable(TypeLigneEtatComptable typeLigneEtatComptable) |
protected void |
setValeurs(Set<TValLigneEtatCompta> valeurs) |
public Double getIdent()
getIdent
in interface IdentIdentifiable
public void setIdent(Double ident)
public Set<TValLigneEtatCompta> getValeurs()
protected void setValeurs(Set<TValLigneEtatCompta> valeurs)
public void addLigne(TValLigneEtatCompta o)
public void removeLigne(TValLigneEtatCompta o)
public String getType()
public void setType(String type)
public String getNature()
public void setNature(String nature)
public TFamille getFamille()
public void setFamille(TFamille famille)
public TSfamille getSousFamille()
public void setSousFamille(TSfamille sousFamille)
public TEtatCompta getEtatCompta()
public void setEtatCompta(TEtatCompta etatCompta)
public TypeLigneEtatComptable getTypeLigneEtatComptable()
public void setTypeLigneEtatComptable(TypeLigneEtatComptable typeLigneEtatComptable)
public NatureLigneEtatComptable getNatureLigneEtatComptable()
public void setNatureLigneEtatComptable(NatureLigneEtatComptable natureLigneEtatComptable)
Copyright © 2016. All rights reserved.