public class TestDTO extends Object
Description of TestConfig ...
Constructor and Description |
---|
TestDTO()
TestConfig constructor.
|
TestDTO(TestDTO t)
TestConfig constructor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public TestDTO()
Does nothing
public TestDTO(TestDTO t)
Creates a copy from the TestConfig specified.
t
- the data to copypublic Object clone()
clone
in class Object
Object.clone()
public boolean equals(Object obj)
equals
in class Object
obj
- Object.equals(java.lang.Object)
public int hashCode()
hashCode
in class Object
Object.hashCode()
public Map getArgs()
public void setArgs(Map args)
args
- The args to set.public String getDescription()
public void setDescription(String description)
description
- The description to set.public String getName()
public void setName(String name)
name
- The name to set.public PlugInDTO getPlugIn()
public void setPlugIn(PlugInDTO plugIn)
plugIn
- The plugIn to set.Copyright © 1996–2019 Geotools. All rights reserved.