@Entity public class TANouveaux extends Object implements Serializable
Constructor and Description |
---|
TANouveaux() |
TANouveaux(Double ident,
TPSociete societe,
TJournal journal,
String bnqCptecg,
String numeroComptePositif,
String numeroCompteNegatif) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getBnqCptecg() |
Double |
getIdent() |
TJournal |
getJournal() |
String |
getNumeroCompteNegatif() |
String |
getNumeroComptePositif() |
TPSociete |
getSociete() |
int |
hashCode() |
void |
setBnqCptecg(String bnqCptecg) |
void |
setIdent(Double ident) |
void |
setJournal(TJournal journal) |
void |
setNumeroCompteNegatif(String numeroCompteNegatif) |
void |
setNumeroComptePositif(String numeroComptePositif) |
void |
setSociete(TPSociete societe) |
String |
toString() |
public Double getIdent()
public void setIdent(Double ident)
public TPSociete getSociete()
public void setSociete(TPSociete societe)
public TJournal getJournal()
public void setJournal(TJournal journal)
public String getBnqCptecg()
public void setBnqCptecg(String bnqCptecg)
public String getNumeroComptePositif()
public void setNumeroComptePositif(String numeroComptePositif)
public String getNumeroCompteNegatif()
public void setNumeroCompteNegatif(String numeroCompteNegatif)
Copyright © 2016. All rights reserved.