org.zeroexchange.mcredit
Class CreditPath

java.lang.Object
  extended by org.zeroexchange.mcredit.CreditPath
All Implemented Interfaces:
Serializable, Cloneable

public class CreditPath
extends Object
implements Serializable, Cloneable

Author:
black
See Also:
Serialized Form

Constructor Summary
CreditPath()
           
 
Method Summary
protected  Object clone()
          
 User getCreditor()
           
 User getDebtor()
           
 List<CreditLine> getPath()
           
 void setCreditor(User creditor)
           
 void setDebtor(User debtor)
           
 void setPath(List<CreditLine> path)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreditPath

public CreditPath()
Method Detail

getPath

public List<CreditLine> getPath()

setPath

public void setPath(List<CreditLine> path)

getDebtor

public User getDebtor()

setDebtor

public void setDebtor(User debtor)

getCreditor

public User getCreditor()

setCreditor

public void setCreditor(User creditor)

clone

protected Object clone()
                throws CloneNotSupportedException

Overrides:
clone in class Object
Throws:
CloneNotSupportedException


Copyright © 2013. All Rights Reserved.