public class Cashflow extends Object
Constructor and Description |
---|
Cashflow() |
Cashflow(Date date,
double amount) |
Modifier and Type | Method and Description |
---|---|
double |
getAmount() |
Date |
getDate() |
void |
setAmount(double amount) |
void |
setDate(Date date) |
String |
toString() |
public Cashflow()
public Cashflow(Date date, double amount)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.