public class

CrmCustomFieldFilter

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

Class Overview

Java class for CrmCustomFieldFilter complex type.

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

 <complexType name="CrmCustomFieldFilter">
   <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="fldFilterSelList" type="{urn:customization_2010_2.setup.webservices.netsuite.com}FldFilterSelList" minOccurs="0"/>
         <element name="fldFilterNotNull" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected RecordRef fldFilter
protected Boolean fldFilterChecked
protected CustomizationFilterCompareType fldFilterCompareType
protected Boolean fldFilterNotNull
protected FldFilterSelList fldFilterSelList
protected String fldFilterVal
Public Constructors
CrmCustomFieldFilter()
Public Methods
RecordRef getFldFilter()
Gets the value of the fldFilter property.
CustomizationFilterCompareType getFldFilterCompareType()
Gets the value of the fldFilterCompareType property.
FldFilterSelList getFldFilterSelList()
Gets the value of the fldFilterSelList 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.
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 setFldFilterSelList(FldFilterSelList value)
Sets the value of the fldFilterSelList property.
void setFldFilterVal(String value)
Sets the value of the fldFilterVal property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected RecordRef fldFilter

protected Boolean fldFilterChecked

protected CustomizationFilterCompareType fldFilterCompareType

protected Boolean fldFilterNotNull

protected FldFilterSelList fldFilterSelList

protected String fldFilterVal

Public Constructors

public CrmCustomFieldFilter ()

Public Methods

public RecordRef getFldFilter ()

Gets the value of the fldFilter property.

Returns

public CustomizationFilterCompareType getFldFilterCompareType ()

Gets the value of the fldFilterCompareType property.

Returns

public FldFilterSelList getFldFilterSelList ()

Gets the value of the fldFilterSelList 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 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 setFldFilterSelList (FldFilterSelList value)

Sets the value of the fldFilterSelList property.

Parameters
value Allowed object is FldFilterSelList

public void setFldFilterVal (String value)

Sets the value of the fldFilterVal property.

Parameters
value Allowed object is String