public class

SearchColumnDoubleCustomField

extends SearchColumnCustomField
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.SearchColumnCustomField
     ↳ com.netsuite.webservices.platform.core_2010_2.SearchColumnDoubleCustomField

Class Overview

Java class for SearchColumnDoubleCustomField complex type.

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

 <complexType name="SearchColumnDoubleCustomField">
   <complexContent>
     <extension base="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnCustomField">
       <sequence>
         <element name="searchValue" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
       </sequence>
       <attribute name="internalId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String internalId
protected Double searchValue
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2010_2.SearchColumnCustomField
Public Constructors
SearchColumnDoubleCustomField()
Public Methods
String getInternalId()
Gets the value of the internalId property.
Double getSearchValue()
Gets the value of the searchValue property.
void setInternalId(String value)
Sets the value of the internalId property.
void setSearchValue(Double value)
Sets the value of the searchValue property.
[Expand]
Inherited Methods
From class com.netsuite.webservices.platform.core_2010_2.SearchColumnCustomField
From class java.lang.Object

Fields

protected String internalId

protected Double searchValue

Public Constructors

public SearchColumnDoubleCustomField ()

Public Methods

public String getInternalId ()

Gets the value of the internalId property.

Returns
  • possible object is String

public Double getSearchValue ()

Gets the value of the searchValue property.

Returns
  • possible object is Double

public void setInternalId (String value)

Sets the value of the internalId property.

Parameters
value Allowed object is String

public void setSearchValue (Double value)

Sets the value of the searchValue property.

Parameters
value Allowed object is Double