|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.validation.dto.TestSuiteDTO
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 |
public TestSuiteDTO()
Does nothing
public TestSuiteDTO(TestSuiteDTO ts)
Creates a copy of the TestSuiteConfig passed in.
ts
- The Test Suite to copyMethod Detail |
public java.lang.Object clone()
Object.clone()
public int hashCode()
public boolean equals(java.lang.Object obj)
obj
- An object to compare for equality.
Object.equals(java.lang.Object)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- The description to set.public java.lang.String getName()
public void setName(java.lang.String name)
name
- The name to set.public java.util.Map getTests()
public void setTests(java.util.Map tests)
tests
- The tests to set.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |