public class

TopicSearch

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

Class Overview

Java class for TopicSearch complex type.

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

 <complexType name="TopicSearch">
   <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}TopicSearchBasic" minOccurs="0"/>
         <element name="solutionJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}SolutionSearchBasic" minOccurs="0"/>
         <element name="userJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}EmployeeSearchBasic" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected TopicSearchBasic basic
protected SolutionSearchBasic solutionJoin
protected EmployeeSearchBasic userJoin
Public Constructors
TopicSearch()
Public Methods
TopicSearchBasic getBasic()
Gets the value of the basic property.
SolutionSearchBasic getSolutionJoin()
Gets the value of the solutionJoin property.
EmployeeSearchBasic getUserJoin()
Gets the value of the userJoin property.
void setBasic(TopicSearchBasic value)
Sets the value of the basic property.
void setSolutionJoin(SolutionSearchBasic value)
Sets the value of the solutionJoin property.
void setUserJoin(EmployeeSearchBasic value)
Sets the value of the userJoin property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected TopicSearchBasic basic

protected SolutionSearchBasic solutionJoin

protected EmployeeSearchBasic userJoin

Public Constructors

public TopicSearch ()

Public Methods

public TopicSearchBasic getBasic ()

Gets the value of the basic property.

Returns

public SolutionSearchBasic getSolutionJoin ()

Gets the value of the solutionJoin property.

Returns

public EmployeeSearchBasic getUserJoin ()

Gets the value of the userJoin property.

Returns

public void setBasic (TopicSearchBasic value)

Sets the value of the basic property.

Parameters
value Allowed object is TopicSearchBasic

public void setSolutionJoin (SolutionSearchBasic value)

Sets the value of the solutionJoin property.

Parameters
value Allowed object is SolutionSearchBasic

public void setUserJoin (EmployeeSearchBasic value)

Sets the value of the userJoin property.

Parameters
value Allowed object is EmployeeSearchBasic