Package nxt
Class Account.AccountLease
- java.lang.Object
-
- nxt.Account.AccountLease
-
- Enclosing class:
- Account
public static final class Account.AccountLease extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCurrentLeasingHeightFrom()
int
getCurrentLeasingHeightTo()
long
getCurrentLesseeId()
long
getLessorId()
int
getNextLeasingHeightFrom()
int
getNextLeasingHeightTo()
long
getNextLesseeId()
-
-
-
Method Detail
-
getLessorId
public long getLessorId()
-
getCurrentLesseeId
public long getCurrentLesseeId()
-
getCurrentLeasingHeightFrom
public int getCurrentLeasingHeightFrom()
-
getCurrentLeasingHeightTo
public int getCurrentLeasingHeightTo()
-
getNextLesseeId
public long getNextLesseeId()
-
getNextLeasingHeightFrom
public int getNextLeasingHeightFrom()
-
getNextLeasingHeightTo
public int getNextLeasingHeightTo()
-
-