net.sourceforge.jasa.market
Class ZeroCreditAccount

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

public class ZeroCreditAccount
extends Account

See Also:
Serialized Form
 

Field Summary
 
Fields inherited from class net.sourceforge.jasa.market.Account
funds, owner
 
Constructor Summary
ZeroCreditAccount()
           
ZeroCreditAccount(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

ZeroCreditAccount

public ZeroCreditAccount(java.lang.Object owner)

ZeroCreditAccount

public ZeroCreditAccount()
Method Detail

doubleEntry

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