public class DebitCredit extends Object implements Serializable
Constructor and Description |
---|
DebitCredit() |
DebitCredit(String libelleCompte,
String compteCollectif) |
Modifier and Type | Method and Description |
---|---|
void |
addCredit(Double creditToAdd) |
void |
addDebit(Double debitToAdd) |
String |
getCompteCollectif() |
Double |
getCredit() |
Double |
getDebit() |
String |
getLibelleCompte() |
void |
setCompteCollectif(String compteCollectif) |
void |
setCredit(Double credit) |
void |
setDebit(Double debit) |
void |
setLibelleCompte(String libelleCompte) |
String |
toString() |
public Double getDebit()
public void setDebit(Double debit)
public Double getCredit()
public void setCredit(Double credit)
public void setLibelleCompte(String libelleCompte)
public String getLibelleCompte()
public void setCompteCollectif(String compteCollectif)
public String getCompteCollectif()
public void addDebit(Double debitToAdd)
public void addCredit(Double creditToAdd)
Copyright © 2016. All rights reserved.