public class

AppDefinition

extends Record
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2012_1.Record
     ↳ com.netsuite.webservices.setup.customization_2012_1.AppDefinition

Class Overview

Java class for AppDefinition complex type.

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

 <complexType name="AppDefinition">
   <complexContent>
     <extension base="{urn:core_2012_1.platform.webservices.netsuite.com}Record">
       <sequence>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="packagesList" type="{urn:customization_2012_1.setup.webservices.netsuite.com}AppDefinitionPackagesList" minOccurs="0"/>
       </sequence>
       <attribute name="internalId" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="externalId" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String description
protected String externalId
protected String internalId
protected String name
protected AppDefinitionPackagesList packagesList
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2012_1.Record
Public Constructors
AppDefinition()
Public Methods
String getDescription()
Gets the value of the description property.
String getExternalId()
Gets the value of the externalId property.
String getInternalId()
Gets the value of the internalId property.
String getName()
Gets the value of the name property.
AppDefinitionPackagesList getPackagesList()
Gets the value of the packagesList property.
void setDescription(String value)
Sets the value of the description property.
void setExternalId(String value)
Sets the value of the externalId property.
void setInternalId(String value)
Sets the value of the internalId property.
void setName(String value)
Sets the value of the name property.
void setPackagesList(AppDefinitionPackagesList value)
Sets the value of the packagesList property.
[Expand]
Inherited Methods
From class com.netsuite.webservices.platform.core_2012_1.Record
From class java.lang.Object

Fields

protected String description

protected String externalId

protected String internalId

protected String name

protected AppDefinitionPackagesList packagesList

Public Constructors

public AppDefinition ()

Public Methods

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public String getExternalId ()

Gets the value of the externalId property.

Returns
  • possible object is String

public String getInternalId ()

Gets the value of the internalId property.

Returns
  • possible object is String

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public AppDefinitionPackagesList getPackagesList ()

Gets the value of the packagesList property.

Returns

public void setDescription (String value)

Sets the value of the description property.

Parameters
value Allowed object is String

public void setExternalId (String value)

Sets the value of the externalId property.

Parameters
value Allowed object is String

public void setInternalId (String value)

Sets the value of the internalId property.

Parameters
value Allowed object is String

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setPackagesList (AppDefinitionPackagesList value)

Sets the value of the packagesList property.

Parameters
value Allowed object is AppDefinitionPackagesList