org.zeroexchange.mcredit
Class CreditPath
java.lang.Object
org.zeroexchange.mcredit.CreditPath
- All Implemented Interfaces:
- Serializable, Cloneable
public class CreditPath
- extends Object
- implements Serializable, Cloneable
- Author:
- black
- See Also:
- Serialized Form
CreditPath
public CreditPath()
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.