it.amattioli.encapsulate.money
Class AccountEntry

Show UML class diagram
java.lang.Object
  extended by it.amattioli.encapsulate.money.AccountEntry

public class AccountEntry
extends Object


Field Summary
static Comparator TIME_COMPARATOR
           
 
Constructor Summary
AccountEntry(Money money)
           
AccountEntry(Money money, Date time)
           
 
Method Summary
 Money getMoney()
           
 Date getTime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TIME_COMPARATOR

public static final Comparator TIME_COMPARATOR
Constructor Detail

AccountEntry

public AccountEntry(Money money,
                    Date time)

AccountEntry

public AccountEntry(Money money)
Method Detail

getMoney

public Money getMoney()

getTime

public Date getTime()


Copyright © 2011. All Rights Reserved.