org.geotools.validation.dto
Class TestSuiteDTO

java.lang.Object
  extended byorg.geotools.validation.dto.TestSuiteDTO

public class TestSuiteDTO
extends java.lang.Object

TestSuiteConfig purpose.

Description of TestSuiteConfig ...


Constructor Summary
TestSuiteDTO()
          TestSuiteConfig constructor.
TestSuiteDTO(TestSuiteDTO ts)
          TestSuiteConfig constructor.
 
Method Summary
 java.lang.Object clone()
          Implementation of clone.
 boolean equals(java.lang.Object obj)
          Implementation of equals.
 java.lang.String getDescription()
          Access description property.
 java.lang.String getName()
          Access name property.
 java.util.Map getTests()
          Access tests property.
 int hashCode()
           
 void setDescription(java.lang.String description)
          Set description to description.
 void setName(java.lang.String name)
          Set name to name.
 void setTests(java.util.Map tests)
          Set tests to tests.
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestSuiteDTO

public TestSuiteDTO()
TestSuiteConfig constructor.

Does nothing


TestSuiteDTO

public TestSuiteDTO(TestSuiteDTO ts)
TestSuiteConfig constructor.

Creates a copy of the TestSuiteConfig passed in.

Parameters:
ts - The Test Suite to copy
Method Detail

clone

public java.lang.Object clone()
Implementation of clone.

Returns:
An instance of TestSuiteConfig.
See Also:
Object.clone()

hashCode

public int hashCode()

equals

public boolean equals(java.lang.Object obj)
Implementation of equals.

Parameters:
obj - An object to compare for equality.
Returns:
true when the objects have the same data in the same order.
See Also:
Object.equals(java.lang.Object)

getDescription

public java.lang.String getDescription()
Access description property.

Returns:
Returns the description.

setDescription

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

Parameters:
description - The description to set.

getName

public java.lang.String getName()
Access name property.

Returns:
Returns the name.

setName

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

Parameters:
name - The name to set.

getTests

public java.util.Map getTests()
Access tests property.

Returns:
Returns the tests.

setTests

public void setTests(java.util.Map tests)
Set tests to tests.

Parameters:
tests - The tests to set.