public class

SolutionSearchBasic

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

Class Overview

Java class for SolutionSearchBasic complex type.

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

 <complexType name="SolutionSearchBasic">
   <complexContent>
     <extension base="{urn:core_2010_2.platform.webservices.netsuite.com}SearchRecord">
       <sequence>
         <element name="abstract" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="assigned" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="caseCount" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchLongField" minOccurs="0"/>
         <element name="code" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="createdDate" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
         <element name="description" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" 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="find" 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="isOnline" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
         <element name="lastModifiedDate" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
         <element name="number" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchLongField" minOccurs="0"/>
         <element name="status" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchEnumMultiSelectField" minOccurs="0"/>
         <element name="title" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="topic" 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 SearchStringField _abstract
protected SearchMultiSelectField assigned
protected SearchLongField caseCount
protected SearchStringField code
protected SearchDateField createdDate
protected SearchCustomFieldList customFieldList
protected SearchStringField description
protected SearchMultiSelectField externalId
protected SearchStringField externalIdString
protected SearchStringField find
protected SearchMultiSelectField internalId
protected SearchLongField internalIdNumber
protected SearchBooleanField isInactive
protected SearchBooleanField isOnline
protected SearchDateField lastModifiedDate
protected SearchLongField number
protected SearchEnumMultiSelectField status
protected SearchStringField title
protected SearchMultiSelectField topic
Public Constructors
SolutionSearchBasic()
Public Methods
SearchStringField getAbstract()
Gets the value of the abstract property.
SearchMultiSelectField getAssigned()
Gets the value of the assigned property.
SearchLongField getCaseCount()
Gets the value of the caseCount property.
SearchStringField getCode()
Gets the value of the code property.
SearchDateField getCreatedDate()
Gets the value of the createdDate property.
SearchCustomFieldList getCustomFieldList()
Gets the value of the customFieldList property.
SearchStringField getDescription()
Gets the value of the description property.
SearchMultiSelectField getExternalId()
Gets the value of the externalId property.
SearchStringField getExternalIdString()
Gets the value of the externalIdString property.
SearchStringField getFind()
Gets the value of the find 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 getIsOnline()
Gets the value of the isOnline property.
SearchDateField getLastModifiedDate()
Gets the value of the lastModifiedDate property.
SearchLongField getNumber()
Gets the value of the number property.
SearchEnumMultiSelectField getStatus()
Gets the value of the status property.
SearchStringField getTitle()
Gets the value of the title property.
SearchMultiSelectField getTopic()
Gets the value of the topic property.
void setAbstract(SearchStringField value)
Sets the value of the abstract property.
void setAssigned(SearchMultiSelectField value)
Sets the value of the assigned property.
void setCaseCount(SearchLongField value)
Sets the value of the caseCount property.
void setCode(SearchStringField value)
Sets the value of the code property.
void setCreatedDate(SearchDateField value)
Sets the value of the createdDate property.
void setCustomFieldList(SearchCustomFieldList value)
Sets the value of the customFieldList property.
void setDescription(SearchStringField value)
Sets the value of the description property.
void setExternalId(SearchMultiSelectField value)
Sets the value of the externalId property.
void setExternalIdString(SearchStringField value)
Sets the value of the externalIdString property.
void setFind(SearchStringField value)
Sets the value of the find 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 setIsOnline(SearchBooleanField value)
Sets the value of the isOnline property.
void setLastModifiedDate(SearchDateField value)
Sets the value of the lastModifiedDate property.
void setNumber(SearchLongField value)
Sets the value of the number property.
void setStatus(SearchEnumMultiSelectField value)
Sets the value of the status property.
void setTitle(SearchStringField value)
Sets the value of the title property.
void setTopic(SearchMultiSelectField value)
Sets the value of the topic property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected SearchStringField _abstract

protected SearchMultiSelectField assigned

protected SearchLongField caseCount

protected SearchStringField code

protected SearchDateField createdDate

protected SearchCustomFieldList customFieldList

protected SearchStringField description

protected SearchMultiSelectField externalId

protected SearchStringField externalIdString

protected SearchStringField find

protected SearchMultiSelectField internalId

protected SearchLongField internalIdNumber

protected SearchBooleanField isInactive

protected SearchBooleanField isOnline

protected SearchDateField lastModifiedDate

protected SearchLongField number

protected SearchEnumMultiSelectField status

protected SearchStringField title

protected SearchMultiSelectField topic

Public Constructors

public SolutionSearchBasic ()

Public Methods

public SearchStringField getAbstract ()

Gets the value of the abstract property.

Returns

public SearchMultiSelectField getAssigned ()

Gets the value of the assigned property.

Returns

public SearchLongField getCaseCount ()

Gets the value of the caseCount property.

Returns

public SearchStringField getCode ()

Gets the value of the code property.

Returns

public SearchDateField getCreatedDate ()

Gets the value of the createdDate property.

Returns

public SearchCustomFieldList getCustomFieldList ()

Gets the value of the customFieldList property.

Returns

public SearchStringField getDescription ()

Gets the value of the description 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 SearchStringField getFind ()

Gets the value of the find 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 getIsOnline ()

Gets the value of the isOnline property.

Returns

public SearchDateField getLastModifiedDate ()

Gets the value of the lastModifiedDate property.

Returns

public SearchLongField getNumber ()

Gets the value of the number property.

Returns

public SearchEnumMultiSelectField getStatus ()

Gets the value of the status property.

Returns

public SearchStringField getTitle ()

Gets the value of the title property.

Returns

public SearchMultiSelectField getTopic ()

Gets the value of the topic property.

Returns

public void setAbstract (SearchStringField value)

Sets the value of the abstract property.

Parameters
value Allowed object is SearchStringField

public void setAssigned (SearchMultiSelectField value)

Sets the value of the assigned property.

Parameters
value Allowed object is SearchMultiSelectField

public void setCaseCount (SearchLongField value)

Sets the value of the caseCount property.

Parameters
value Allowed object is SearchLongField

public void setCode (SearchStringField value)

Sets the value of the code property.

Parameters
value Allowed object is SearchStringField

public void setCreatedDate (SearchDateField value)

Sets the value of the createdDate 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 setDescription (SearchStringField value)

Sets the value of the description property.

Parameters
value Allowed object is SearchStringField

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 setFind (SearchStringField value)

Sets the value of the find 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 setIsOnline (SearchBooleanField value)

Sets the value of the isOnline property.

Parameters
value Allowed object is SearchBooleanField

public void setLastModifiedDate (SearchDateField value)

Sets the value of the lastModifiedDate property.

Parameters
value Allowed object is SearchDateField

public void setNumber (SearchLongField value)

Sets the value of the number property.

Parameters
value Allowed object is SearchLongField

public void setStatus (SearchEnumMultiSelectField value)

Sets the value of the status property.

Parameters
value Allowed object is SearchEnumMultiSelectField

public void setTitle (SearchStringField value)

Sets the value of the title property.

Parameters
value Allowed object is SearchStringField

public void setTopic (SearchMultiSelectField value)

Sets the value of the topic property.

Parameters
value Allowed object is SearchMultiSelectField