public class CashDetail extends Object
Constructor and Description |
---|
CashDetail() |
Modifier and Type | Method and Description |
---|---|
MoneyAmount |
getAmount() |
BankAccountKey |
getBankAccountKey() |
Calendar |
getDate() |
String |
getNumber() |
void |
setAmount(MoneyAmount value) |
void |
setBankAccountKey(BankAccountKey value) |
void |
setDate(Calendar value) |
void |
setNumber(String value) |
public MoneyAmount getAmount()
public void setAmount(MoneyAmount value)
public BankAccountKey getBankAccountKey()
public void setBankAccountKey(BankAccountKey value)
public Calendar getDate()
public void setDate(Calendar value)
public String getNumber()
public void setNumber(String value)
Copyright © 2010–2016. All rights reserved.