public class

SolutionSearchRowBasic

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

Class Overview

Java class for SolutionSearchRowBasic complex type.

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

 <complexType name="SolutionSearchRowBasic">
   <complexContent>
     <extension base="{urn:core_2013_2.platform.webservices.netsuite.com}SearchRowBasic">
       <sequence>
         <element name="assigned" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="caseCount" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnLongField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="createdDate" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="description" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="displayOnline" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnBooleanField" 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="lastModifiedDate" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="message" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="previewref" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="solutionCode" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="status" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnEnumSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="title" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="customFieldList" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnCustomFieldList" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<SearchColumnSelectField> assigned
protected List<SearchColumnLongField> caseCount
protected List<SearchColumnDateField> createdDate
protected SearchColumnCustomFieldList customFieldList
protected List<SearchColumnStringField> description
protected List<SearchColumnBooleanField> displayOnline
protected List<SearchColumnStringField> externalId
protected List<SearchColumnSelectField> internalId
protected List<SearchColumnBooleanField> isInactive
protected List<SearchColumnDateField> lastModifiedDate
protected List<SearchColumnStringField> message
protected List<SearchColumnStringField> previewref
protected List<SearchColumnStringField> solutionCode
protected List<SearchColumnEnumSelectField> status
protected List<SearchColumnStringField> title
Public Constructors
SolutionSearchRowBasic()
Public Methods
List<SearchColumnSelectField> getAssigned()
Gets the value of the assigned property.
List<SearchColumnLongField> getCaseCount()
Gets the value of the caseCount property.
List<SearchColumnDateField> getCreatedDate()
Gets the value of the createdDate property.
SearchColumnCustomFieldList getCustomFieldList()
Gets the value of the customFieldList property.
List<SearchColumnStringField> getDescription()
Gets the value of the description property.
List<SearchColumnBooleanField> getDisplayOnline()
Gets the value of the displayOnline 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<SearchColumnDateField> getLastModifiedDate()
Gets the value of the lastModifiedDate property.
List<SearchColumnStringField> getMessage()
Gets the value of the message property.
List<SearchColumnStringField> getPreviewref()
Gets the value of the previewref property.
List<SearchColumnStringField> getSolutionCode()
Gets the value of the solutionCode property.
List<SearchColumnEnumSelectField> getStatus()
Gets the value of the status property.
List<SearchColumnStringField> getTitle()
Gets the value of the title property.
void setAssigned(List<SearchColumnSelectField> assigned)
Sets the value of the assigned property.
void setCaseCount(List<SearchColumnLongField> caseCount)
Sets the value of the caseCount property.
void setCreatedDate(List<SearchColumnDateField> createdDate)
Sets the value of the createdDate property.
void setCustomFieldList(SearchColumnCustomFieldList value)
Sets the value of the customFieldList property.
void setDescription(List<SearchColumnStringField> description)
Sets the value of the description property.
void setDisplayOnline(List<SearchColumnBooleanField> displayOnline)
Sets the value of the displayOnline 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 setLastModifiedDate(List<SearchColumnDateField> lastModifiedDate)
Sets the value of the lastModifiedDate property.
void setMessage(List<SearchColumnStringField> message)
Sets the value of the message property.
void setPreviewref(List<SearchColumnStringField> previewref)
Sets the value of the previewref property.
void setSolutionCode(List<SearchColumnStringField> solutionCode)
Sets the value of the solutionCode property.
void setStatus(List<SearchColumnEnumSelectField> status)
Sets the value of the status property.
void setTitle(List<SearchColumnStringField> title)
Sets the value of the title property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<SearchColumnSelectField> assigned

protected List<SearchColumnLongField> caseCount

protected List<SearchColumnDateField> createdDate

protected SearchColumnCustomFieldList customFieldList

protected List<SearchColumnStringField> description

protected List<SearchColumnBooleanField> displayOnline

protected List<SearchColumnStringField> externalId

protected List<SearchColumnSelectField> internalId

protected List<SearchColumnBooleanField> isInactive

protected List<SearchColumnDateField> lastModifiedDate

protected List<SearchColumnStringField> message

protected List<SearchColumnStringField> previewref

protected List<SearchColumnStringField> solutionCode

protected List<SearchColumnEnumSelectField> status

protected List<SearchColumnStringField> title

Public Constructors

public SolutionSearchRowBasic ()

Public Methods

public List<SearchColumnSelectField> getAssigned ()

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

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

    getAssigned().add(newItem);
 

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

public List<SearchColumnLongField> getCaseCount ()

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

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

    getCaseCount().add(newItem);
 

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

public List<SearchColumnDateField> getCreatedDate ()

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

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

    getCreatedDate().add(newItem);
 

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

public SearchColumnCustomFieldList getCustomFieldList ()

Gets the value of the customFieldList property.

Returns

public List<SearchColumnStringField> getDescription ()

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

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

    getDescription().add(newItem);
 

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

public List<SearchColumnBooleanField> getDisplayOnline ()

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

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

    getDisplayOnline().add(newItem);
 

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

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<SearchColumnDateField> getLastModifiedDate ()

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

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

    getLastModifiedDate().add(newItem);
 

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

public List<SearchColumnStringField> getMessage ()

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

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

    getMessage().add(newItem);
 

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

public List<SearchColumnStringField> getPreviewref ()

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

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

    getPreviewref().add(newItem);
 

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

public List<SearchColumnStringField> getSolutionCode ()

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

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

    getSolutionCode().add(newItem);
 

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

public List<SearchColumnEnumSelectField> getStatus ()

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

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

    getStatus().add(newItem);
 

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

public List<SearchColumnStringField> getTitle ()

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

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

    getTitle().add(newItem);
 

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

public void setAssigned (List<SearchColumnSelectField> assigned)

Sets the value of the assigned property.

Parameters
assigned Allowed object is SearchColumnSelectField

public void setCaseCount (List<SearchColumnLongField> caseCount)

Sets the value of the caseCount property.

Parameters
caseCount Allowed object is SearchColumnLongField

public void setCreatedDate (List<SearchColumnDateField> createdDate)

Sets the value of the createdDate property.

Parameters
createdDate Allowed object is SearchColumnDateField

public void setCustomFieldList (SearchColumnCustomFieldList value)

Sets the value of the customFieldList property.

Parameters
value Allowed object is SearchColumnCustomFieldList

public void setDescription (List<SearchColumnStringField> description)

Sets the value of the description property.

Parameters
description Allowed object is SearchColumnStringField

public void setDisplayOnline (List<SearchColumnBooleanField> displayOnline)

Sets the value of the displayOnline property.

Parameters
displayOnline Allowed object is SearchColumnBooleanField

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 setLastModifiedDate (List<SearchColumnDateField> lastModifiedDate)

Sets the value of the lastModifiedDate property.

Parameters
lastModifiedDate Allowed object is SearchColumnDateField

public void setMessage (List<SearchColumnStringField> message)

Sets the value of the message property.

Parameters
message Allowed object is SearchColumnStringField

public void setPreviewref (List<SearchColumnStringField> previewref)

Sets the value of the previewref property.

Parameters
previewref Allowed object is SearchColumnStringField

public void setSolutionCode (List<SearchColumnStringField> solutionCode)

Sets the value of the solutionCode property.

Parameters
solutionCode Allowed object is SearchColumnStringField

public void setStatus (List<SearchColumnEnumSelectField> status)

Sets the value of the status property.

Parameters
status Allowed object is SearchColumnEnumSelectField

public void setTitle (List<SearchColumnStringField> title)

Sets the value of the title property.

Parameters
title Allowed object is SearchColumnStringField