org.homeunix.thecave.buddi.model.swing
Class AutoCompleteEntryModel.AutoCompleteEntry

java.lang.Object
  extended by org.homeunix.thecave.buddi.model.swing.AutoCompleteEntryModel.AutoCompleteEntry
Enclosing class:
AutoCompleteEntryModel

public static class AutoCompleteEntryModel.AutoCompleteEntry
extends java.lang.Object


Constructor Summary
AutoCompleteEntryModel.AutoCompleteEntry(long amount, Source from, Source to)
           
 
Method Summary
 long getAmount()
           
 Source getFrom()
           
 Source getTo()
           
 void setAmount(long amount)
           
 void setFrom(Source from)
           
 void setTo(Source to)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutoCompleteEntryModel.AutoCompleteEntry

public AutoCompleteEntryModel.AutoCompleteEntry(long amount,
                                                Source from,
                                                Source to)
Method Detail

getAmount

public long getAmount()

setAmount

public void setAmount(long amount)

getFrom

public Source getFrom()

setFrom

public void setFrom(Source from)

getTo

public Source getTo()

setTo

public void setTo(Source to)