public class Bill extends Object
| Constructor and Description |
|---|
Bill() |
| Modifier and Type | Method and Description |
|---|---|
Bill |
day(Integer day) |
boolean |
equals(Object o) |
Integer |
getDay()
Day of Month (0-31)
|
PaymentTermType |
getType()
Get type
|
int |
hashCode() |
void |
setDay(Integer day) |
void |
setType(PaymentTermType type) |
String |
toString() |
Bill |
type(PaymentTermType type) |
public Integer getDay()
public void setDay(Integer day)
public Bill type(PaymentTermType type)
public PaymentTermType getType()
public void setType(PaymentTermType type)
Copyright © 2020. All rights reserved.