|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ecash.kernel.BuyerPurseUnit
This class represents a single item of the BuyerPurse class.
BuyerPurse
,
Serialized FormConstructor Summary | |
BuyerPurseUnit(Note note,
FullNotesList fullNotesList,
BankChoice bankChoice)
Creates a BuyerPurseUnit. |
Method Summary | |
BankChoice |
getBankChoice()
Returns the BankChoice. |
FullNotesList |
getFullNotesList()
Returns the FullNotesList. |
Note |
getNote()
Returns the note. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BuyerPurseUnit(Note note, FullNotesList fullNotesList, BankChoice bankChoice)
note
- the notefullNotesList
- all the informations used to create the note, and
also the other notes (the bank gets several notes and then choose
wich one she will signbankChoice
- the note choosen by the bankMethod Detail |
public Note getNote()
public FullNotesList getFullNotesList()
public BankChoice getBankChoice()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |