net.sourceforge.jasa.market
Class ZeroFundsAccount

java.lang.Object
  extended by net.sourceforge.jasa.market.Account
      extended by net.sourceforge.jasa.market.ZeroFundsAccount
All Implemented Interfaces:
java.io.Serializable

public class ZeroFundsAccount
extends Account
implements java.io.Serializable

See Also:
Serialized Form
 

Field Summary
 
Fields inherited from class net.sourceforge.jasa.market.Account
funds, owner
 
Constructor Summary
ZeroFundsAccount()
           
ZeroFundsAccount(java.lang.Object owner)
           
 
Method Summary
 void doubleEntry(Account payer, double charge, Account payee, double payment)
           
 
Methods inherited from class net.sourceforge.jasa.market.Account
credit, debit, getFunds, getOwner, setFunds, setOwner, toString, transfer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ZeroFundsAccount

public ZeroFundsAccount(java.lang.Object owner)

ZeroFundsAccount

public ZeroFundsAccount()
Method Detail

doubleEntry

public void doubleEntry(Account payer,
                        double charge,
                        Account payee,
                        double payment)
Overrides:
doubleEntry in class Account