public class Cashflow extends Object
Cashflow()
Cashflow(Date date, double amount)
double
getAmount()
Date
getDate()
void
setAmount(double amount)
setDate(Date date)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Cashflow()
public Cashflow(Date date, double amount)
public Date getDate()
public void setDate(Date date)
public double getAmount()
public void setAmount(double amount)
public String toString()
toString
Object
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.