Interface CostTerm
- All Superinterfaces:
QueryTerm
A query term for a cost.
-
Method Summary
Modifier and TypeMethodDescriptionGets the end range of the amount.Gets the start range of the amount.Gets the price scheduleId.Methods inherited from interface QueryTerm
isPositive, isWildcardModifier and TypeMethodDescriptionbooleanTests if this is a positive or negative term.booleanTests if this term is a wildcard.
-
Method Details
-
getPriceScheduleId
Id getPriceScheduleId()Gets the price scheduleId.- Returns:
- the price schedule
Id - Compliance:
mandatory- This method must be implemented.
-
getAmountStart
Currency getAmountStart()Gets the start range of the amount.- Returns:
- the start range
- Compliance:
mandatory- This method must be implemented.
-
getAmountEnd
Currency getAmountEnd()Gets the end range of the amount.- Returns:
- the end range
- Compliance:
mandatory- This method must be implemented.
-