public class AccountsPayable extends Object
| Constructor and Description |
|---|
AccountsPayable() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Double |
getOutstanding()
Get outstanding
|
Double |
getOverdue()
Get overdue
|
int |
hashCode() |
AccountsPayable |
outstanding(Double outstanding) |
AccountsPayable |
overdue(Double overdue) |
void |
setOutstanding(Double outstanding) |
void |
setOverdue(Double overdue) |
String |
toString() |
public AccountsPayable outstanding(Double outstanding)
public Double getOutstanding()
public void setOutstanding(Double outstanding)
public AccountsPayable overdue(Double overdue)
public Double getOverdue()
public void setOverdue(Double overdue)
Copyright © 2020. All rights reserved.