public class

CustomRecordSearchBasic

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

Class Overview

Java class for CustomRecordSearchBasic complex type.

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

 <complexType name="CustomRecordSearchBasic">
   <complexContent>
     <extension base="{urn:core_2010_2.platform.webservices.netsuite.com}SearchRecord">
       <sequence>
         <element name="recType" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef"/>
         <element name="availableOffline" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
         <element name="created" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
         <element name="externalId" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="externalIdString" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="id" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchLongField" 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="lastModified" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
         <element name="lastModifiedBy" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" 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="customFieldList" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchCustomFieldList" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected SearchBooleanField availableOffline
protected SearchDateField created
protected SearchCustomFieldList customFieldList
protected SearchMultiSelectField externalId
protected SearchStringField externalIdString
protected SearchLongField id
protected SearchMultiSelectField internalId
protected SearchLongField internalIdNumber
protected SearchBooleanField isInactive
protected SearchDateField lastModified
protected SearchMultiSelectField lastModifiedBy
protected SearchStringField name
protected SearchMultiSelectField owner
protected RecordRef recType
Public Constructors
CustomRecordSearchBasic()
Public Methods
SearchBooleanField getAvailableOffline()
Gets the value of the availableOffline property.
SearchDateField getCreated()
Gets the value of the created property.
SearchCustomFieldList getCustomFieldList()
Gets the value of the customFieldList property.
SearchMultiSelectField getExternalId()
Gets the value of the externalId property.
SearchStringField getExternalIdString()
Gets the value of the externalIdString property.
SearchLongField getId()
Gets the value of the id 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.
SearchDateField getLastModified()
Gets the value of the lastModified property.
SearchMultiSelectField getLastModifiedBy()
Gets the value of the lastModifiedBy property.
SearchStringField getName()
Gets the value of the name property.
SearchMultiSelectField getOwner()
Gets the value of the owner property.
RecordRef getRecType()
Gets the value of the recType property.
void setAvailableOffline(SearchBooleanField value)
Sets the value of the availableOffline property.
void setCreated(SearchDateField value)
Sets the value of the created property.
void setCustomFieldList(SearchCustomFieldList value)
Sets the value of the customFieldList property.
void setExternalId(SearchMultiSelectField value)
Sets the value of the externalId property.
void setExternalIdString(SearchStringField value)
Sets the value of the externalIdString property.
void setId(SearchLongField value)
Sets the value of the id 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 setLastModified(SearchDateField value)
Sets the value of the lastModified property.
void setLastModifiedBy(SearchMultiSelectField value)
Sets the value of the lastModifiedBy property.
void setName(SearchStringField value)
Sets the value of the name property.
void setOwner(SearchMultiSelectField value)
Sets the value of the owner property.
void setRecType(RecordRef value)
Sets the value of the recType property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected SearchBooleanField availableOffline

protected SearchDateField created

protected SearchCustomFieldList customFieldList

protected SearchMultiSelectField externalId

protected SearchStringField externalIdString

protected SearchLongField id

protected SearchMultiSelectField internalId

protected SearchLongField internalIdNumber

protected SearchBooleanField isInactive

protected SearchDateField lastModified

protected SearchMultiSelectField lastModifiedBy

protected SearchStringField name

protected SearchMultiSelectField owner

protected RecordRef recType

Public Constructors

public CustomRecordSearchBasic ()

Public Methods

public SearchBooleanField getAvailableOffline ()

Gets the value of the availableOffline property.

Returns

public SearchDateField getCreated ()

Gets the value of the created property.

Returns

public SearchCustomFieldList getCustomFieldList ()

Gets the value of the customFieldList 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 SearchLongField getId ()

Gets the value of the id 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 SearchDateField getLastModified ()

Gets the value of the lastModified property.

Returns

public SearchMultiSelectField getLastModifiedBy ()

Gets the value of the lastModifiedBy 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 RecordRef getRecType ()

Gets the value of the recType property.

Returns

public void setAvailableOffline (SearchBooleanField value)

Sets the value of the availableOffline property.

Parameters
value Allowed object is SearchBooleanField

public void setCreated (SearchDateField value)

Sets the value of the created property.

Parameters
value Allowed object is SearchDateField

public void setCustomFieldList (SearchCustomFieldList value)

Sets the value of the customFieldList property.

Parameters
value Allowed object is SearchCustomFieldList

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 setId (SearchLongField value)

Sets the value of the id property.

Parameters
value Allowed object is SearchLongField

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 setLastModified (SearchDateField value)

Sets the value of the lastModified property.

Parameters
value Allowed object is SearchDateField

public void setLastModifiedBy (SearchMultiSelectField value)

Sets the value of the lastModifiedBy 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 setOwner (SearchMultiSelectField value)

Sets the value of the owner property.

Parameters
value Allowed object is SearchMultiSelectField

public void setRecType (RecordRef value)

Sets the value of the recType property.

Parameters
value Allowed object is RecordRef