public class CmsContentLoadCollectorInfo extends java.lang.Object implements I_CmsContentLoadCollectorInfo
Constructor and Description |
---|
CmsContentLoadCollectorInfo()
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCollectorClass()
Returns the fully qualified class name of the used collector.
|
java.lang.String |
getCollectorName()
Returns the collector name.
|
java.lang.String |
getCollectorParams()
Returns the collectorParams.
|
java.lang.String |
getId()
Returns the id.
|
void |
setCollectorClass(java.lang.String className)
Sets the class name to identify the collector implementation.
|
void |
setCollectorName(java.lang.String collectorName)
Sets the collectorName.
|
void |
setCollectorParams(java.lang.String collectorParams)
Sets the collectorParams.
|
void |
setId(java.lang.String id)
Sets the id.
|
public CmsContentLoadCollectorInfo()
public java.lang.String getCollectorClass()
I_CmsContentLoadCollectorInfo
getCollectorClass
in interface I_CmsContentLoadCollectorInfo
I_CmsContentLoadCollectorInfo.getCollectorClass()
public java.lang.String getCollectorName()
I_CmsContentLoadCollectorInfo
getCollectorName
in interface I_CmsContentLoadCollectorInfo
I_CmsContentLoadCollectorInfo.getCollectorName()
public java.lang.String getCollectorParams()
I_CmsContentLoadCollectorInfo
getCollectorParams
in interface I_CmsContentLoadCollectorInfo
I_CmsContentLoadCollectorInfo.getCollectorParams()
public java.lang.String getId()
getId
in interface I_CmsContentLoadCollectorInfo
public void setCollectorClass(java.lang.String className)
I_CmsContentLoadCollectorInfo
setCollectorClass
in interface I_CmsContentLoadCollectorInfo
className
- the fully qualified class name.I_CmsContentLoadCollectorInfo.setCollectorClass(java.lang.String)
public void setCollectorName(java.lang.String collectorName)
I_CmsContentLoadCollectorInfo
setCollectorName
in interface I_CmsContentLoadCollectorInfo
collectorName
- the collectorName to setI_CmsContentLoadCollectorInfo.setCollectorName(java.lang.String)
public void setCollectorParams(java.lang.String collectorParams)
I_CmsContentLoadCollectorInfo
setCollectorParams
in interface I_CmsContentLoadCollectorInfo
collectorParams
- the collectorParams to setI_CmsContentLoadCollectorInfo.setCollectorParams(java.lang.String)
public void setId(java.lang.String id)
setId
in interface I_CmsContentLoadCollectorInfo
id
- the id to set