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

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

public class ProbeIndicator
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  String name
           
protected  int scale
           
protected  String type
           
 
Constructor Summary
ProbeIndicator()
           
 
Method Summary
 String getName()
           
 List<String> getProperties()
           
 int getScale()
           
 List<String> getSources()
           
 String getType()
           
 void setName(String id)
           
 void setProperties(List<String> properties)
           
 void setScale(int scale)
           
 void setSources(List<String> sources)
           
 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

scale

protected int scale
Constructor Detail

ProbeIndicator

public ProbeIndicator()
Method Detail

getName

public String getName()

setName

public void setName(String id)

getType

public String getType()

setType

public void setType(String type)

getScale

public int getScale()

setScale

public void setScale(int scale)

getProperties

public List<String> getProperties()

setProperties

public void setProperties(List<String> properties)

getSources

public List<String> getSources()

setSources

public void setSources(List<String> sources)


Copyright © 2013 OW2 Consortium. All Rights Reserved.