OSID Logo
OSID Specifications
search package
Version 3.1.0
Interfaceosid.search.terms.CurrencyRangeTerm
Implementsosid.search.QueryTerm
Used Byosid.bidding.AuctionQueryInspector
osid.bidding.BidQueryInspector
osid.billing.EntryQueryInspector
osid.billing.ItemQueryInspector
osid.billing.payment.PaymentQueryInspector
osid.financials.SummaryQueryInspector
osid.financials.budgeting.BudgetEntryQueryInspector
osid.financials.posting.PostEntryQueryInspector
osid.ordering.ItemQueryInspector
osid.ordering.OrderQueryInspector
show 6 more…
osid.ordering.PriceQueryInspector
osid.personnel.AppointmentQueryInspector
osid.personnel.PositionQueryInspector
osid.provisioning.ProvisionQueryInspector
osid.room.construction.ProjectQueryInspector
osid.room.construction.RenovationQueryInspector
Description

A term for a Currency range query.

MethodgetCurrencyRangeStart
Description

Gets thestart of the currency range in the term.

Returnosid.financials.Currency the currency
ErrorsILLEGAL_STATE isWildcard() is true
Compliancemandatory This method must be implemented.
MethodgetCurrencyRangeEnd
Description

Gets the end of the currency range in the term.

Returnosid.financials.Currency the currency
ErrorsILLEGAL_STATE isWildcard() is true
Compliancemandatory This method must be implemented.