org.geotools.validation.dto
Class TestDTO

Object
  extended by TestDTO

public class TestDTO
extends Object

TestConfig purpose.

Description of TestConfig ...

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

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

Constructor Detail

TestDTO

public TestDTO()
TestConfig constructor.

Does nothing


TestDTO

public TestDTO(TestDTO t)
TestConfig constructor.

Creates a copy from the TestConfig specified.

Parameters:
t - the data to copy
Method Detail

clone

public Object clone()
Implementation of clone.

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

equals

public boolean equals(Object obj)
Implementation of equals.

Overrides:
equals in class Object
Parameters:
obj -
Returns:
true when they have the same data.
See Also:
Object.equals(java.lang.Object)

hashCode

public int hashCode()
Implementation of hashCode.

Overrides:
hashCode in class Object
Returns:
int 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.

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.

getPlugIn

public PlugInDTO getPlugIn()
Access plugIn property.

Returns:
Returns the plugIn.

setPlugIn

public void setPlugIn(PlugInDTO plugIn)
Set plugIn to plugIn.

Parameters:
plugIn - The plugIn to set.


Copyright © 1996-2010 Geotools. All Rights Reserved.