org.ow2.jasmine.probe
Class JasmineCollectorInfo

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

public class JasmineCollectorInfo
extends Object

Information about this Inidcator type (the Collector)

Author:
durieuxp

Constructor Summary
JasmineCollectorInfo()
          Empty constructor
 
Method Summary
 String getLongDesc()
           
 List<JasminePropertyInfo> getPropertyInfos()
           
 String getShortDesc()
           
 String getSourceDesc()
           
 int getSourceMax()
           
 int getSourceMin()
           
 String getType()
           
 void setLongDesc(String longDesc)
           
 void setPropertyInfos(List<JasminePropertyInfo> propertyInfos)
           
 void setShortDesc(String shortDesc)
           
 void setSourceDesc(String sourceDesc)
           
 void setSourceMax(int sourceMax)
           
 void setSourceMin(int sourceMin)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JasmineCollectorInfo

public JasmineCollectorInfo()
Empty constructor

Method Detail

getType

public String getType()

setType

public void setType(String type)

getShortDesc

public String getShortDesc()

setShortDesc

public void setShortDesc(String shortDesc)

getLongDesc

public String getLongDesc()

setLongDesc

public void setLongDesc(String longDesc)

getSourceDesc

public String getSourceDesc()

setSourceDesc

public void setSourceDesc(String sourceDesc)

getSourceMin

public int getSourceMin()

setSourceMin

public void setSourceMin(int sourceMin)

getSourceMax

public int getSourceMax()

setSourceMax

public void setSourceMax(int sourceMax)

getPropertyInfos

public List<JasminePropertyInfo> getPropertyInfos()

setPropertyInfos

public void setPropertyInfos(List<JasminePropertyInfo> propertyInfos)


Copyright © 2013 OW2 Consortium. All Rights Reserved.