Package foundation.omni
Class PropertyBalanceEntry
java.lang.Object
foundation.omni.BalanceEntry
foundation.omni.PropertyBalanceEntry
Balance entry for a property/currency
-
Field Summary
Fields inherited from class foundation.omni.BalanceEntry
balance, frozen, reserved
-
Constructor Summary
ConstructorsConstructorDescriptionPropertyBalanceEntry
(CurrencyID propertyid, String name, OmniValue balance, OmniValue reserved, OmniValue frozen) -
Method Summary
Methods inherited from class foundation.omni.BalanceEntry
equals, getBalance, getFrozen, getReserved, hashCode, iterator, toString, totalBalance
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
PropertyBalanceEntry
public PropertyBalanceEntry(CurrencyID propertyid, String name, OmniValue balance, OmniValue reserved, OmniValue frozen)
-
-
Method Details
-
getPropertyId
-
getName
-