public abstract class

SearchCustomField

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

Class Overview

Java class for SearchCustomField complex type.

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

 <complexType name="SearchCustomField">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <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 internalId
protected String scriptId
Public Constructors
SearchCustomField()
Public Methods
String getInternalId()
Gets the value of the internalId property.
String getScriptId()
Gets the value of the scriptId 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 internalId

protected String scriptId

Public Constructors

public SearchCustomField ()

Public Methods

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 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