public class

AppPackageSearch

extends SearchRecord
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2012_1.SearchRecord
     ↳ com.netsuite.webservices.setup.customization_2012_1.AppPackageSearch

Class Overview

Java class for AppPackageSearch complex type.

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

 <complexType name="AppPackageSearch">
   <complexContent>
     <extension base="{urn:core_2012_1.platform.webservices.netsuite.com}SearchRecord">
       <sequence>
         <element name="basic" type="{urn:common_2012_1.platform.webservices.netsuite.com}AppPackageSearchBasic" minOccurs="0"/>
         <element name="appDefinitionJoin" type="{urn:common_2012_1.platform.webservices.netsuite.com}AppDefinitionSearchBasic" minOccurs="0"/>
         <element name="creatorJoin" type="{urn:common_2012_1.platform.webservices.netsuite.com}EmployeeSearchBasic" minOccurs="0"/>
         <element name="packageFileJoin" type="{urn:common_2012_1.platform.webservices.netsuite.com}FileSearchBasic" minOccurs="0"/>
         <element name="userJoin" type="{urn:common_2012_1.platform.webservices.netsuite.com}EmployeeSearchBasic" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected AppDefinitionSearchBasic appDefinitionJoin
protected AppPackageSearchBasic basic
protected EmployeeSearchBasic creatorJoin
protected FileSearchBasic packageFileJoin
protected EmployeeSearchBasic userJoin
Public Constructors
AppPackageSearch()
Public Methods
AppDefinitionSearchBasic getAppDefinitionJoin()
Gets the value of the appDefinitionJoin property.
AppPackageSearchBasic getBasic()
Gets the value of the basic property.
EmployeeSearchBasic getCreatorJoin()
Gets the value of the creatorJoin property.
FileSearchBasic getPackageFileJoin()
Gets the value of the packageFileJoin property.
EmployeeSearchBasic getUserJoin()
Gets the value of the userJoin property.
void setAppDefinitionJoin(AppDefinitionSearchBasic value)
Sets the value of the appDefinitionJoin property.
void setBasic(AppPackageSearchBasic value)
Sets the value of the basic property.
void setCreatorJoin(EmployeeSearchBasic value)
Sets the value of the creatorJoin property.
void setPackageFileJoin(FileSearchBasic value)
Sets the value of the packageFileJoin property.
void setUserJoin(EmployeeSearchBasic value)
Sets the value of the userJoin property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected AppDefinitionSearchBasic appDefinitionJoin

protected AppPackageSearchBasic basic

protected EmployeeSearchBasic creatorJoin

protected FileSearchBasic packageFileJoin

protected EmployeeSearchBasic userJoin

Public Constructors

public AppPackageSearch ()

Public Methods

public AppDefinitionSearchBasic getAppDefinitionJoin ()

Gets the value of the appDefinitionJoin property.

Returns

public AppPackageSearchBasic getBasic ()

Gets the value of the basic property.

Returns

public EmployeeSearchBasic getCreatorJoin ()

Gets the value of the creatorJoin property.

Returns

public FileSearchBasic getPackageFileJoin ()

Gets the value of the packageFileJoin property.

Returns

public EmployeeSearchBasic getUserJoin ()

Gets the value of the userJoin property.

Returns

public void setAppDefinitionJoin (AppDefinitionSearchBasic value)

Sets the value of the appDefinitionJoin property.

Parameters
value Allowed object is AppDefinitionSearchBasic

public void setBasic (AppPackageSearchBasic value)

Sets the value of the basic property.

Parameters
value Allowed object is AppPackageSearchBasic

public void setCreatorJoin (EmployeeSearchBasic value)

Sets the value of the creatorJoin property.

Parameters
value Allowed object is EmployeeSearchBasic

public void setPackageFileJoin (FileSearchBasic value)

Sets the value of the packageFileJoin property.

Parameters
value Allowed object is FileSearchBasic

public void setUserJoin (EmployeeSearchBasic value)

Sets the value of the userJoin property.

Parameters
value Allowed object is EmployeeSearchBasic