Uses of Class
com.storedobject.core.DecimalNumber
Packages that use DecimalNumber
-
Uses of DecimalNumber in com.storedobject.core
Subclasses of DecimalNumber in com.storedobject.coreModifier and TypeClassDescriptionfinal classClass that represents a rate value such as currency rate etc.Fields in com.storedobject.core declared as DecimalNumberMethods in com.storedobject.core that return DecimalNumberModifier and TypeMethodDescriptionstatic DecimalNumberstatic DecimalNumberJournalVoucher.getLedgerTran()Get the original transaction Id of this voucher for which ledger entries are created.TransactionValueDate.getLedgerTran()PseudoTran.getLogicCode()PseudoTranDetail.getPid()PseudoTranDetail.getTid()DecimalNumber.zero()static DecimalNumberDecimalNumber.zero(int decimals) Methods in com.storedobject.core with parameters of type DecimalNumberModifier and TypeMethodDescriptionintDecimalNumber.compareTo(DecimalNumber number) Money.divide(DecimalNumber divisor) Divide the amount with a rateMoney.divide(DecimalNumber divisor, Currency currency) Divide the amount with a rate and convert it to another currency.DecimalNumber.getAverageValue(DecimalNumber second) booleanDecimalNumber.isSameValue(DecimalNumber another) Money.multiply(DecimalNumber multiplicand) Multiply the amount with a rateMoney.multiply(DecimalNumber multiplicand, Currency currency) Multiply the amount with a rate and convert to another currency.Money.percentage(DecimalNumber percentage) Calculate the percentage.voidJournalVoucher.setLedgerTran(DecimalNumber ledgerTran) Set the original transaction Id of this voucher for which ledger entries are created.voidTransactionValueDate.setLedgerTran(DecimalNumber ledgerTran) voidPseudoTran.setLogicCode(DecimalNumber logic) voidPseudoTranDetail.setPid(DecimalNumber pid) voidPseudoTranDetail.setTid(DecimalNumber tid) Constructors in com.storedobject.core with parameters of type DecimalNumberModifierConstructorDescriptionDecimalNumber(DecimalNumber number) Construct a decimal number from another one. -
Uses of DecimalNumber in com.storedobject.core.converter
Methods in com.storedobject.core.converter that return DecimalNumberModifier and TypeMethodDescriptionMethods in com.storedobject.core.converter that return types with arguments of type DecimalNumber -
Uses of DecimalNumber in com.storedobject.ui
Constructors in com.storedobject.ui with parameters of type DecimalNumberModifierConstructorDescriptionDecimalNumberField(DecimalNumber initialValue, int decimals) DecimalNumberField(DecimalNumber initialValue, int width, int decimals) DecimalNumberField(DecimalNumber initialValue, int width, int decimals, boolean grouping) DecimalNumberField(DecimalNumber initialValue, int width, int decimals, boolean grouping, boolean allowNegative) DecimalNumberField(String label, DecimalNumber initialValue) DecimalNumberField(String label, DecimalNumber initialValue, int decimals) DecimalNumberField(String label, DecimalNumber initialValue, int width, int decimals) DecimalNumberField(String label, DecimalNumber initialValue, int width, int decimals, boolean grouping) DecimalNumberField(String label, DecimalNumber initialValue, int width, int decimals, boolean grouping, boolean allowNegative)