public class

CustomizationRef

extends RecordRef
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2013_2.BaseRef
     ↳ com.netsuite.webservices.platform.core_2013_2.RecordRef
       ↳ com.netsuite.webservices.platform.core_2013_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_2013_2.platform.webservices.netsuite.com}RecordRef">
       <attribute name="scriptId" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String scriptId
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2013_2.RecordRef
From class com.netsuite.webservices.platform.core_2013_2.BaseRef
Public Constructors
CustomizationRef()
Public Methods
String getScriptId()
Gets the value of the scriptId property.
void setScriptId(String value)
Sets the value of the scriptId property.
[Expand]
Inherited Methods
From class com.netsuite.webservices.platform.core_2013_2.RecordRef
From class com.netsuite.webservices.platform.core_2013_2.BaseRef
From class java.lang.Object

Fields

protected String scriptId

Public Constructors

public CustomizationRef ()

Public Methods

public String getScriptId ()

Gets the value of the scriptId property.

Returns
  • possible object is String

public void setScriptId (String value)

Sets the value of the scriptId property.

Parameters
value Allowed object is String