public class

AppDefinitionSearch

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

Class Overview

Java class for AppDefinitionSearch complex type.

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

 <complexType name="AppDefinitionSearch">
   <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}AppDefinitionSearchBasic" minOccurs="0"/>
         <element name="appPackageJoin" type="{urn:common_2012_1.platform.webservices.netsuite.com}AppPackageSearchBasic" minOccurs="0"/>
         <element name="creatorJoin" type="{urn:common_2012_1.platform.webservices.netsuite.com}EmployeeSearchBasic" minOccurs="0"/>
         <element name="userJoin" type="{urn:common_2012_1.platform.webservices.netsuite.com}EmployeeSearchBasic" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

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

Fields

protected AppPackageSearchBasic appPackageJoin

protected AppDefinitionSearchBasic basic

protected EmployeeSearchBasic creatorJoin

protected EmployeeSearchBasic userJoin

Public Constructors

public AppDefinitionSearch ()

Public Methods

public AppPackageSearchBasic getAppPackageJoin ()

Gets the value of the appPackageJoin property.

Returns

public AppDefinitionSearchBasic getBasic ()

Gets the value of the basic property.

Returns

public EmployeeSearchBasic getCreatorJoin ()

Gets the value of the creatorJoin property.

Returns

public EmployeeSearchBasic getUserJoin ()

Gets the value of the userJoin property.

Returns

public void setAppPackageJoin (AppPackageSearchBasic value)

Sets the value of the appPackageJoin property.

Parameters
value Allowed object is AppPackageSearchBasic

public void setBasic (AppDefinitionSearchBasic value)

Sets the value of the basic property.

Parameters
value Allowed object is AppDefinitionSearchBasic

public void setCreatorJoin (EmployeeSearchBasic value)

Sets the value of the creatorJoin property.

Parameters
value Allowed object is EmployeeSearchBasic

public void setUserJoin (EmployeeSearchBasic value)

Sets the value of the userJoin property.

Parameters
value Allowed object is EmployeeSearchBasic