public class

ExpenseCategoryRates

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.lists.accounting_2013_2.ExpenseCategoryRates

Class Overview

Java class for ExpenseCategoryRates complex type.

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

 <complexType name="ExpenseCategoryRates">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="subsidiary" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="currency" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="defaultRate" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected RecordRef currency
protected Double defaultRate
protected RecordRef subsidiary
Public Constructors
ExpenseCategoryRates()
Public Methods
RecordRef getCurrency()
Gets the value of the currency property.
Double getDefaultRate()
Gets the value of the defaultRate property.
RecordRef getSubsidiary()
Gets the value of the subsidiary property.
void setCurrency(RecordRef value)
Sets the value of the currency property.
void setDefaultRate(Double value)
Sets the value of the defaultRate property.
void setSubsidiary(RecordRef value)
Sets the value of the subsidiary property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected RecordRef currency

protected Double defaultRate

protected RecordRef subsidiary

Public Constructors

public ExpenseCategoryRates ()

Public Methods

public RecordRef getCurrency ()

Gets the value of the currency property.

Returns

public Double getDefaultRate ()

Gets the value of the defaultRate property.

Returns
  • possible object is Double

public RecordRef getSubsidiary ()

Gets the value of the subsidiary property.

Returns

public void setCurrency (RecordRef value)

Sets the value of the currency property.

Parameters
value Allowed object is RecordRef

public void setDefaultRate (Double value)

Sets the value of the defaultRate property.

Parameters
value Allowed object is Double

public void setSubsidiary (RecordRef value)

Sets the value of the subsidiary property.

Parameters
value Allowed object is RecordRef