| Modifier and Type | Method and Description |
|---|---|
Date |
Date.next()
Returns the next date in the calendar.
|
Date |
Transaction.when()
Returns the date of the transaction.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Date.compareTo(Date that)
Compare this date to that date.
|
boolean |
Date.isAfter(Date b)
Is this date after b?
|
boolean |
Date.isBefore(Date b)
Is this date before b?
|
| Constructor and Description |
|---|
Transaction(String who,
Date when,
double amount)
Initializes a new transaction from the given arguments.
|
Copyright © 2014. All Rights Reserved.