org.ow2.jasmine.monitoring.eos.probemanager.service
Class ProbeOutput

java.lang.Object
  extended by org.ow2.jasmine.monitoring.eos.probemanager.service.ProbeOutput
All Implemented Interfaces:
Serializable

public class ProbeOutput
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  String name
           
protected  String type
           
 
Constructor Summary
ProbeOutput()
           
 
Method Summary
 String getJasmineURI()
           
 String getName()
           
 List<String> getProperties()
           
 String getType()
           
 void setName(String id)
           
 void setProperties(List<String> properties)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

type

protected String type
Constructor Detail

ProbeOutput

public ProbeOutput()
Method Detail

getName

public String getName()

setName

public void setName(String id)

getType

public String getType()

setType

public void setType(String type)

getProperties

public List<String> getProperties()

setProperties

public void setProperties(List<String> properties)

getJasmineURI

public String getJasmineURI()


Copyright © 2013 OW2 Consortium. All Rights Reserved.