public class

BudgetSearchRowBasic

extends SearchRowBasic
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2013_2.SearchRow
     ↳ com.netsuite.webservices.platform.core_2013_2.SearchRowBasic
       ↳ com.netsuite.webservices.platform.common_2013_2.BudgetSearchRowBasic

Class Overview

Java class for BudgetSearchRowBasic complex type.

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

 <complexType name="BudgetSearchRowBasic">
   <complexContent>
     <extension base="{urn:core_2013_2.platform.webservices.netsuite.com}SearchRowBasic">
       <sequence>
         <element name="account" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="amount" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="category" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="class" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="classnohierarchy" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="currency" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="customer" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="department" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="departmentnohierarchy" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="global" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="internalId" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="item" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="location" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="locationnohierarchy" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="subsidiary" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="subsidiarynohierarchy" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="year" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="year2" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<SearchColumnStringField> account
protected List<SearchColumnDoubleField> amount
protected List<SearchColumnStringField> category
protected List<SearchColumnStringField> classnohierarchy
protected List<SearchColumnStringField> clazz
protected List<SearchColumnStringField> currency
protected List<SearchColumnStringField> customer
protected List<SearchColumnStringField> department
protected List<SearchColumnStringField> departmentnohierarchy
protected List<SearchColumnBooleanField> global
protected List<SearchColumnSelectField> internalId
protected List<SearchColumnStringField> item
protected List<SearchColumnStringField> location
protected List<SearchColumnStringField> locationnohierarchy
protected List<SearchColumnStringField> subsidiary
protected List<SearchColumnStringField> subsidiarynohierarchy
protected List<SearchColumnStringField> year
protected List<SearchColumnStringField> year2
Public Constructors
BudgetSearchRowBasic()
Public Methods
List<SearchColumnStringField> getAccount()
Gets the value of the account property.
List<SearchColumnDoubleField> getAmount()
Gets the value of the amount property.
List<SearchColumnStringField> getCategory()
Gets the value of the category property.
List<SearchColumnStringField> getClassnohierarchy()
Gets the value of the classnohierarchy property.
List<SearchColumnStringField> getClazz()
Gets the value of the clazz property.
List<SearchColumnStringField> getCurrency()
Gets the value of the currency property.
List<SearchColumnStringField> getCustomer()
Gets the value of the customer property.
List<SearchColumnStringField> getDepartment()
Gets the value of the department property.
List<SearchColumnStringField> getDepartmentnohierarchy()
Gets the value of the departmentnohierarchy property.
List<SearchColumnBooleanField> getGlobal()
Gets the value of the global property.
List<SearchColumnSelectField> getInternalId()
Gets the value of the internalId property.
List<SearchColumnStringField> getItem()
Gets the value of the item property.
List<SearchColumnStringField> getLocation()
Gets the value of the location property.
List<SearchColumnStringField> getLocationnohierarchy()
Gets the value of the locationnohierarchy property.
List<SearchColumnStringField> getSubsidiary()
Gets the value of the subsidiary property.
List<SearchColumnStringField> getSubsidiarynohierarchy()
Gets the value of the subsidiarynohierarchy property.
List<SearchColumnStringField> getYear()
Gets the value of the year property.
List<SearchColumnStringField> getYear2()
Gets the value of the year2 property.
void setAccount(List<SearchColumnStringField> account)
Sets the value of the account property.
void setAmount(List<SearchColumnDoubleField> amount)
Sets the value of the amount property.
void setCategory(List<SearchColumnStringField> category)
Sets the value of the category property.
void setClassnohierarchy(List<SearchColumnStringField> classnohierarchy)
Sets the value of the classnohierarchy property.
void setClazz(List<SearchColumnStringField> clazz)
Sets the value of the clazz property.
void setCurrency(List<SearchColumnStringField> currency)
Sets the value of the currency property.
void setCustomer(List<SearchColumnStringField> customer)
Sets the value of the customer property.
void setDepartment(List<SearchColumnStringField> department)
Sets the value of the department property.
void setDepartmentnohierarchy(List<SearchColumnStringField> departmentnohierarchy)
Sets the value of the departmentnohierarchy property.
void setGlobal(List<SearchColumnBooleanField> global)
Sets the value of the global property.
void setInternalId(List<SearchColumnSelectField> internalId)
Sets the value of the internalId property.
void setItem(List<SearchColumnStringField> item)
Sets the value of the item property.
void setLocation(List<SearchColumnStringField> location)
Sets the value of the location property.
void setLocationnohierarchy(List<SearchColumnStringField> locationnohierarchy)
Sets the value of the locationnohierarchy property.
void setSubsidiary(List<SearchColumnStringField> subsidiary)
Sets the value of the subsidiary property.
void setSubsidiarynohierarchy(List<SearchColumnStringField> subsidiarynohierarchy)
Sets the value of the subsidiarynohierarchy property.
void setYear(List<SearchColumnStringField> year)
Sets the value of the year property.
void setYear2(List<SearchColumnStringField> year2)
Sets the value of the year2 property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<SearchColumnStringField> account

