Package org.nuxeo.ecm.quota
Class QuotaStatsUpdaterDescriptor
- java.lang.Object
-
- org.nuxeo.ecm.quota.QuotaStatsUpdaterDescriptor
-
public class QuotaStatsUpdaterDescriptor extends Object
Descriptor object for registeringQuotaStatsUpdaters.- Since:
- 5.5
- Author:
- Thomas Roger
-
-
Field Summary
Fields Modifier and Type Field Description protected StringdescriptionLabelprotected booleanenabledprotected Stringlabelprotected Stringnameprotected Class<? extends QuotaStatsUpdater>quotaStatsUpdaterClass
-
Constructor Summary
Constructors Constructor Description QuotaStatsUpdaterDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QuotaStatsUpdaterDescriptorclone()StringgetDescriptionLabel()StringgetLabel()StringgetName()Class<? extends QuotaStatsUpdater>getQuotaStatsUpdaterClass()booleanisEnabled()voidsetDescriptionLabel(String descriptionLabel)voidsetEnabled(boolean enabled)voidsetLabel(String label)voidsetName(String name)voidsetQuotaStatsUpdaterClass(Class<? extends QuotaStatsUpdater> quotaStatsUpdaterClass)
-
-
-
Field Detail
-
enabled
protected boolean enabled
-
quotaStatsUpdaterClass
protected Class<? extends QuotaStatsUpdater> quotaStatsUpdaterClass
-
descriptionLabel
protected String descriptionLabel
-
-
Constructor Detail
-
QuotaStatsUpdaterDescriptor
public QuotaStatsUpdaterDescriptor()
-
-
Method Detail
-
isEnabled
public boolean isEnabled()
-
setEnabled
public void setEnabled(boolean enabled)
-
getQuotaStatsUpdaterClass
public Class<? extends QuotaStatsUpdater> getQuotaStatsUpdaterClass()
-
setQuotaStatsUpdaterClass
public void setQuotaStatsUpdaterClass(Class<? extends QuotaStatsUpdater> quotaStatsUpdaterClass)
-
getDescriptionLabel
public String getDescriptionLabel()
-
setDescriptionLabel
public void setDescriptionLabel(String descriptionLabel)
-
clone
public QuotaStatsUpdaterDescriptor clone()
-
-