public class

EmployeeSearchRow

extends SearchRow
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.SearchRow
     ↳ com.netsuite.webservices.lists.employees_2010_2.EmployeeSearchRow

Class Overview

Java class for EmployeeSearchRow complex type.

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

 <complexType name="EmployeeSearchRow">
   <complexContent>
     <extension base="{urn:core_2010_2.platform.webservices.netsuite.com}SearchRow">
       <sequence>
         <element name="basic" type="{urn:common_2010_2.platform.webservices.netsuite.com}EmployeeSearchRowBasic" minOccurs="0"/>
         <element name="campaignResponseJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}CampaignSearchRowBasic" minOccurs="0"/>
         <element name="employeeJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}TimeBillSearchRowBasic" minOccurs="0"/>
         <element name="fileJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}FileSearchRowBasic" minOccurs="0"/>
         <element name="messagesJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}MessageSearchRowBasic" minOccurs="0"/>
         <element name="messagesFromJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}MessageSearchRowBasic" minOccurs="0"/>
         <element name="messagesToJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}MessageSearchRowBasic" minOccurs="0"/>
         <element name="transactionJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}TransactionSearchRowBasic" minOccurs="0"/>
         <element name="userJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}EmployeeSearchRowBasic" minOccurs="0"/>
         <element name="userNotesJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}NoteSearchRowBasic" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected EmployeeSearchRowBasic basic
protected CampaignSearchRowBasic campaignResponseJoin
protected TimeBillSearchRowBasic employeeJoin
protected FileSearchRowBasic fileJoin
protected MessageSearchRowBasic messagesFromJoin
protected MessageSearchRowBasic messagesJoin
protected MessageSearchRowBasic messagesToJoin
protected TransactionSearchRowBasic transactionJoin
protected EmployeeSearchRowBasic userJoin
protected NoteSearchRowBasic userNotesJoin
Public Constructors
EmployeeSearchRow()
Public Methods
EmployeeSearchRowBasic getBasic()
Gets the value of the basic property.
CampaignSearchRowBasic getCampaignResponseJoin()
Gets the value of the campaignResponseJoin property.
TimeBillSearchRowBasic getEmployeeJoin()
Gets the value of the employeeJoin property.
FileSearchRowBasic getFileJoin()
Gets the value of the fileJoin property.
MessageSearchRowBasic getMessagesFromJoin()
Gets the value of the messagesFromJoin property.
MessageSearchRowBasic getMessagesJoin()
Gets the value of the messagesJoin property.
MessageSearchRowBasic getMessagesToJoin()
Gets the value of the messagesToJoin property.
TransactionSearchRowBasic getTransactionJoin()
Gets the value of the transactionJoin property.
EmployeeSearchRowBasic getUserJoin()
Gets the value of the userJoin property.
NoteSearchRowBasic getUserNotesJoin()
Gets the value of the userNotesJoin property.
void setBasic(EmployeeSearchRowBasic value)
Sets the value of the basic property.
void setCampaignResponseJoin(CampaignSearchRowBasic value)
Sets the value of the campaignResponseJoin property.
void setEmployeeJoin(TimeBillSearchRowBasic value)
Sets the value of the employeeJoin property.
void setFileJoin(FileSearchRowBasic value)
Sets the value of the fileJoin property.
void setMessagesFromJoin(MessageSearchRowBasic value)
Sets the value of the messagesFromJoin property.
void setMessagesJoin(MessageSearchRowBasic value)
Sets the value of the messagesJoin property.
void setMessagesToJoin(MessageSearchRowBasic value)
Sets the value of the messagesToJoin property.
void setTransactionJoin(TransactionSearchRowBasic value)
Sets the value of the transactionJoin property.
void setUserJoin(EmployeeSearchRowBasic value)
Sets the value of the userJoin property.
void setUserNotesJoin(NoteSearchRowBasic value)
Sets the value of the userNotesJoin property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected EmployeeSearchRowBasic basic

protected CampaignSearchRowBasic campaignResponseJoin

protected TimeBillSearchRowBasic employeeJoin

protected FileSearchRowBasic fileJoin

protected MessageSearchRowBasic messagesFromJoin

protected MessageSearchRowBasic messagesJoin

protected MessageSearchRowBasic messagesToJoin

protected TransactionSearchRowBasic transactionJoin

protected EmployeeSearchRowBasic userJoin

protected NoteSearchRowBasic userNotesJoin

Public Constructors

public EmployeeSearchRow ()

Public Methods

public EmployeeSearchRowBasic getBasic ()

Gets the value of the basic property.

Returns

public CampaignSearchRowBasic getCampaignResponseJoin ()

Gets the value of the campaignResponseJoin property.

Returns

public TimeBillSearchRowBasic getEmployeeJoin ()

Gets the value of the employeeJoin property.

Returns

public FileSearchRowBasic getFileJoin ()

Gets the value of the fileJoin property.

Returns

public MessageSearchRowBasic getMessagesFromJoin ()

Gets the value of the messagesFromJoin property.

Returns

public MessageSearchRowBasic getMessagesJoin ()

Gets the value of the messagesJoin property.

Returns

public MessageSearchRowBasic getMessagesToJoin ()

Gets the value of the messagesToJoin property.

Returns

public TransactionSearchRowBasic getTransactionJoin ()

Gets the value of the transactionJoin property.

Returns

public EmployeeSearchRowBasic getUserJoin ()

Gets the value of the userJoin property.

Returns

public NoteSearchRowBasic getUserNotesJoin ()

Gets the value of the userNotesJoin property.

Returns

public void setBasic (EmployeeSearchRowBasic value)

Sets the value of the basic property.

Parameters
value Allowed object is EmployeeSearchRowBasic

public void setCampaignResponseJoin (CampaignSearchRowBasic value)

Sets the value of the campaignResponseJoin property.

Parameters
value Allowed object is CampaignSearchRowBasic

public void setEmployeeJoin (TimeBillSearchRowBasic value)

Sets the value of the employeeJoin property.

Parameters
value Allowed object is TimeBillSearchRowBasic

public void setFileJoin (FileSearchRowBasic value)

Sets the value of the fileJoin property.

Parameters
value Allowed object is FileSearchRowBasic

public void setMessagesFromJoin (MessageSearchRowBasic value)

Sets the value of the messagesFromJoin property.

Parameters
value Allowed object is MessageSearchRowBasic

public void setMessagesJoin (MessageSearchRowBasic value)

Sets the value of the messagesJoin property.

Parameters
value Allowed object is MessageSearchRowBasic

public void setMessagesToJoin (MessageSearchRowBasic value)

Sets the value of the messagesToJoin property.

Parameters
value Allowed object is MessageSearchRowBasic

public void setTransactionJoin (TransactionSearchRowBasic value)

Sets the value of the transactionJoin property.

Parameters
value Allowed object is TransactionSearchRowBasic

public void setUserJoin (EmployeeSearchRowBasic value)

Sets the value of the userJoin property.

Parameters
value Allowed object is EmployeeSearchRowBasic

public void setUserNotesJoin (NoteSearchRowBasic value)

Sets the value of the userNotesJoin property.

Parameters
value Allowed object is NoteSearchRowBasic