| java.lang.Object | |
| ↳ | com.netsuite.webservices.platform.common_2010_2.BudgetSearchRowBasic |
Java class for BudgetSearchRowBasic complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BudgetSearchRowBasic">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="account" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
<element name="amount" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
<element name="category" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
<element name="class" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
<element name="classnohierarchy" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
<element name="currency" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
<element name="customer" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
<element name="department" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
<element name="departmentnohierarchy" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
<element name="global" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
<element name="internalId" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
<element name="item" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
<element name="location" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
<element name="locationnohierarchy" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
<element name="subsidiary" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
<element name="subsidiarynohierarchy" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
<element name="year" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
<element name="year2" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| account | |||||||||||
| amount | |||||||||||
| category | |||||||||||
| classnohierarchy | |||||||||||
| clazz | |||||||||||
| currency | |||||||||||
| customer | |||||||||||
| department | |||||||||||
| departmentnohierarchy | |||||||||||
| global | |||||||||||
| internalId | |||||||||||
| item | |||||||||||
| location | |||||||||||
| locationnohierarchy | |||||||||||
| subsidiary | |||||||||||
| subsidiarynohierarchy | |||||||||||
| year | |||||||||||
| year2 | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the account property.
| |||||||||||
Gets the value of the amount property.
| |||||||||||
Gets the value of the category property.
| |||||||||||
Gets the value of the classnohierarchy property.
| |||||||||||
Gets the value of the clazz property.
| |||||||||||
Gets the value of the currency property.
| |||||||||||
Gets the value of the customer property.
| |||||||||||
Gets the value of the department property.
| |||||||||||
Gets the value of the departmentnohierarchy property.
| |||||||||||
Gets the value of the global property.
| |||||||||||
Gets the value of the internalId property.
| |||||||||||
Gets the value of the item property.
| |||||||||||
Gets the value of the location property.
| |||||||||||
Gets the value of the locationnohierarchy property.
| |||||||||||
Gets the value of the subsidiary property.
| |||||||||||
Gets the value of the subsidiarynohierarchy property.
| |||||||||||
Gets the value of the year property.
| |||||||||||
Gets the value of the year2 property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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