public class

SearchLongCustomField

extends SearchCustomField
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2013_2.SearchCustomField
     ↳ com.netsuite.webservices.platform.core_2013_2.SearchLongCustomField

Class Overview

Java class for SearchLongCustomField complex type.

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

 <complexType name="SearchLongCustomField">
   <complexContent>
     <extension base="{urn:core_2013_2.platform.webservices.netsuite.com}SearchCustomField">
       <sequence>
         <element name="searchValue" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="searchValue2" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
       </sequence>
       <attribute name="operator" type="{urn:types.core_2013_2.platform.webservices.netsuite.com}SearchLongFieldOperator" />
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected SearchLongFieldOperator operator
protected Long searchValue
protected Long searchValue2
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2013_2.SearchCustomField
Public Constructors
SearchLongCustomField()
Public Methods
SearchLongFieldOperator getOperator()
Gets the value of the operator property.
Long getSearchValue()
Gets the value of the searchValue property.
Long getSearchValue2()
Gets the value of the searchValue2 property.
void setOperator(SearchLongFieldOperator value)
Sets the value of the operator property.
void setSearchValue(Long value)
Sets the value of the searchValue property.
void setSearchValue2(Long value)
Sets the value of the searchValue2 property.
[Expand]
Inherited Methods
From class com.netsuite.webservices.platform.core_2013_2.SearchCustomField
From class java.lang.Object

Fields

protected SearchLongFieldOperator operator

protected Long searchValue

protected Long searchValue2

Public Constructors

public SearchLongCustomField ()

Public Methods

public SearchLongFieldOperator getOperator ()

Gets the value of the operator property.

Returns

public Long getSearchValue ()

Gets the value of the searchValue property.

Returns
  • possible object is Long

public Long getSearchValue2 ()

Gets the value of the searchValue2 property.

Returns
  • possible object is Long

public void setOperator (SearchLongFieldOperator value)

Sets the value of the operator property.

Parameters
value Allowed object is SearchLongFieldOperator

public void setSearchValue (Long value)

Sets the value of the searchValue property.

Parameters
value Allowed object is Long

public void setSearchValue2 (Long value)

Sets the value of the searchValue2 property.

Parameters
value Allowed object is Long