protected List<SearchColumnDoubleField> amount

protected List<SearchColumnStringField> category

protected List<SearchColumnStringField> classnohierarchy

protected List<SearchColumnStringField> clazz

protected List<SearchColumnStringField> currency

protected List<SearchColumnStringField> customer

protected List<SearchColumnStringField> department

protected List<SearchColumnStringField> departmentnohierarchy

protected List<SearchColumnBooleanField> global

protected List<SearchColumnSelectField> internalId

protected List<SearchColumnStringField> item

protected List<SearchColumnStringField> location

protected List<SearchColumnStringField> locationnohierarchy

protected List<SearchColumnStringField> subsidiary

protected List<SearchColumnStringField> subsidiarynohierarchy

protected List<SearchColumnStringField> year

protected List<SearchColumnStringField> year2

Public Constructors

public BudgetSearchRowBasic ()

Public Methods

public List<SearchColumnStringField> getAccount ()

Gets the value of the account property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the account property.

For example, to add a new item, do as follows:

    getAccount().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public List<SearchColumnDoubleField> getAmount ()

Gets the value of the amount property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the amount property.

For example, to add a new item, do as follows:

    getAmount().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnDoubleField

public List<SearchColumnStringField> getCategory ()

Gets the value of the category property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the category property.

For example, to add a new item, do as follows:

    getCategory().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public List<SearchColumnStringField> getClassnohierarchy ()

Gets the value of the classnohierarchy property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the classnohierarchy property.

For example, to add a new item, do as follows:

    getClassnohierarchy().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public List<SearchColumnStringField> getClazz ()

Gets the value of the clazz property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the clazz property.

For example, to add a new item, do as follows:

    getClazz().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public List<SearchColumnStringField> getCurrency ()

Gets the value of the currency property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the currency property.

For example, to add a new item, do as follows:

    getCurrency().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public List<SearchColumnStringField> getCustomer ()

Gets the value of the customer property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the customer property.

For example, to add a new item, do as follows:

    getCustomer().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public List<SearchColumnStringField> getDepartment ()

Gets the value of the department property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the department property.

For example, to add a new item, do as follows:

    getDepartment().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public List<SearchColumnStringField> getDepartmentnohierarchy ()

Gets the value of the departmentnohierarchy property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the departmentnohierarchy property.

For example, to add a new item, do as follows:

    getDepartmentnohierarchy().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public List<SearchColumnBooleanField> getGlobal ()

Gets the value of the global property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the global property.

For example, to add a new item, do as follows:

    getGlobal().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnBooleanField

public List<SearchColumnSelectField> getInternalId ()

Gets the value of the internalId property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the internalId property.

For example, to add a new item, do as follows:

    getInternalId().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnSelectField

public List<SearchColumnStringField> getItem ()

Gets the value of the item property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the item property.

For example, to add a new item, do as follows:

    getItem().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public List<SearchColumnStringField> getLocation ()

