public abstract class Deposit
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.time.LocalDateTime |
availableTime |
Constructor and Description |
---|
Deposit() |
Modifier and Type | Method and Description |
---|---|
abstract double |
getAmount()
Returns total amount associated with this Deposit
|
java.time.LocalDateTime |
getAvailabilityTime()
Returns the time when the funds of this deposit become available
|