public class

CustomRecordSearch

extends SearchRecord
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.SearchRecord
     ↳ com.netsuite.webservices.setup.customization_2010_2.CustomRecordSearch

Class Overview

Java class for CustomRecordSearch complex type.

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

 <complexType name="CustomRecordSearch">
   <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}CustomRecordSearchBasic" minOccurs="0"/>
         <element name="fileJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}FileSearchBasic" minOccurs="0"/>
         <element name="messagesJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}MessageSearchBasic" minOccurs="0"/>
         <element name="ownerJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}EmployeeSearchBasic" 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 CustomRecordSearchBasic basic
protected FileSearchBasic fileJoin
protected MessageSearchBasic messagesJoin
protected EmployeeSearchBasic ownerJoin
protected EmployeeSearchBasic userJoin
protected NoteSearchBasic userNotesJoin
Public Constructors
CustomRecordSearch()
Public Methods
CustomRecordSearchBasic getBasic()
Gets the value of the basic property.
FileSearchBasic getFileJoin()
Gets the value of the fileJoin property.
MessageSearchBasic getMessagesJoin()
Gets the value of the messagesJoin property.
EmployeeSearchBasic getOwnerJoin()
Gets the value of the ownerJoin property.
EmployeeSearchBasic getUserJoin()
Gets the value of the userJoin property.
NoteSearchBasic getUserNotesJoin()
Gets the value of the userNotesJoin property.
void setBasic(CustomRecordSearchBasic value)
Sets the value of the basic property.
void setFileJoin(FileSearchBasic value)
Sets the value of the fileJoin property.
void setMessagesJoin(MessageSearchBasic value)
Sets the value of the messagesJoin property.
void setOwnerJoin(EmployeeSearchBasic value)
Sets the value of the ownerJoin 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 CustomRecordSearchBasic basic

protected FileSearchBasic fileJoin

protected MessageSearchBasic messagesJoin

protected EmployeeSearchBasic ownerJoin

protected EmployeeSearchBasic userJoin

protected NoteSearchBasic userNotesJoin

Public Constructors

public CustomRecordSearch ()

Public Methods

public CustomRecordSearchBasic getBasic ()

Gets the value of the basic property.

Returns

public FileSearchBasic getFileJoin ()

Gets the value of the fileJoin property.

Returns

public MessageSearchBasic getMessagesJoin ()

Gets the value of the messagesJoin property.

Returns

public EmployeeSearchBasic getOwnerJoin ()

Gets the value of the ownerJoin 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 (CustomRecordSearchBasic value)

Sets the value of the basic property.

Parameters
value Allowed object is CustomRecordSearchBasic

public void setFileJoin (FileSearchBasic value)

Sets the value of the fileJoin property.

Parameters
value Allowed object is FileSearchBasic

public void setMessagesJoin (MessageSearchBasic value)

Sets the value of the messagesJoin property.

Parameters
value Allowed object is MessageSearchBasic

public void setOwnerJoin (EmployeeSearchBasic value)

Sets the value of the ownerJoin property.

Parameters
value Allowed object is EmployeeSearchBasic

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