public class

SupportCaseSearchRow

extends SearchRow
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.SearchRow
     ↳ com.netsuite.webservices.lists.support_2010_2.SupportCaseSearchRow

Class Overview

Java class for SupportCaseSearchRow complex type.

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

 <complexType name="SupportCaseSearchRow">
   <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}SupportCaseSearchRowBasic" minOccurs="0"/>
         <element name="contactJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}ContactSearchRowBasic" minOccurs="0"/>
         <element name="customerJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}CustomerSearchRowBasic" minOccurs="0"/>
         <element name="employeeJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}EmployeeSearchRowBasic" minOccurs="0"/>
         <element name="fileJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}FileSearchRowBasic" minOccurs="0"/>
         <element name="issueJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}IssueSearchRowBasic" minOccurs="0"/>
         <element name="itemJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}ItemSearchRowBasic" minOccurs="0"/>
         <element name="messagesJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}MessageSearchRowBasic" minOccurs="0"/>
         <element name="timeJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}TimeBillSearchRowBasic" 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 SupportCaseSearchRowBasic basic
protected ContactSearchRowBasic contactJoin
protected CustomerSearchRowBasic customerJoin
protected EmployeeSearchRowBasic employeeJoin
protected FileSearchRowBasic fileJoin
protected IssueSearchRowBasic issueJoin
protected ItemSearchRowBasic itemJoin
protected MessageSearchRowBasic messagesJoin
protected TimeBillSearchRowBasic timeJoin
protected EmployeeSearchRowBasic userJoin
protected NoteSearchRowBasic userNotesJoin
Public Constructors
SupportCaseSearchRow()
Public Methods
SupportCaseSearchRowBasic getBasic()
Gets the value of the basic property.
ContactSearchRowBasic getContactJoin()
Gets the value of the contactJoin property.
CustomerSearchRowBasic getCustomerJoin()
Gets the value of the customerJoin property.
EmployeeSearchRowBasic getEmployeeJoin()
Gets the value of the employeeJoin property.
FileSearchRowBasic getFileJoin()
Gets the value of the fileJoin property.
IssueSearchRowBasic getIssueJoin()
Gets the value of the issueJoin property.
ItemSearchRowBasic getItemJoin()
Gets the value of the itemJoin property.
MessageSearchRowBasic getMessagesJoin()
Gets the value of the messagesJoin property.
TimeBillSearchRowBasic getTimeJoin()
Gets the value of the timeJoin property.
EmployeeSearchRowBasic getUserJoin()
Gets the value of the userJoin property.
NoteSearchRowBasic getUserNotesJoin()
Gets the value of the userNotesJoin property.
void setBasic(SupportCaseSearchRowBasic value)
Sets the value of the basic property.
void setContactJoin(ContactSearchRowBasic value)
Sets the value of the contactJoin property.
void setCustomerJoin(CustomerSearchRowBasic value)
Sets the value of the customerJoin property.
void setEmployeeJoin(EmployeeSearchRowBasic value)
Sets the value of the employeeJoin property.
void setFileJoin(FileSearchRowBasic value)
Sets the value of the fileJoin property.
void setIssueJoin(IssueSearchRowBasic value)
Sets the value of the issueJoin property.
void setItemJoin(ItemSearchRowBasic value)
Sets the value of the itemJoin property.
void setMessagesJoin(MessageSearchRowBasic value)
Sets the value of the messagesJoin property.
void setTimeJoin(TimeBillSearchRowBasic value)
Sets the value of the timeJoin 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 SupportCaseSearchRowBasic basic

protected ContactSearchRowBasic contactJoin

protected CustomerSearchRowBasic customerJoin

protected EmployeeSearchRowBasic employeeJoin

protected FileSearchRowBasic fileJoin

protected IssueSearchRowBasic issueJoin

protected ItemSearchRowBasic itemJoin

protected MessageSearchRowBasic messagesJoin

protected TimeBillSearchRowBasic timeJoin

protected EmployeeSearchRowBasic userJoin

protected NoteSearchRowBasic userNotesJoin

Public Constructors

public SupportCaseSearchRow ()

Public Methods

public SupportCaseSearchRowBasic getBasic ()

Gets the value of the basic property.

Returns

public ContactSearchRowBasic getContactJoin ()

Gets the value of the contactJoin property.

Returns

public CustomerSearchRowBasic getCustomerJoin ()

Gets the value of the customerJoin property.

Returns

public EmployeeSearchRowBasic getEmployeeJoin ()

Gets the value of the employeeJoin property.

Returns

public FileSearchRowBasic getFileJoin ()

Gets the value of the fileJoin property.

Returns

public IssueSearchRowBasic getIssueJoin ()

Gets the value of the issueJoin property.

Returns

public ItemSearchRowBasic getItemJoin ()

Gets the value of the itemJoin property.

Returns

public MessageSearchRowBasic getMessagesJoin ()

Gets the value of the messagesJoin property.

Returns

public TimeBillSearchRowBasic getTimeJoin ()

Gets the value of the timeJoin 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 (SupportCaseSearchRowBasic value)

Sets the value of the basic property.

Parameters
value Allowed object is SupportCaseSearchRowBasic

public void setContactJoin (ContactSearchRowBasic value)

Sets the value of the contactJoin property.

Parameters
value Allowed object is ContactSearchRowBasic

public void setCustomerJoin (CustomerSearchRowBasic value)

Sets the value of the customerJoin property.

Parameters
value Allowed object is CustomerSearchRowBasic

public void setEmployeeJoin (EmployeeSearchRowBasic value)

Sets the value of the employeeJoin property.

Parameters
value Allowed object is EmployeeSearchRowBasic

public void setFileJoin (FileSearchRowBasic value)

Sets the value of the fileJoin property.

Parameters
value Allowed object is FileSearchRowBasic

public void setIssueJoin (IssueSearchRowBasic value)

Sets the value of the issueJoin property.

Parameters
value Allowed object is IssueSearchRowBasic

public void setItemJoin (ItemSearchRowBasic value)

Sets the value of the itemJoin property.

Parameters
value Allowed object is ItemSearchRowBasic

public void setMessagesJoin (MessageSearchRowBasic value)

Sets the value of the messagesJoin property.

Parameters
value Allowed object is MessageSearchRowBasic

public void setTimeJoin (TimeBillSearchRowBasic value)

Sets the value of the timeJoin property.

Parameters
value Allowed object is TimeBillSearchRowBasic

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