org.ow2.jasmine.probe
Class JasmineObject

java.lang.Object
  extended by 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.
 
Constructor Summary
protected JasmineObject()
           
 
Method Summary
 String getName()
           
 Map<String,String> getProperties()
           
 String getType()
           
 void setName(String name)
           
 void setProperties(Map<String,String> properties)
           
 void setType(String type)
           
abstract  String toLine()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

Constructor Detail

JasmineObject

protected JasmineObject()
Method Detail

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.