public abstract class

SearchColumnCustomField

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2013_2.SearchColumnCustomField
Known Direct Subclasses

Class Overview

Java class for SearchColumnCustomField complex type.

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

 <complexType name="SearchColumnCustomField">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="customLabel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
       <attribute name="internalId" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="scriptId" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String customLabel
protected String internalId
protected String scriptId
Public Constructors
SearchColumnCustomField()
Public Methods
String getCustomLabel()
Gets the value of the customLabel property.
String getInternalId()
Gets the value of the internalId property.
String getScriptId()
Gets the value of the scriptId property.
void setCustomLabel(String value)
Sets the value of the customLabel property.
void setInternalId(String value)
Sets the value of the internalId property.
void setScriptId(String value)
Sets the value of the scriptId property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String customLabel

protected String internalId

protected String scriptId

Public Constructors

public SearchColumnCustomField ()

Public Methods

public String getCustomLabel ()

Gets the value of the customLabel 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 void setCustomLabel (String value)

Sets the value of the customLabel 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