public class

ExpenseCategory

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

Class Overview

Java class for ExpenseCategory complex type.

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

 <complexType name="ExpenseCategory">
   <complexContent>
     <extension base="{urn:core_2013_2.platform.webservices.netsuite.com}Record">
       <sequence>
         <element name="customForm" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="expenseAcct" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="isInactive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="rateRequired" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="defaultRate" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="ratesList" type="{urn:accounting_2013_2.lists.webservices.netsuite.com}ExpenseCategoryRatesList" minOccurs="0"/>
         <element name="translationsList" type="{urn:accounting_2013_2.lists.webservices.netsuite.com}TranslationList" minOccurs="0"/>
         <element name="customFieldList" type="{urn:core_2013_2.platform.webservices.netsuite.com}CustomFieldList" minOccurs="0"/>
       </sequence>
       <attribute name="internalId" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="externalId" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected CustomFieldList customFieldList
protected RecordRef customForm
protected Double defaultRate
protected String description
protected RecordRef expenseAcct
protected String externalId
protected String internalId
protected Boolean isInactive
protected String name
protected Boolean rateRequired
protected ExpenseCategoryRatesList ratesList
protected TranslationList translationsList
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2013_2.Record
Public Constructors
ExpenseCategory()
Public Methods
CustomFieldList getCustomFieldList()
Gets the value of the customFieldList property.
RecordRef getCustomForm()
Gets the value of the customForm property.
Double getDefaultRate()
Gets the value of the defaultRate property.
String getDescription()
Gets the value of the description property.
RecordRef getExpenseAcct()
Gets the value of the expenseAcct property.
String getExternalId()
Gets the value of the externalId property.
String getInternalId()
Gets the value of the internalId property.
Boolean getIsInactive()
Gets the value of the isInactive property.
String getName()
Gets the value of the name property.
Boolean getRateRequired()
Gets the value of the rateRequired property.
ExpenseCategoryRatesList getRatesList()
Gets the value of the ratesList property.
TranslationList getTranslationsList()
Gets the value of the translationsList property.
void setCustomFieldList(CustomFieldList value)
Sets the value of the customFieldList property.
void setCustomForm(RecordRef value)
Sets the value of the customForm property.
void setDefaultRate(Double value)
Sets the value of the defaultRate property.
void setDescription(String value)
Sets the value of the description property.
void setExpenseAcct(RecordRef value)
Sets the value of the expenseAcct property.
void setExternalId(String value)
Sets the value of the externalId property.
void setInternalId(String value)
Sets the value of the internalId property.
void setIsInactive(Boolean value)
Sets the value of the isInactive property.
void setName(String value)
Sets the value of the name property.
void setRateRequired(Boolean value)
Sets the value of the rateRequired property.
void setRatesList(ExpenseCategoryRatesList value)
Sets the value of the ratesList property.
void setTranslationsList(TranslationList value)
Sets the value of the translationsList property.
[Expand]
Inherited Methods
From class com.netsuite.webservices.platform.core_2013_2.Record
From class java.lang.Object

Fields

protected CustomFieldList customFieldList

protected RecordRef customForm

protected Double defaultRate

protected String description

protected RecordRef expenseAcct

protected String externalId

protected String internalId

protected Boolean isInactive

protected String name

protected Boolean rateRequired

protected ExpenseCategoryRatesList ratesList

protected TranslationList translationsList

Public Constructors

public ExpenseCategory ()

Public Methods

public CustomFieldList getCustomFieldList ()

Gets the value of the customFieldList property.

Returns

public RecordRef getCustomForm ()

Gets the value of the customForm property.

Returns

public Double getDefaultRate ()

Gets the value of the defaultRate property.

Returns
  • possible object is Double

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public RecordRef getExpenseAcct ()

Gets the value of the expenseAcct property.

Returns

public String getExternalId ()

Gets the value of the externalId property.

Returns
  • possible object is String

public String getInternalId ()

Gets the value of the internalId property.

Returns
  • possible object is String

public Boolean getIsInactive ()

Gets the value of the isInactive property. This getter has been renamed from isIsInactive() to getIsInactive() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public Boolean getRateRequired ()

Gets the value of the rateRequired property. This getter has been renamed from isRateRequired() to getRateRequired() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public ExpenseCategoryRatesList getRatesList ()

Gets the value of the ratesList property.

Returns

public TranslationList getTranslationsList ()

Gets the value of the translationsList property.

Returns

public void setCustomFieldList (CustomFieldList value)

Sets the value of the customFieldList property.

Parameters
value Allowed object is CustomFieldList

public void setCustomForm (RecordRef value)

Sets the value of the customForm 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 setDescription (String value)

Sets the value of the description property.

Parameters
value Allowed object is String

public void setExpenseAcct (RecordRef value)

Sets the value of the expenseAcct property.

Parameters
value Allowed object is RecordRef

public void setExternalId (String value)

Sets the value of the externalId property.

Parameters
value Allowed object is String

public void setInternalId (String value)

Sets the value of the internalId property.

Parameters
value Allowed object is String

public void setIsInactive (Boolean value)

Sets the value of the isInactive property.

Parameters
value Allowed object is Boolean

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setRateRequired (Boolean value)

Sets the value of the rateRequired property.

Parameters
value Allowed object is Boolean

public void setRatesList (ExpenseCategoryRatesList value)

Sets the value of the ratesList property.

Parameters
value Allowed object is ExpenseCategoryRatesList

public void setTranslationsList (TranslationList value)

Sets the value of the translationsList property.

Parameters
value Allowed object is TranslationList