Package nxt.ae
Class AssetControl.PhasingOnly
java.lang.Object
nxt.voting.PhasingControl
nxt.ae.AssetControl.PhasingOnly
- Enclosing class:
- AssetControl
-
Nested Class Summary
Nested classes/interfaces inherited from class nxt.voting.PhasingControl
PhasingControl.SubPoll -
Field Summary
FieldsFields inherited from class nxt.voting.PhasingControl
params -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcheckTransaction(ChildTransaction transaction) static AssetControl.PhasingOnlyget(long assetId, AssetControlTxTypesEnum transactionType) static DbIterator<AssetControl.PhasingOnly>getAll(int from, int to) static List<AssetControl.PhasingOnly>getAllPerAsset(long assetId) longstatic AssetControl.PhasingOnlygetById(long id) final Stringstatic intgetCount()final StringlonggetId()Methods inherited from class nxt.voting.PhasingControl
checkPhasing, getPhasingParams, init
-
Field Details
-
DEFAULT_ASSET_CONTROL_VARIABLE
- See Also:
-
-
Method Details
-
get
-
getById
-
getAllPerAsset
-
getCount
public static int getCount() -
getAll
-
getId
public long getId() -
getAssetId
public long getAssetId() -
getTransactionTypes
-
getControlType
- Specified by:
getControlTypein classPhasingControl
-
getDefaultControlVariable
- Specified by:
getDefaultControlVariablein classPhasingControl
-
checkTransaction
protected void checkTransaction(ChildTransaction transaction) throws NxtException.AccountControlException - Specified by:
checkTransactionin classPhasingControl- Throws:
NxtException.AccountControlException
-