public abstract class

CustomFieldType

extends Record
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2013_2.Record
     ↳ com.netsuite.webservices.setup.customization_2013_2.CustomFieldType
Known Direct Subclasses

Class Overview

Java class for CustomFieldType complex type.

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

 <complexType name="CustomFieldType">
   <complexContent>
     <extension base="{urn:core_2013_2.platform.webservices.netsuite.com}Record">
       <sequence>
         <element name="fieldType" type="{urn:types.customization_2013_2.setup.webservices.netsuite.com}CustomizationFieldType" minOccurs="0"/>
         <element name="scriptId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected CustomizationFieldType fieldType
protected String scriptId
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2013_2.Record
Public Constructors
CustomFieldType()
Public Methods
CustomizationFieldType getFieldType()
Gets the value of the fieldType property.
String getScriptId()
Gets the value of the scriptId property.
void setFieldType(CustomizationFieldType value)
Sets the value of the fieldType property.
void setScriptId(String value)
Sets the value of the scriptId property.
[Expand]
Inherited Methods
From class com.netsuite.webservices.platform.core_2013_2.Record
From class java.lang.Object

Fields

protected CustomizationFieldType fieldType

protected String scriptId

Public Constructors

public CustomFieldType ()

Public Methods

public CustomizationFieldType getFieldType ()

Gets the value of the fieldType property.

Returns

public String getScriptId ()

Gets the value of the scriptId property.

Returns
  • possible object is String

public void setFieldType (CustomizationFieldType value)

Sets the value of the fieldType property.

Parameters
value Allowed object is CustomizationFieldType

public void setScriptId (String value)

Sets the value of the scriptId property.

Parameters
value Allowed object is String