public class

SolutionSearch

extends SearchRecord
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.SearchRecord
     ↳ com.netsuite.webservices.lists.support_2010_2.SolutionSearch

Class Overview

Java class for SolutionSearch complex type.

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

 <complexType name="SolutionSearch">
   <complexContent>
     <extension base="{urn:core_2010_2.platform.webservices.netsuite.com}SearchRecord">
       <sequence>
         <element name="basic" type="{urn:common_2010_2.platform.webservices.netsuite.com}SolutionSearchBasic" minOccurs="0"/>
         <element name="caseJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}SupportCaseSearchBasic" minOccurs="0"/>
         <element name="relatedSolutionJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}SolutionSearchBasic" minOccurs="0"/>
         <element name="topicJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}TopicSearchBasic" minOccurs="0"/>
         <element name="userJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}EmployeeSearchBasic" minOccurs="0"/>
         <element name="userNotesJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}NoteSearchBasic" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected SolutionSearchBasic basic
protected SupportCaseSearchBasic caseJoin
protected SolutionSearchBasic relatedSolutionJoin
protected TopicSearchBasic topicJoin
protected EmployeeSearchBasic userJoin
protected NoteSearchBasic userNotesJoin
Public Constructors
SolutionSearch()
Public Methods
SolutionSearchBasic getBasic()
Gets the value of the basic property.
SupportCaseSearchBasic getCaseJoin()
Gets the value of the caseJoin property.
SolutionSearchBasic getRelatedSolutionJoin()
Gets the value of the relatedSolutionJoin property.
TopicSearchBasic getTopicJoin()
Gets the value of the topicJoin property.
EmployeeSearchBasic getUserJoin()
Gets the value of the userJoin property.
NoteSearchBasic getUserNotesJoin()
Gets the value of the userNotesJoin property.
void setBasic(SolutionSearchBasic value)
Sets the value of the basic property.
void setCaseJoin(SupportCaseSearchBasic value)
Sets the value of the caseJoin property.
void setRelatedSolutionJoin(SolutionSearchBasic value)
Sets the value of the relatedSolutionJoin property.
void setTopicJoin(TopicSearchBasic value)
Sets the value of the topicJoin property.
void setUserJoin(EmployeeSearchBasic value)
Sets the value of the userJoin property.
void setUserNotesJoin(NoteSearchBasic value)
Sets the value of the userNotesJoin property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected SolutionSearchBasic basic

protected SupportCaseSearchBasic caseJoin

protected SolutionSearchBasic relatedSolutionJoin

protected TopicSearchBasic topicJoin

protected EmployeeSearchBasic userJoin

protected NoteSearchBasic userNotesJoin

Public Constructors

public SolutionSearch ()

Public Methods

public SolutionSearchBasic getBasic ()

Gets the value of the basic property.

Returns

public SupportCaseSearchBasic getCaseJoin ()

Gets the value of the caseJoin property.

Returns

public SolutionSearchBasic getRelatedSolutionJoin ()

Gets the value of the relatedSolutionJoin property.

Returns

public TopicSearchBasic getTopicJoin ()

Gets the value of the topicJoin property.

Returns

public EmployeeSearchBasic getUserJoin ()

Gets the value of the userJoin property.

Returns

public NoteSearchBasic getUserNotesJoin ()

Gets the value of the userNotesJoin property.

Returns

public void setBasic (SolutionSearchBasic value)

Sets the value of the basic property.

Parameters
value Allowed object is SolutionSearchBasic

public void setCaseJoin (SupportCaseSearchBasic value)

Sets the value of the caseJoin property.

Parameters
value Allowed object is SupportCaseSearchBasic

public void setRelatedSolutionJoin (SolutionSearchBasic value)

Sets the value of the relatedSolutionJoin property.

Parameters
value Allowed object is SolutionSearchBasic

public void setTopicJoin (TopicSearchBasic value)

Sets the value of the topicJoin property.

Parameters
value Allowed object is TopicSearchBasic

public void setUserJoin (EmployeeSearchBasic value)

Sets the value of the userJoin property.

Parameters
value Allowed object is EmployeeSearchBasic

public void setUserNotesJoin (NoteSearchBasic value)

Sets the value of the userNotesJoin property.

Parameters
value Allowed object is NoteSearchBasic