org.ow2.jasmine.probe
Class JasmineOutput

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

public class JasmineOutput
extends java.lang.Object

Used to define OUTPUT arguments for a JASMINe probes.

Author:
durieuxp

Constructor Summary
JasmineOutput()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Indicates whether some other object is "equal to" this one.
 java.lang.String getName()
           
 java.util.Map<java.lang.String,java.lang.String> getProperties()
           
 java.lang.String getType()
           
 int hashCode()
          Returns a hash code value for the object.
 void setName(java.lang.String name)
           
 void setProperties(java.util.Map<java.lang.String,java.lang.String> properties)
           
 void setType(java.lang.String type)
           
 java.lang.String toLine()
          Build a single line description of this object.
 java.lang.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 java.util.Map<java.lang.String,java.lang.String> getProperties()

setProperties

public void setProperties(java.util.Map<java.lang.String,java.lang.String> properties)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getType

public java.lang.String getType()

setType

public void setType(java.lang.String type)

equals

public boolean equals(java.lang.Object obj)
Indicates whether some other object is "equal to" this one.

Overrides:
equals in class java.lang.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 java.lang.Object
Returns:
hashcode value

toString

public java.lang.String toString()
Build a full description of this object.

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

toLine

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

Returns:


Copyright © 2011 OW2 Consortium. All Rights Reserved.