public class

AppDefinitionSearchRow

extends SearchRow
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2012_1.SearchRow
     ↳ com.netsuite.webservices.setup.customization_2012_1.AppDefinitionSearchRow

Class Overview

Java class for AppDefinitionSearchRow complex type.

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

 <complexType name="AppDefinitionSearchRow">
   <complexContent>
     <extension base="{urn:core_2012_1.platform.webservices.netsuite.com}SearchRow">
       <sequence>
         <element name="basic" type="{urn:common_2012_1.platform.webservices.netsuite.com}AppDefinitionSearchRowBasic" minOccurs="0"/>
         <element name="appPackageJoin" type="{urn:common_2012_1.platform.webservices.netsuite.com}AppPackageSearchRowBasic" minOccurs="0"/>
         <element name="creatorJoin" type="{urn:common_2012_1.platform.webservices.netsuite.com}EmployeeSearchRowBasic" minOccurs="0"/>
         <element name="userJoin" type="{urn:common_2012_1.platform.webservices.netsuite.com}EmployeeSearchRowBasic" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected AppPackageSearchRowBasic appPackageJoin
protected AppDefinitionSearchRowBasic basic
protected EmployeeSearchRowBasic creatorJoin
protected EmployeeSearchRowBasic userJoin
Public Constructors
AppDefinitionSearchRow()
Public Methods
AppPackageSearchRowBasic getAppPackageJoin()
Gets the value of the appPackageJoin property.
AppDefinitionSearchRowBasic getBasic()
Gets the value of the basic property.
EmployeeSearchRowBasic getCreatorJoin()
Gets the value of the creatorJoin property.
EmployeeSearchRowBasic getUserJoin()
Gets the value of the userJoin property.
void setAppPackageJoin(AppPackageSearchRowBasic value)
Sets the value of the appPackageJoin property.
void setBasic(AppDefinitionSearchRowBasic value)
Sets the value of the basic property.
void setCreatorJoin(EmployeeSearchRowBasic value)
Sets the value of the creatorJoin property.
void setUserJoin(EmployeeSearchRowBasic value)
Sets the value of the userJoin property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected AppPackageSearchRowBasic appPackageJoin

protected AppDefinitionSearchRowBasic basic

protected EmployeeSearchRowBasic creatorJoin

protected EmployeeSearchRowBasic userJoin

Public Constructors

public AppDefinitionSearchRow ()

Public Methods

public AppPackageSearchRowBasic getAppPackageJoin ()

Gets the value of the appPackageJoin property.

Returns

public AppDefinitionSearchRowBasic getBasic ()

Gets the value of the basic property.

Returns

public EmployeeSearchRowBasic getCreatorJoin ()

Gets the value of the creatorJoin property.

Returns

public EmployeeSearchRowBasic getUserJoin ()

Gets the value of the userJoin property.

Returns

public void setAppPackageJoin (AppPackageSearchRowBasic value)

Sets the value of the appPackageJoin property.

Parameters
value Allowed object is AppPackageSearchRowBasic

public void setBasic (AppDefinitionSearchRowBasic value)

Sets the value of the basic property.

Parameters
value Allowed object is AppDefinitionSearchRowBasic

public void setCreatorJoin (EmployeeSearchRowBasic value)

Sets the value of the creatorJoin property.

Parameters
value Allowed object is EmployeeSearchRowBasic

public void setUserJoin (EmployeeSearchRowBasic value)

Sets the value of the userJoin property.

Parameters
value Allowed object is EmployeeSearchRowBasic