Uses of Class
dev.vality.damsel.domain.AllocationTransactionPrototypeFeeFixed
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of AllocationTransactionPrototypeFeeFixed in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return AllocationTransactionPrototypeFeeFixed Modifier and Type Method Description AllocationTransactionPrototypeFeeFixedAllocationTransactionPrototypeFeeFixed. deepCopy()AllocationTransactionPrototypeFeeFixedAllocationTransactionPrototypeFee. getFixed()AllocationTransactionPrototypeFeeFixedAllocationTransactionPrototypeFeeFixed. setAmount(Cash amount)Methods in dev.vality.damsel.domain with parameters of type AllocationTransactionPrototypeFeeFixed Modifier and Type Method Description intAllocationTransactionPrototypeFeeFixed. compareTo(AllocationTransactionPrototypeFeeFixed other)booleanAllocationTransactionPrototypeFeeFixed. equals(AllocationTransactionPrototypeFeeFixed that)static AllocationTransactionPrototypeFeeAllocationTransactionPrototypeFee. fixed(AllocationTransactionPrototypeFeeFixed value)voidAllocationTransactionPrototypeFee. setFixed(AllocationTransactionPrototypeFeeFixed value)Constructors in dev.vality.damsel.domain with parameters of type AllocationTransactionPrototypeFeeFixed Constructor Description AllocationTransactionPrototypeFeeFixed(AllocationTransactionPrototypeFeeFixed other)Performs a deep copy on other.