Uses of Class
dev.vality.damsel.domain.CashRange
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of CashRange in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return CashRange Modifier and Type Method Description CashRangeCashRange. deepCopy()CashRangeCondition. getCostIn()CashRangeInvoiceTemplateProductPrice. getRange()CashRangeCashLimitSelector. getValue()CashRangeCashRange. setLower(CashBound lower)CashRangeCashRange. setUpper(CashBound upper)Methods in dev.vality.damsel.domain with parameters of type CashRange Modifier and Type Method Description intCashRange. compareTo(CashRange other)static ConditionCondition. cost_in(CashRange value)booleanCashRange. equals(CashRange that)static InvoiceTemplateProductPriceInvoiceTemplateProductPrice. range(CashRange value)voidCondition. setCostIn(CashRange value)voidInvoiceTemplateProductPrice. setRange(CashRange value)voidCashLimitSelector. setValue(CashRange value)static CashLimitSelectorCashLimitSelector. value(CashRange value)Constructors in dev.vality.damsel.domain with parameters of type CashRange Constructor Description CashRange(CashRange other)Performs a deep copy on other.