public class

ItemRevisionSearchRowBasic

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.ItemRevisionSearchRowBasic

Class Overview

Java class for ItemRevisionSearchRowBasic complex type.

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

 <complexType name="ItemRevisionSearchRowBasic">
   <complexContent>
     <extension base="{urn:core_2013_2.platform.webservices.netsuite.com}SearchRowBasic">
       <sequence>
         <element name="effectiveDate" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="externalId" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="internalId" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="isInactive" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="item" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="memo" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="name" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="obsoleteDate" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<SearchColumnDateField> effectiveDate
protected List<SearchColumnStringField> externalId
protected List<SearchColumnSelectField> internalId
protected List<SearchColumnBooleanField> isInactive
protected List<SearchColumnSelectField> item
protected List<SearchColumnStringField> memo
protected List<SearchColumnStringField> name
protected List<SearchColumnDateField> obsoleteDate
Public Constructors
ItemRevisionSearchRowBasic()
Public Methods
List<SearchColumnDateField> getEffectiveDate()
Gets the value of the effectiveDate property.
List<SearchColumnStringField> getExternalId()
Gets the value of the externalId property.
List<SearchColumnSelectField> getInternalId()
Gets the value of the internalId property.
List<SearchColumnBooleanField> getIsInactive()
Gets the value of the isInactive property.
List<SearchColumnSelectField> getItem()
Gets the value of the item property.
List<SearchColumnStringField> getMemo()
Gets the value of the memo property.
List<SearchColumnStringField> getName()
Gets the value of the name property.
List<SearchColumnDateField> getObsoleteDate()
Gets the value of the obsoleteDate property.
void setEffectiveDate(List<SearchColumnDateField> effectiveDate)
Sets the value of the effectiveDate property.
void setExternalId(List<SearchColumnStringField> externalId)
Sets the value of the externalId property.
void setInternalId(List<SearchColumnSelectField> internalId)
Sets the value of the internalId property.
void setIsInactive(List<SearchColumnBooleanField> isInactive)
Sets the value of the isInactive property.
void setItem(List<SearchColumnSelectField> item)
Sets the value of the item property.
void setMemo(List<SearchColumnStringField> memo)
Sets the value of the memo property.
void setName(List<SearchColumnStringField> name)
Sets the value of the name property.
void setObsoleteDate(List<SearchColumnDateField> obsoleteDate)
Sets the value of the obsoleteDate property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<SearchColumnDateField> effectiveDate

protected List<SearchColumnStringField> externalId

protected List<SearchColumnSelectField> internalId

protected List<SearchColumnBooleanField> isInactive

protected List<SearchColumnSelectField> item

protected List<SearchColumnStringField> memo

protected List<SearchColumnStringField> name

protected List<SearchColumnDateField> obsoleteDate

Public Constructors

public ItemRevisionSearchRowBasic ()

Public Methods

public List<SearchColumnDateField> getEffectiveDate ()

Gets the value of the effectiveDate 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 effectiveDate property.

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

    getEffectiveDate().add(newItem);
 

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

public List<SearchColumnStringField> getExternalId ()

Gets the value of the externalId 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 externalId property.

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

    getExternalId().add(newItem);
 

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

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<SearchColumnBooleanField> getIsInactive ()

Gets the value of the isInactive 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 isInactive property.

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

    getIsInactive().add(newItem);
 

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

public List<SearchColumnSelectField> 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 SearchColumnSelectField

public List<SearchColumnStringField> getMemo ()

Gets the value of the memo 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 memo property.

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

    getMemo().add(newItem);
 

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

public List<SearchColumnStringField> getName ()

Gets the value of the name 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 name property.

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

    getName().add(newItem);
 

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

public List<SearchColumnDateField> getObsoleteDate ()

Gets the value of the obsoleteDate 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 obsoleteDate property.

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

    getObsoleteDate().add(newItem);
 

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

public void setEffectiveDate (List<SearchColumnDateField> effectiveDate)

Sets the value of the effectiveDate property.

Parameters
effectiveDate Allowed object is SearchColumnDateField

public void setExternalId (List<SearchColumnStringField> externalId)

Sets the value of the externalId property.

Parameters
externalId Allowed object is SearchColumnStringField

public void setInternalId (List<SearchColumnSelectField> internalId)

Sets the value of the internalId property.

Parameters
internalId Allowed object is SearchColumnSelectField

public void setIsInactive (List<SearchColumnBooleanField> isInactive)

Sets the value of the isInactive property.

Parameters
isInactive Allowed object is SearchColumnBooleanField

public void setItem (List<SearchColumnSelectField> item)

Sets the value of the item property.

Parameters
item Allowed object is SearchColumnSelectField

public void setMemo (List<SearchColumnStringField> memo)

Sets the value of the memo property.

Parameters
memo Allowed object is SearchColumnStringField

public void setName (List<SearchColumnStringField> name)

Sets the value of the name property.

Parameters
name Allowed object is SearchColumnStringField

public void setObsoleteDate (List<SearchColumnDateField> obsoleteDate)

Sets the value of the obsoleteDate property.

Parameters
obsoleteDate Allowed object is SearchColumnDateField