public class

CustomListSearchBasic

extends SearchRecord
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.SearchRecord
     ↳ com.netsuite.webservices.platform.common_2010_2.CustomListSearchBasic

Class Overview

Java class for CustomListSearchBasic complex type.

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

 <complexType name="CustomListSearchBasic">
   <complexContent>
     <extension base="{urn:core_2010_2.platform.webservices.netsuite.com}SearchRecord">
       <sequence>
         <element name="description" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="internalId" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="internalIdNumber" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchLongField" minOccurs="0"/>
         <element name="isInactive" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
         <element name="isOrdered" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
         <element name="name" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="owner" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="scriptId" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected SearchStringField description
protected SearchMultiSelectField internalId
protected SearchLongField internalIdNumber
protected SearchBooleanField isInactive
protected SearchBooleanField isOrdered
protected SearchStringField name
protected SearchMultiSelectField owner
protected SearchStringField scriptId
Public Constructors
CustomListSearchBasic()
Public Methods
SearchStringField getDescription()
Gets the value of the description property.
SearchMultiSelectField getInternalId()
Gets the value of the internalId property.
SearchLongField getInternalIdNumber()
Gets the value of the internalIdNumber property.
SearchBooleanField getIsInactive()
Gets the value of the isInactive property.
SearchBooleanField getIsOrdered()
Gets the value of the isOrdered property.
SearchStringField getName()
Gets the value of the name property.
SearchMultiSelectField getOwner()
Gets the value of the owner property.
SearchStringField getScriptId()
Gets the value of the scriptId property.
void setDescription(SearchStringField value)
Sets the value of the description property.
void setInternalId(SearchMultiSelectField value)
Sets the value of the internalId property.
void setInternalIdNumber(SearchLongField value)
Sets the value of the internalIdNumber property.
void setIsInactive(SearchBooleanField value)
Sets the value of the isInactive property.
void setIsOrdered(SearchBooleanField value)
Sets the value of the isOrdered property.
void setName(SearchStringField value)
Sets the value of the name property.
void setOwner(SearchMultiSelectField value)
Sets the value of the owner property.
void setScriptId(SearchStringField value)
Sets the value of the scriptId property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected SearchStringField description

protected SearchMultiSelectField internalId

protected SearchLongField internalIdNumber

protected SearchBooleanField isInactive

protected SearchBooleanField isOrdered

protected SearchStringField name

protected SearchMultiSelectField owner

protected SearchStringField scriptId

Public Constructors

public CustomListSearchBasic ()

Public Methods

public SearchStringField getDescription ()

Gets the value of the description 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 SearchBooleanField getIsInactive ()

Gets the value of the isInactive property.

Returns

public SearchBooleanField getIsOrdered ()

Gets the value of the isOrdered property.

Returns

public SearchStringField getName ()

Gets the value of the name property.

Returns

public SearchMultiSelectField getOwner ()

Gets the value of the owner property.

Returns

public SearchStringField getScriptId ()

Gets the value of the scriptId property.

Returns

public void setDescription (SearchStringField value)

Sets the value of the description 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 setIsInactive (SearchBooleanField value)

Sets the value of the isInactive property.

Parameters
value Allowed object is SearchBooleanField

public void setIsOrdered (SearchBooleanField value)

Sets the value of the isOrdered property.

Parameters
value Allowed object is SearchBooleanField

public void setName (SearchStringField value)

Sets the value of the name property.

Parameters
value Allowed object is SearchStringField

public void setOwner (SearchMultiSelectField value)

Sets the value of the owner property.

Parameters
value Allowed object is SearchMultiSelectField

public void setScriptId (SearchStringField value)

Sets the value of the scriptId property.

Parameters
value Allowed object is SearchStringField