public class

CustomizationRef

extends BaseRef
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.BaseRef
     ↳ com.netsuite.webservices.platform.core_2010_2.CustomizationRef

Class Overview

Java class for CustomizationRef complex type.

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

 <complexType name="CustomizationRef">
   <complexContent>
     <extension base="{urn:core_2010_2.platform.webservices.netsuite.com}BaseRef">
       <attribute name="internalId" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="externalId" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="scriptId" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="type" type="{urn:types.core_2010_2.platform.webservices.netsuite.com}RecordType" />
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String externalId
protected String internalId
protected String scriptId
protected RecordType type
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2010_2.BaseRef
Public Constructors
CustomizationRef()
Public Methods
String getExternalId()
Gets the value of the externalId property.
String getInternalId()
Gets the value of the internalId property.
String getScriptId()
Gets the value of the scriptId property.
RecordType getType()
Gets the value of the type property.
void setExternalId(String value)
Sets the value of the externalId property.
void setInternalId(String value)
Sets the value of the internalId property.
void setScriptId(String value)
Sets the value of the scriptId property.
void setType(RecordType value)
Sets the value of the type property.
[Expand]
Inherited Methods
From class com.netsuite.webservices.platform.core_2010_2.BaseRef
From class java.lang.Object

Fields

protected String externalId

protected String internalId

protected String scriptId

protected RecordType type

Public Constructors

public CustomizationRef ()

Public Methods

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 getScriptId ()

Gets the value of the scriptId property.

Returns
  • possible object is String

public RecordType getType ()

Gets the value of the type property.

Returns

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 setScriptId (String value)

Sets the value of the scriptId property.

Parameters
value Allowed object is String

public void setType (RecordType value)

Sets the value of the type property.

Parameters
value Allowed object is RecordType