public class Bill extends Object
| Constructor and Description |
|---|
Bill() |
| Modifier and Type | Method and Description |
|---|---|
Bill |
day(String day) |
boolean |
equals(Object o) |
String |
getDay()
Day of Month (0-31)
|
String |
getType()
One of the following values OFFOLLOWINGMONTH/DAYSAFTERBILLDATE/OFCURRENTMONTH
|
int |
hashCode() |
void |
setDay(String day) |
void |
setType(String type) |
String |
toString() |
Bill |
type(String type) |
Copyright © 2018. All rights reserved.