OSID Logo
OSID Specifications
search package
Version 3.0.0
Release Candidate Preview
Interfaceosid.search.terms.CurrencyRangeTerm
Implementsosid.search.QueryTerm
Description

A term for a Currency range query.

MethodgetCurrencyRangeStart
Description

Gets thestart of the currency range in the term.

Returnosid.financials.Currencythe currency
ErrorsILLEGAL_STATE isWildcard() is true
CompliancemandatoryThis method must be implemented.
MethodgetCurrencyRangeEnd
Description

Gets the end of the currency range in the term.

Returnosid.financials.Currencythe currency
ErrorsILLEGAL_STATE isWildcard() is true
CompliancemandatoryThis method must be implemented.