com.raritantechnologies.federated.fast
Class FastSearchField

java.lang.Object
  extended bycom.raritantechnologies.searchApp.SearchField
      extended bycom.raritantechnologies.federated.fast.FastSearchField
All Implemented Interfaces:
java.util.Comparator

public class FastSearchField
extends SearchField

Represents an FAST DataSearch Search field. Required extension class.


Developed by Raritan Technologies Inc..

Author:
Ted Sullivan

Field Summary
static java.lang.String CATEGORY
           
static java.lang.String QUERY
           
 
Fields inherited from class com.raritantechnologies.searchApp.SearchField
ALPHANUMERIC, BOOLEANCOMBO, BOOLEANFIELD, DATE, NUMERIC
 
Constructor Summary
FastSearchField()
           
 
Method Summary
 java.lang.String getModifierField()
           
 java.lang.String getParameterType()
           
 void setModifierField(java.lang.String modifierField)
           
 void setParameterType(java.lang.String paramType)
           
 
Methods inherited from class com.raritantechnologies.searchApp.SearchField
addFieldData, addFieldData, compare, equals, getAbstractSearchField, getAssociatedField, getFieldData, getFieldDataValue, getFieldDataValue, getFieldFormat, getFieldID, getFieldLookupMap, getFieldName, getFieldType, getSearchField, getSearchType, getSource, setAbstractSearchField, setFieldData, setFieldFormat, setFieldID, setFieldLookupMap, setFieldName, setFieldType, setSearchField, setSearchType, setSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

QUERY

public static final java.lang.String QUERY
See Also:
Constant Field Values

CATEGORY

public static final java.lang.String CATEGORY
See Also:
Constant Field Values
Constructor Detail

FastSearchField

public FastSearchField()
Method Detail

setParameterType

public void setParameterType(java.lang.String paramType)

getParameterType

public java.lang.String getParameterType()

setModifierField

public void setModifierField(java.lang.String modifierField)

getModifierField

public java.lang.String getModifierField()