org.base.apps.example.bank
Class Transaction
java.lang.Object
org.base.apps.example.bank.Transaction
public class Transaction
- extends Object
Represents a line item in a checking account.
- Author:
- Kevan Simpson
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Transaction
public Transaction()
getDate
public org.joda.time.DateTime getDate()
- Returns:
- the date
setDate
public void setDate(org.joda.time.DateTime date)
- Parameters:
date - the date to set
getDescription
public String getDescription()
- Returns:
- the description
setDescription
public void setDescription(String description)
- Parameters:
description - the description to set
getAmount
public BigDecimal getAmount()
- Returns:
- the amount
setAmount
public void setAmount(BigDecimal amount)
- Parameters:
amount - the amount to set
Copyright 2011, Blue Agate Software Entity (BASE)