org.ow2.jasmine.probe
Class JasmineOutput
java.lang.Object
org.ow2.jasmine.probe.JasmineOutput
public class JasmineOutput
- extends Object
Used to define OUTPUT arguments for a JASMINe probes.
- Author:
- durieuxp
JasmineOutput
public JasmineOutput()
getProperties
public Map<String,String> getProperties()
setProperties
public void setProperties(Map<String,String> properties)
getName
public String getName()
setName
public void setName(String name)
getType
public String getType()
setType
public void setType(String type)
equals
public boolean equals(Object obj)
- Indicates whether some other object is "equal to" this one.
- Overrides:
equals in class Object
- Parameters:
obj - The other object to compare
- Returns:
- true if both objects are the same.
hashCode
public int hashCode()
- Returns a hash code value for the object.
- Overrides:
hashCode in class Object
- Returns:
- hashcode value
toString
public String toString()
- Overrides:
toString in class Object
- Returns:
- string representation of the object.
Copyright © 2011 OW2 Consortium. All Rights Reserved.