public class

ItemRevisionSearchBasic

extends SearchRecordBasic
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2013_2.SearchRecord
     ↳ com.netsuite.webservices.platform.core_2013_2.SearchRecordBasic
       ↳ com.netsuite.webservices.platform.common_2013_2.ItemRevisionSearchBasic

Class Overview

Java class for ItemRevisionSearchBasic complex type.

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

 <complexType name="ItemRevisionSearchBasic">
   <complexContent>
     <extension base="{urn:core_2013_2.platform.webservices.netsuite.com}SearchRecordBasic">
       <sequence>
         <element name="effectiveDate" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
         <element name="externalId" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="externalIdString" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="internalId" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="internalIdNumber" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchLongField" minOccurs="0"/>
         <element name="item" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="name" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="obsoleteDate" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected SearchDateField effectiveDate
protected SearchMultiSelectField externalId
protected SearchStringField externalIdString
protected SearchMultiSelectField internalId
protected SearchLongField internalIdNumber
protected SearchMultiSelectField item
protected SearchStringField name
protected SearchDateField obsoleteDate
Public Constructors
ItemRevisionSearchBasic()
Public Methods
SearchDateField getEffectiveDate()
Gets the value of the effectiveDate property.
SearchMultiSelectField getExternalId()
Gets the value of the externalId property.
SearchStringField getExternalIdString()
Gets the value of the externalIdString property.
SearchMultiSelectField getInternalId()
Gets the value of the internalId property.
SearchLongField getInternalIdNumber()
Gets the value of the internalIdNumber property.
SearchMultiSelectField getItem()
Gets the value of the item property.
SearchStringField getName()
Gets the value of the name property.
SearchDateField getObsoleteDate()
Gets the value of the obsoleteDate property.
void setEffectiveDate(SearchDateField value)
Sets the value of the effectiveDate property.
void setExternalId(SearchMultiSelectField value)
Sets the value of the externalId property.
void setExternalIdString(SearchStringField value)
Sets the value of the externalIdString property.
void setInternalId(SearchMultiSelectField value)
Sets the value of the internalId property.
void setInternalIdNumber(SearchLongField value)
Sets the value of the internalIdNumber property.
void setItem(SearchMultiSelectField value)
Sets the value of the item property.
void setName(SearchStringField value)
Sets the value of the name property.
void setObsoleteDate(SearchDateField value)
Sets the value of the obsoleteDate property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected SearchDateField effectiveDate

protected SearchMultiSelectField externalId

protected SearchStringField externalIdString

protected SearchMultiSelectField internalId

protected SearchLongField internalIdNumber

protected SearchMultiSelectField item

protected SearchStringField name

protected SearchDateField obsoleteDate

Public Constructors

public ItemRevisionSearchBasic ()

Public Methods

public SearchDateField getEffectiveDate ()

Gets the value of the effectiveDate property.

Returns

public SearchMultiSelectField getExternalId ()

Gets the value of the externalId property.

Returns

public SearchStringField getExternalIdString ()

Gets the value of the externalIdString property.

Returns

public SearchMultiSelectField getInternalId ()

Gets the value of the internalId property.

Returns

public SearchLongField getInternalIdNumber ()

Gets the value of the internalIdNumber property.

Returns

public SearchMultiSelectField getItem ()

Gets the value of the item property.

Returns

public SearchStringField getName ()

Gets the value of the name property.

Returns

public SearchDateField getObsoleteDate ()

Gets the value of the obsoleteDate property.

Returns

public void setEffectiveDate (SearchDateField value)

Sets the value of the effectiveDate property.

Parameters
value Allowed object is SearchDateField

public void setExternalId (SearchMultiSelectField value)

Sets the value of the externalId property.

Parameters
value Allowed object is SearchMultiSelectField

public void setExternalIdString (SearchStringField value)

Sets the value of the externalIdString property.

Parameters
value Allowed object is SearchStringField

public void setInternalId (SearchMultiSelectField value)

Sets the value of the internalId property.

Parameters
value Allowed object is SearchMultiSelectField

public void setInternalIdNumber (SearchLongField value)

Sets the value of the internalIdNumber property.

Parameters
value Allowed object is SearchLongField

public void setItem (SearchMultiSelectField value)

Sets the value of the item property.

Parameters
value Allowed object is SearchMultiSelectField

public void setName (SearchStringField value)

Sets the value of the name property.

Parameters
value Allowed object is SearchStringField

public void setObsoleteDate (SearchDateField value)

Sets the value of the obsoleteDate property.

Parameters
value Allowed object is SearchDateField