Map
Class MapDetectionsParameters

java.lang.Object
  extended by Map.MapDetectionsParameters
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class MapDetectionsParameters
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable

PArameters for MapDetectionsManager which can be easily serialised and stored in pamsettings

Author:
Douglas Gillespie
See Also:
MapDetectionsManager, Serialized Form

Field Summary
protected  java.util.ArrayList<MapDetectionData> mapDetectionDatas
           
static long serialVersionUID
           
 
Constructor Summary
MapDetectionsParameters()
           
 
Method Summary
 MapDetectionsParameters clone()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values

mapDetectionDatas

protected java.util.ArrayList<MapDetectionData> mapDetectionDatas
Constructor Detail

MapDetectionsParameters

public MapDetectionsParameters()
Method Detail

clone

public MapDetectionsParameters clone()
Overrides:
clone in class java.lang.Object