public class

ConsolidatedExchangeRateFilter

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

Class Overview

Java class for ConsolidatedExchangeRateFilter complex type.

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

 <complexType name="ConsolidatedExchangeRateFilter">
   <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" minOccurs="0"/>
         <element name="toSubsidiary" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected RecordRef fromSubsidiary
protected RecordRef period
protected RecordRef toSubsidiary
Public Constructors
ConsolidatedExchangeRateFilter()
ConsolidatedExchangeRateFilter(RecordRef period, RecordRef fromSubsidiary, RecordRef toSubsidiary)
Public Methods
RecordRef getFromSubsidiary()
Gets the value of the fromSubsidiary property.
RecordRef getPeriod()
Gets the value of the period property.
RecordRef getToSubsidiary()
Gets the value of the toSubsidiary property.
void setFromSubsidiary(RecordRef value)
Sets the value of the fromSubsidiary 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 RecordRef fromSubsidiary

protected RecordRef period

protected RecordRef toSubsidiary

Public Constructors

public ConsolidatedExchangeRateFilter ()

public ConsolidatedExchangeRateFilter (RecordRef period, RecordRef fromSubsidiary, RecordRef toSubsidiary)

Parameters
period
fromSubsidiary
toSubsidiary

Public Methods

public RecordRef getFromSubsidiary ()

Gets the value of the fromSubsidiary property.

Returns

public RecordRef getPeriod ()

Gets the value of the period property.

Returns

public RecordRef getToSubsidiary ()

Gets the value of the toSubsidiary property.

Returns

public void setFromSubsidiary (RecordRef value)

Sets the value of the fromSubsidiary property.

Parameters
value Allowed object is RecordRef

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