Gets the value of the location property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the location property.

For example, to add a new item, do as follows:

    getLocation().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public List<SearchColumnStringField> getLocationnohierarchy ()

Gets the value of the locationnohierarchy property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the locationnohierarchy property.

For example, to add a new item, do as follows:

    getLocationnohierarchy().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public List<SearchColumnStringField> getSubsidiary ()

Gets the value of the subsidiary property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the subsidiary property.

For example, to add a new item, do as follows:

    getSubsidiary().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public List<SearchColumnStringField> getSubsidiarynohierarchy ()

Gets the value of the subsidiarynohierarchy property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the subsidiarynohierarchy property.

For example, to add a new item, do as follows:

    getSubsidiarynohierarchy().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public List<SearchColumnStringField> getYear ()

Gets the value of the year property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the year property.

For example, to add a new item, do as follows:

    getYear().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public List<SearchColumnStringField> getYear2 ()

Gets the value of the year2 property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the year2 property.

For example, to add a new item, do as follows:

    getYear2().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public void setAccount (List<SearchColumnStringField> account)

Sets the value of the account property.

Parameters
account Allowed object is SearchColumnStringField

public void setAmount (List<SearchColumnDoubleField> amount)

Sets the value of the amount property.

Parameters
amount Allowed object is SearchColumnDoubleField

public void setCategory (List<SearchColumnStringField> category)

Sets the value of the category property.

Parameters
category Allowed object is SearchColumnStringField

public void setClassnohierarchy (List<SearchColumnStringField> classnohierarchy)

Sets the value of the classnohierarchy property.

Parameters
classnohierarchy Allowed object is SearchColumnStringField

public void setClazz (List<SearchColumnStringField> clazz)

Sets the value of the clazz property.

Parameters
clazz Allowed object is SearchColumnStringField

public void setCurrency (List<SearchColumnStringField> currency)

Sets the value of the currency property.

Parameters
currency Allowed object is SearchColumnStringField

public void setCustomer (List<SearchColumnStringField> customer)

Sets the value of the customer property.

Parameters
customer Allowed object is SearchColumnStringField

public void setDepartment (List<SearchColumnStringField> department)

Sets the value of the department property.

Parameters
department Allowed object is SearchColumnStringField

public void setDepartmentnohierarchy (List<SearchColumnStringField> departmentnohierarchy)

Sets the value of the departmentnohierarchy property.

Parameters
departmentnohierarchy Allowed object is SearchColumnStringField

public void setGlobal (List<SearchColumnBooleanField> global)

Sets the value of the global property.

Parameters
global Allowed object is SearchColumnBooleanField

public void setInternalId (List<SearchColumnSelectField> internalId)

Sets the value of the internalId property.

Parameters
internalId Allowed object is SearchColumnSelectField

public void setItem (List<SearchColumnStringField> item)

Sets the value of the item property.

Parameters
item Allowed object is SearchColumnStringField

public void setLocation (List<SearchColumnStringField> location)

Sets the value of the location property.

Parameters
location Allowed object is SearchColumnStringField

public void setLocationnohierarchy (List<SearchColumnStringField> locationnohierarchy)

Sets the value of the locationnohierarchy property.

Parameters
locationnohierarchy Allowed object is SearchColumnStringField

public void setSubsidiary (List<SearchColumnStringField> subsidiary)

Sets the value of the subsidiary property.

Parameters
subsidiary Allowed object is SearchColumnStringField

public void setSubsidiarynohierarchy (List<SearchColumnStringField> subsidiarynohierarchy)

Sets the value of the subsidiarynohierarchy property.

Parameters
subsidiarynohierarchy Allowed object is SearchColumnStringField

public void setYear (List<SearchColumnStringField> year)

Sets the value of the year property.

Parameters
year Allowed object is SearchColumnStringField

public void setYear2 (List<SearchColumnStringField> year2)

Sets the value of the year2 property.

Parameters
year2 Allowed object is SearchColumnStringField