public class

AppPackage

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

Class Overview

Java class for AppPackage complex type.

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

 <complexType name="AppPackage">
   <complexContent>
     <extension base="{urn:core_2012_1.platform.webservices.netsuite.com}Record">
       <sequence>
         <element name="appDefinition" type="{urn:core_2012_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="packageFile" type="{urn:core_2012_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="bundle" type="{urn:core_2012_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" 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 RecordRef appDefinition
protected RecordRef bundle
protected String description
protected String externalId
protected String internalId
protected RecordRef packageFile
protected String version
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2012_1.Record
Public Constructors
AppPackage()
Public Methods
RecordRef getAppDefinition()
Gets the value of the appDefinition property.
RecordRef getBundle()
Gets the value of the bundle property.
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.
RecordRef getPackageFile()
Gets the value of the packageFile property.
String getVersion()
Gets the value of the version property.
void setAppDefinition(RecordRef value)
Sets the value of the appDefinition property.
void setBundle(RecordRef value)
Sets the value of the bundle 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 setPackageFile(RecordRef value)
Sets the value of the packageFile property.
void setVersion(String value)
Sets the value of the version property.
[Expand]
Inherited Methods
From class com.netsuite.webservices.platform.core_2012_1.Record
From class java.lang.Object

Fields

protected RecordRef appDefinition

protected RecordRef bundle

protected String description

protected String externalId

protected String internalId

protected RecordRef packageFile

protected String version

Public Constructors

public AppPackage ()

Public Methods

public RecordRef getAppDefinition ()

Gets the value of the appDefinition property.

Returns

public RecordRef getBundle ()

Gets the value of the bundle property.

Returns

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 RecordRef getPackageFile ()

Gets the value of the packageFile property.

Returns

public String getVersion ()

Gets the value of the version property.

Returns
  • possible object is String

public void setAppDefinition (RecordRef value)

Sets the value of the appDefinition property.

Parameters
value Allowed object is RecordRef

public void setBundle (RecordRef value)

Sets the value of the bundle property.

Parameters
value Allowed object is RecordRef

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 setPackageFile (RecordRef value)

Sets the value of the packageFile property.

Parameters
value Allowed object is RecordRef

public void setVersion (String value)

Sets the value of the version property.

Parameters
value Allowed object is String