public class PluginConfigurationData extends AnnotatedData implements RegisteredData
PluginConfiguration
,
Developer documentation: Plug-ins, jobs and job agentsModifier and Type | Field and Description |
---|---|
private Map<VersionedParameter,ParameterValueData<?>> |
configurationValues |
private Date |
entryDate |
private int |
parameterVersion |
private PluginDefinitionData |
pluginDefinition |
MAX_DESCRIPTION_LENGTH, MAX_NAME_LENGTH
Constructor and Description |
---|
PluginConfigurationData() |
Modifier and Type | Method and Description |
---|---|
Map<VersionedParameter,ParameterValueData<?>> |
getConfigurationValues()
Used by Hibernate to link with configuration values.
|
Date |
getEntryDate()
Get the date this item was added to the database.
|
int |
getParameterVersion()
Get the current/latest parameter version.
|
PluginDefinitionData |
getPluginDefinition()
Get the plugin definition for this configuration.
|
(package private) void |
setConfigurationValues(Map<VersionedParameter,ParameterValueData<?>> configurationValues) |
void |
setEntryDate(Date entryDate) |
void |
setParameterVersion(int parameterVersion) |
void |
setPluginDefinition(PluginDefinitionData pd) |
getAnnotations, getAnnotationSet, setAnnotations, setAnnotationSet
getDescription, getName, isRemoved, setDescription, setName, setRemoved
getItemKey, getProjectKey, setItemKey, setProjectKey
equals, getId, getVersion, hashCode, setId, setVersion, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getId, getVersion
getOwner, setOwner
private Date entryDate
private PluginDefinitionData pluginDefinition
private int parameterVersion
private Map<VersionedParameter,ParameterValueData<?>> configurationValues
public Date getEntryDate()
RegisteredData
getEntryDate
in interface RegisteredData
public void setEntryDate(Date entryDate)
public PluginDefinitionData getPluginDefinition()
PluginDefinition
object.public void setPluginDefinition(PluginDefinitionData pd)
public int getParameterVersion()
public void setParameterVersion(int parameterVersion)
public Map<VersionedParameter,ParameterValueData<?>> getConfigurationValues()
void setConfigurationValues(Map<VersionedParameter,ParameterValueData<?>> configurationValues)