com.partnersoft.maps.translator
Class MapDataIndex
java.lang.Object
com.partnersoft.maps.translator.MapDataIndex
- All Implemented Interfaces:
- Coggable
public class MapDataIndex
- extends java.lang.Object
- implements Coggable
Configuration for an index (aka find item).
- Author:
- Paul Reavis
Copyright 2003 Partner Software, Inc.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
name
public java.lang.String name
fieldName
public java.lang.String fieldName
discardInvalid
public boolean discardInvalid
includePoints
public boolean includePoints
includeLines
public boolean includeLines
includeText
public boolean includeText
mergeDuplicates
public boolean mergeDuplicates
sources
public Naming sources
MapDataIndex
public MapDataIndex()
getState
public Cog getState()
- Specified by:
getState in interface Coggable
setState
public void setState(Cog newState)
- Specified by:
setState in interface Coggable
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object