org.ow2.jasmine.probe
Class JasmineObject
java.lang.Object
org.ow2.jasmine.probe.JasmineObject
- Direct Known Subclasses:
- JasmineIndicator, JasmineOutput, JasmineTarget
public abstract class JasmineObject
- extends Object
Abstract class derived by all Jasmine objects:
indicators, outputs, targets.
- Author:
- durieuxp
|
Field Summary |
protected String |
name
identifier
can be provided by the user or generated. |
protected Map<String,String> |
properties
Type specific parameters |
protected String |
type
type of Object: should identify the Service to be used. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected String name
- identifier
can be provided by the user or generated.
type
protected String type
- type of Object: should identify the Service to be used.
properties
protected Map<String,String> properties
- Type specific parameters
JasmineObject
protected JasmineObject()
getName
public String getName()
setName
public void setName(String name)
getType
public String getType()
setType
public void setType(String type)
getProperties
public Map<String,String> getProperties()
setProperties
public void setProperties(Map<String,String> properties)
toLine
public abstract String toLine()
Copyright © 2013 OW2 Consortium. All Rights Reserved.