|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.probe.JasmineOutput
public class JasmineOutput
Used to define OUTPUT arguments for a JASMINe probes.
| Constructor Summary | |
|---|---|
JasmineOutput()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Indicates whether some other object is "equal to" this one. |
String |
getName()
|
Map<String,String> |
getProperties()
|
String |
getType()
|
int |
hashCode()
Returns a hash code value for the object. |
void |
setName(String name)
|
void |
setProperties(Map<String,String> properties)
|
void |
setType(String type)
|
String |
toLine()
Build a single line description of this object. |
String |
toString()
Build a full description of this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JasmineOutput()
| Method Detail |
|---|
public Map<String,String> getProperties()
public void setProperties(Map<String,String> properties)
public String getName()
public void setName(String name)
public String getType()
public void setType(String type)
public boolean equals(Object obj)
equals in class Objectobj - The other object to compare
public int hashCode()
hashCode in class Objectpublic String toString()
toString in class Objectpublic String toLine()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||