public class

AppPackageSearchRow

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

Class Overview

Java class for AppPackageSearchRow complex type.

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

 <complexType name="AppPackageSearchRow">
   <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}AppPackageSearchRowBasic" minOccurs="0"/>
         <element name="appDefinitionJoin" type="{urn:common_2012_1.platform.webservices.netsuite.com}AppDefinitionSearchRowBasic" minOccurs="0"/>
         <element name="creatorJoin" type="{urn:common_2012_1.platform.webservices.netsuite.com}EmployeeSearchRowBasic" minOccurs="0"/>
         <element name="packageFileJoin" type="{urn:common_2012_1.platform.webservices.netsuite.com}FileSearchRowBasic" minOccurs="0"/>
         <element name="userJoin" type="{urn:common_2012_1.platform.webservices.netsuite.com}EmployeeSearchRowBasic" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected AppDefinitionSearchRowBasic appDefinitionJoin
protected AppPackageSearchRowBasic basic
protected EmployeeSearchRowBasic creatorJoin
protected FileSearchRowBasic packageFileJoin
protected EmployeeSearchRowBasic userJoin
Public Constructors
AppPackageSearchRow()
Public Methods
AppDefinitionSearchRowBasic getAppDefinitionJoin()
Gets the value of the appDefinitionJoin property.
AppPackageSearchRowBasic getBasic()
Gets the value of the basic property.
EmployeeSearchRowBasic getCreatorJoin()
Gets the value of the creatorJoin property.
FileSearchRowBasic getPackageFileJoin()
Gets the value of the packageFileJoin property.
EmployeeSearchRowBasic getUserJoin()
Gets the value of the userJoin property.
void setAppDefinitionJoin(AppDefinitionSearchRowBasic value)
Sets the value of the appDefinitionJoin property.
void setBasic(AppPackageSearchRowBasic value)
Sets the value of the basic property.
void setCreatorJoin(EmployeeSearchRowBasic value)
Sets the value of the creatorJoin property.
void setPackageFileJoin(FileSearchRowBasic value)
Sets the value of the packageFileJoin property.
void setUserJoin(EmployeeSearchRowBasic value)
Sets the value of the userJoin property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected AppDefinitionSearchRowBasic appDefinitionJoin

protected AppPackageSearchRowBasic basic

protected EmployeeSearchRowBasic creatorJoin

protected FileSearchRowBasic packageFileJoin

protected EmployeeSearchRowBasic userJoin

Public Constructors

public AppPackageSearchRow ()

Public Methods

public AppDefinitionSearchRowBasic getAppDefinitionJoin ()

Gets the value of the appDefinitionJoin property.

Returns

public AppPackageSearchRowBasic getBasic ()

Gets the value of the basic property.

Returns

public EmployeeSearchRowBasic getCreatorJoin ()

Gets the value of the creatorJoin property.

Returns

public FileSearchRowBasic getPackageFileJoin ()

Gets the value of the packageFileJoin property.

Returns

public EmployeeSearchRowBasic getUserJoin ()

Gets the value of the userJoin property.

Returns

public void setAppDefinitionJoin (AppDefinitionSearchRowBasic value)

Sets the value of the appDefinitionJoin property.

Parameters
value Allowed object is AppDefinitionSearchRowBasic

public void setBasic (AppPackageSearchRowBasic value)

Sets the value of the basic property.

Parameters
value Allowed object is AppPackageSearchRowBasic

public void setCreatorJoin (EmployeeSearchRowBasic value)

Sets the value of the creatorJoin property.

Parameters
value Allowed object is EmployeeSearchRowBasic

public void setPackageFileJoin (FileSearchRowBasic value)

Sets the value of the packageFileJoin property.

Parameters
value Allowed object is FileSearchRowBasic

public void setUserJoin (EmployeeSearchRowBasic value)

Sets the value of the userJoin property.

Parameters
value Allowed object is EmployeeSearchRowBasic