de.schlund.pfixcore.example.bank.model
Class Account
java.lang.Object
de.schlund.pfixcore.example.bank.model.Account
public class Account
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Account
public Account(long accountNo,
float debit,
Currency currency,
Calendar openingDate)
getAccountNo
public long getAccountNo()
setAccountNo
public void setAccountNo(long accountNo)
getDebit
public float getDebit()
setDebit
public void setDebit(float debit)
getCurrency
public Currency getCurrency()
setCurrency
public void setCurrency(Currency currency)
getOpeningDate
public Calendar getOpeningDate()
setOpeningDate
public void setOpeningDate(Calendar openingDate)
Copyright © 2011 United Internet. All Rights Reserved.