|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectTestDTO
public class TestDTO
TestConfig purpose.
Description of TestConfig ...
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 |
---|
public TestDTO()
Does nothing
public TestDTO(TestDTO t)
Creates a copy from the TestConfig specified.
t
- the data to copyMethod Detail |
---|
public 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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |