public class

ItemNumberCustomFieldFilter

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.setup.customization_2010_2.ItemNumberCustomFieldFilter

Class Overview

Java class for ItemNumberCustomFieldFilter complex type.

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

 <complexType name="ItemNumberCustomFieldFilter">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="fldFilter" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="fldFilterChecked" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="fldFilterCompareType" type="{urn:types.customization_2010_2.setup.webservices.netsuite.com}CustomizationFilterCompareType" minOccurs="0"/>
         <element name="fldFilterVal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="fldFilterNotNull" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="fldfilterNull" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="fldCompareField" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected RecordRef fldCompareField
protected RecordRef fldFilter
protected Boolean fldFilterChecked
protected CustomizationFilterCompareType fldFilterCompareType
protected Boolean fldFilterNotNull
protected String fldFilterVal
protected Boolean fldfilterNull
Public Constructors
ItemNumberCustomFieldFilter()
Public Methods
RecordRef getFldCompareField()
Gets the value of the fldCompareField property.
RecordRef getFldFilter()
Gets the value of the fldFilter property.
CustomizationFilterCompareType getFldFilterCompareType()
Gets the value of the fldFilterCompareType property.
String getFldFilterVal()
Gets the value of the fldFilterVal property.
Boolean isFldFilterChecked()
Gets the value of the fldFilterChecked property.
Boolean isFldFilterNotNull()
Gets the value of the fldFilterNotNull property.
Boolean isFldfilterNull()
Gets the value of the fldfilterNull property.
void setFldCompareField(RecordRef value)
Sets the value of the fldCompareField property.
void setFldFilter(RecordRef value)
Sets the value of the fldFilter property.
void setFldFilterChecked(Boolean value)
Sets the value of the fldFilterChecked property.
void setFldFilterCompareType(CustomizationFilterCompareType value)
Sets the value of the fldFilterCompareType property.
void setFldFilterNotNull(Boolean value)
Sets the value of the fldFilterNotNull property.
void setFldFilterVal(String value)
Sets the value of the fldFilterVal property.
void setFldfilterNull(Boolean value)
Sets the value of the fldfilterNull property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected RecordRef fldCompareField

protected RecordRef fldFilter

protected Boolean fldFilterChecked

protected CustomizationFilterCompareType fldFilterCompareType

protected Boolean fldFilterNotNull

protected String fldFilterVal

protected Boolean fldfilterNull

Public Constructors

public ItemNumberCustomFieldFilter ()

Public Methods

public RecordRef getFldCompareField ()

Gets the value of the fldCompareField property.

Returns

public RecordRef getFldFilter ()

Gets the value of the fldFilter property.

Returns

public CustomizationFilterCompareType getFldFilterCompareType ()

Gets the value of the fldFilterCompareType property.

Returns

public String getFldFilterVal ()

Gets the value of the fldFilterVal property.

Returns
  • possible object is String

public Boolean isFldFilterChecked ()

Gets the value of the fldFilterChecked property.

Returns
  • possible object is Boolean

public Boolean isFldFilterNotNull ()

Gets the value of the fldFilterNotNull property.

Returns
  • possible object is Boolean

public Boolean isFldfilterNull ()

Gets the value of the fldfilterNull property.

Returns
  • possible object is Boolean

public void setFldCompareField (RecordRef value)

Sets the value of the fldCompareField property.

Parameters
value Allowed object is RecordRef

public void setFldFilter (RecordRef value)

Sets the value of the fldFilter property.

Parameters
value Allowed object is RecordRef

public void setFldFilterChecked (Boolean value)

Sets the value of the fldFilterChecked property.

Parameters
value Allowed object is Boolean

public void setFldFilterCompareType (CustomizationFilterCompareType value)

Sets the value of the fldFilterCompareType property.

Parameters
value Allowed object is CustomizationFilterCompareType

public void setFldFilterNotNull (Boolean value)

Sets the value of the fldFilterNotNull property.

Parameters
value Allowed object is Boolean

public void setFldFilterVal (String value)

Sets the value of the fldFilterVal property.

Parameters
value Allowed object is String

public void setFldfilterNull (Boolean value)

Sets the value of the fldfilterNull property.

Parameters
value Allowed object is Boolean