public class

BudgetExchangeRate

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.BudgetExchangeRate

Class Overview

Java class for BudgetExchangeRate complex type.

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

 <complexType name="BudgetExchangeRate">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="period" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef"/>
         <element name="fromSubsidiary" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef"/>
         <element name="toSubsidiary" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef"/>
         <element name="currentRate" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="averageRate" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="historicalRate" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Double averageRate
protected Double currentRate
protected RecordRef fromSubsidiary
protected Double historicalRate
protected RecordRef period
protected RecordRef toSubsidiary
Public Constructors
BudgetExchangeRate()
Public Methods
Double getAverageRate()
Gets the value of the averageRate property.
Double getCurrentRate()
Gets the value of the currentRate property.
RecordRef getFromSubsidiary()
Gets the value of the fromSubsidiary property.
Double getHistoricalRate()
Gets the value of the historicalRate property.
RecordRef getPeriod()
Gets the value of the period property.
RecordRef getToSubsidiary()
Gets the value of the toSubsidiary property.
void setAverageRate(Double value)
Sets the value of the averageRate property.
void setCurrentRate(Double value)
Sets the value of the currentRate property.
void setFromSubsidiary(RecordRef value)
Sets the value of the fromSubsidiary property.
void setHistoricalRate(Double value)
Sets the value of the historicalRate property.
void setPeriod(RecordRef value)
Sets the value of the period property.
void setToSubsidiary(RecordRef value)
Sets the value of the toSubsidiary property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Double averageRate

protected Double currentRate

protected RecordRef fromSubsidiary

protected Double historicalRate

protected RecordRef period

protected RecordRef toSubsidiary

Public Constructors

public BudgetExchangeRate ()

Public Methods

public Double getAverageRate ()

Gets the value of the averageRate property.

Returns
  • possible object is Double

public Double getCurrentRate ()

Gets the value of the currentRate property.

Returns
  • possible object is Double

public RecordRef getFromSubsidiary ()

Gets the value of the fromSubsidiary property.

Returns

public Double getHistoricalRate ()

Gets the value of the historicalRate property.

Returns
  • possible object is Double

public RecordRef getPeriod ()

Gets the value of the period property.

Returns

public RecordRef getToSubsidiary ()

Gets the value of the toSubsidiary property.

Returns

public void setAverageRate (Double value)

Sets the value of the averageRate property.

Parameters
value Allowed object is Double

public void setCurrentRate (Double value)

Sets the value of the currentRate property.

Parameters
value Allowed object is Double

public void setFromSubsidiary (RecordRef value)

Sets the value of the fromSubsidiary property.

Parameters
value Allowed object is RecordRef

public void setHistoricalRate (Double value)

Sets the value of the historicalRate property.

Parameters
value Allowed object is Double

public void setPeriod (RecordRef value)

Sets the value of the period property.

Parameters
value Allowed object is RecordRef

public void setToSubsidiary (RecordRef value)

Sets the value of the toSubsidiary property.

Parameters
value Allowed object is RecordRef