Package org.opencms.gwt.shared
Interface I_CmsContentLoadCollectorInfo
- All Known Implementing Classes:
CmsContentLoadCollectorInfo
public interface I_CmsContentLoadCollectorInfo
Interface defining the data used to call a content collector.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the fully qualified class name of the used collector.Returns the collector name.Returns the collectorParams.getId()
Gets the id.void
setCollectorClass
(String className) Sets the class name to identify the collector implementation.void
setCollectorName
(String collectorName) Sets the collectorName.void
setCollectorParams
(String collectorParams) Sets the collectorParams.void
Sets the id.
-
Method Details
-
getCollectorName
Returns the collector name.- Returns:
- the collector name
-
getCollectorParams
Returns the collectorParams.- Returns:
- the collectorParams
-
setCollectorName
Sets the collectorName.- Parameters:
collectorName
- the collectorName to set
-
setCollectorParams
Sets the collectorParams.- Parameters:
collectorParams
- the collectorParams to set
-
getCollectorClass
Returns the fully qualified class name of the used collector. It has to be specified only if the collector name is not set.- Returns:
- the fully qualified class name of the used collector.
-
getId
Gets the id.- Returns:
- the id
-
setCollectorClass
Sets the class name to identify the collector implementation.- Parameters:
className
- the fully qualified class name.
-
setId
Sets the id.- Parameters:
id
- the id
-