org.ow2.jasmine.probe
Class JasmineCollectorInfo
java.lang.Object
org.ow2.jasmine.probe.JasmineCollectorInfo
public class JasmineCollectorInfo
- extends Object
Information about this Inidcator type (the Collector)
- Author:
- durieuxp
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JasmineCollectorInfo
public JasmineCollectorInfo()
- Empty constructor
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.