public class Lease extends Object implements Action
long
amount
fee
String
recipient
Account
sender
Lease(Account from)
Lease
amount(long amount)
calcFee()
fee(long fee)
static Lease
lease(Account from)
to(Account account)
to(String recipient)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Account sender
public String recipient
public long amount
public long fee
public Lease(Account from)
public static Lease lease(Account from)
public Lease to(String recipient)
public Lease to(Account account)
public Lease amount(long amount)
public Lease fee(long fee)
public long calcFee()
calcFee
Action
Copyright © 2019. All rights reserved.