org.ow2.jasmine.probe
Class JasmineOutput

java.lang.Object
  extended by org.ow2.jasmine.probe.JasmineOutput

public class JasmineOutput
extends Object

Used to define OUTPUT arguments for a JASMINe probes.

Author:
durieuxp

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

JasmineOutput

public JasmineOutput()
Method Detail

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()
Build a full description of this object.

Overrides:
toString in class Object
Returns:
string representation of the object.

toLine

public String toLine()
Build a single line description of this object.

Returns:


Copyright © 2013 OW2 Consortium. All Rights Reserved.