org.geotools.validation.dto
Class PlugInDTO

Object
  extended by PlugInDTO

public class PlugInDTO
extends Object

PlugInConfig purpose.

Description of PlugInConfig ...

Author:
dzwiers, Refractions Research, Inc., $Author: dmzwiers $ (last modification)
Module:
modules/extension/validation (gt-validation.jar)

Constructor Summary
PlugInDTO()
          PlugInDTO constructor.
PlugInDTO(PlugInDTO pi)
          PlugInDTO constructor.
 
Method Summary
 Object clone()
          Implementation of clone.
 boolean equals(Object obj)
          Implementation of equals.
 Map getArgs()
          Access args property.
 String getClassName()
          Access className property.
 String getDescription()
          Access description property.
 String getName()
          Access name property.
 int hashCode()
          Implementation of hashCode.
 void setArgs(Map args)
          Set args to args.
 void setClassName(String className)
          Set className to className.
 void setDescription(String description)
          Set description to description.
 void setName(String name)
          Set name to name.
 
Methods inherited from class Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlugInDTO

public PlugInDTO()
PlugInDTO constructor.

Does nothing.


PlugInDTO

public PlugInDTO(PlugInDTO pi)
PlugInDTO constructor.

Creates a copy of the DTO passed in in this object.

Parameters:
pi -
Method Detail

clone

public Object clone()
Implementation of clone.

Overrides:
clone in class Object
Returns:
a copy of this class.
See Also:
Object.clone()

equals

public boolean equals(Object obj)
Implementation of equals.

Overrides:
equals in class Object
Parameters:
obj -
Returns:
true when the two objects are equal.
See Also:
Object.equals(java.lang.Object)

hashCode

public int hashCode()
Implementation of hashCode.

Overrides:
hashCode in class Object
Returns:
the hashcode.
See Also:
Object.hashCode()

getArgs

public Map getArgs()
Access args property.

Returns:
Returns the args.

setArgs

public void setArgs(Map args)
Set args to args.

Parameters:
args - The args to set.

getClassName

public String getClassName()
Access className property.

Returns:
Returns the className.

setClassName

public void setClassName(String className)
Set className to className.

Parameters:
className - The className to set.

getDescription

public String getDescription()
Access description property.

Returns:
Returns the description.

setDescription

public void setDescription(String description)
Set description to description.

Parameters:
description - The description to set.

getName

public String getName()
Access name property.

Returns:
Returns the name.

setName

public void setName(String name)
Set name to name.

Parameters:
name - The name to set.


Copyright © 1996-2009 Geotools. All Rights Reserved.