public class

CurrencyRateSearchBasic

extends SearchRecordBasic
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2013_2.SearchRecord
     ↳ com.netsuite.webservices.platform.core_2013_2.SearchRecordBasic
       ↳ com.netsuite.webservices.platform.common_2013_2.CurrencyRateSearchBasic

Class Overview

Java class for CurrencyRateSearchBasic complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CurrencyRateSearchBasic">
   <complexContent>
     <extension base="{urn:core_2013_2.platform.webservices.netsuite.com}SearchRecordBasic">
       <sequence>
         <element name="baseCurrency" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="effectiveDate" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
         <element name="exchangeRate" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchDoubleField" minOccurs="0"/>
         <element name="internalId" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="internalIdNumber" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchLongField" minOccurs="0"/>
         <element name="transactionCurrency" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected SearchMultiSelectField baseCurrency
protected SearchDateField effectiveDate
protected SearchDoubleField exchangeRate
protected SearchMultiSelectField internalId
protected SearchLongField internalIdNumber
protected SearchMultiSelectField transactionCurrency
Public Constructors
CurrencyRateSearchBasic()
Public Methods
SearchMultiSelectField getBaseCurrency()
Gets the value of the baseCurrency property.
SearchDateField getEffectiveDate()
Gets the value of the effectiveDate property.
SearchDoubleField getExchangeRate()
Gets the value of the exchangeRate property.
SearchMultiSelectField getInternalId()
Gets the value of the internalId property.
SearchLongField getInternalIdNumber()
Gets the value of the internalIdNumber property.
SearchMultiSelectField getTransactionCurrency()
Gets the value of the transactionCurrency property.
void setBaseCurrency(SearchMultiSelectField value)
Sets the value of the baseCurrency property.
void setEffectiveDate(SearchDateField value)
Sets the value of the effectiveDate property.
void setExchangeRate(SearchDoubleField value)
Sets the value of the exchangeRate property.
void setInternalId(SearchMultiSelectField value)
Sets the value of the internalId property.
void setInternalIdNumber(SearchLongField value)
Sets the value of the internalIdNumber property.
void setTransactionCurrency(SearchMultiSelectField value)
Sets the value of the transactionCurrency property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected SearchMultiSelectField baseCurrency

protected SearchDateField effectiveDate

protected SearchDoubleField exchangeRate

protected SearchMultiSelectField internalId

protected SearchLongField internalIdNumber

protected SearchMultiSelectField transactionCurrency

Public Constructors

public CurrencyRateSearchBasic ()

Public Methods

public SearchMultiSelectField getBaseCurrency ()

Gets the value of the baseCurrency property.

Returns

public SearchDateField getEffectiveDate ()

Gets the value of the effectiveDate property.

Returns

public SearchDoubleField getExchangeRate ()

Gets the value of the exchangeRate property.

Returns

public SearchMultiSelectField getInternalId ()

Gets the value of the internalId property.

Returns

public SearchLongField getInternalIdNumber ()

Gets the value of the internalIdNumber property.

Returns

public SearchMultiSelectField getTransactionCurrency ()

Gets the value of the transactionCurrency property.

Returns

public void setBaseCurrency (SearchMultiSelectField value)

Sets the value of the baseCurrency property.

Parameters
value Allowed object is SearchMultiSelectField

public void setEffectiveDate (SearchDateField value)

Sets the value of the effectiveDate property.

Parameters
value Allowed object is SearchDateField

public void setExchangeRate (SearchDoubleField value)

Sets the value of the exchangeRate property.

Parameters
value Allowed object is SearchDoubleField

public void setInternalId (SearchMultiSelectField value)

Sets the value of the internalId property.

Parameters
value Allowed object is SearchMultiSelectField

public void setInternalIdNumber (SearchLongField value)

Sets the value of the internalIdNumber property.

Parameters
value Allowed object is SearchLongField

public void setTransactionCurrency (SearchMultiSelectField value)

Sets the value of the transactionCurrency property.

Parameters
value Allowed object is SearchMultiSelectField