public class

CurrencyRate

extends Record
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2013_2.Record
     ↳ com.netsuite.webservices.lists.accounting_2013_2.CurrencyRate

Class Overview

Java class for CurrencyRate complex type.

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

 <complexType name="CurrencyRate">
   <complexContent>
     <extension base="{urn:core_2013_2.platform.webservices.netsuite.com}Record">
       <sequence>
         <element name="baseCurrency" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="transactionCurrency" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="exchangeRate" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="effectiveDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
       </sequence>
       <attribute name="internalId" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected RecordRef baseCurrency
protected XMLGregorianCalendar effectiveDate
protected Double exchangeRate
protected String internalId
protected RecordRef transactionCurrency
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2013_2.Record
Public Constructors
CurrencyRate()
Public Methods
RecordRef getBaseCurrency()
Gets the value of the baseCurrency property.
XMLGregorianCalendar getEffectiveDate()
Gets the value of the effectiveDate property.
Double getExchangeRate()
Gets the value of the exchangeRate property.
String getInternalId()
Gets the value of the internalId property.
RecordRef getTransactionCurrency()
Gets the value of the transactionCurrency property.
void setBaseCurrency(RecordRef value)
Sets the value of the baseCurrency property.
void setEffectiveDate(XMLGregorianCalendar value)
Sets the value of the effectiveDate property.
void setExchangeRate(Double value)
Sets the value of the exchangeRate property.
void setInternalId(String value)
Sets the value of the internalId property.
void setTransactionCurrency(RecordRef value)
Sets the value of the transactionCurrency property.
[Expand]
Inherited Methods
From class com.netsuite.webservices.platform.core_2013_2.Record
From class java.lang.Object

Fields

protected RecordRef baseCurrency

protected XMLGregorianCalendar effectiveDate

protected Double exchangeRate

protected String internalId

protected RecordRef transactionCurrency

Public Constructors

public CurrencyRate ()

Public Methods

public RecordRef getBaseCurrency ()

Gets the value of the baseCurrency property.

Returns

public XMLGregorianCalendar getEffectiveDate ()

Gets the value of the effectiveDate property.

Returns
  • possible object is XMLGregorianCalendar

public Double getExchangeRate ()

Gets the value of the exchangeRate property.

Returns
  • possible object is Double

public String getInternalId ()

Gets the value of the internalId property.

Returns
  • possible object is String

public RecordRef getTransactionCurrency ()

Gets the value of the transactionCurrency property.

Returns

public void setBaseCurrency (RecordRef value)

Sets the value of the baseCurrency property.

Parameters
value Allowed object is RecordRef

public void setEffectiveDate (XMLGregorianCalendar value)

Sets the value of the effectiveDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setExchangeRate (Double value)

Sets the value of the exchangeRate property.

Parameters
value Allowed object is Double

public void setInternalId (String value)

Sets the value of the internalId property.

Parameters
value Allowed object is String

public void setTransactionCurrency (RecordRef value)

Sets the value of the transactionCurrency property.

Parameters
value Allowed object is RecordRef