com.dotmarketing.plugin.model
Class Plugin
java.lang.Object
com.dotmarketing.plugin.model.Plugin
- All Implemented Interfaces:
- java.io.Serializable
public class Plugin
- extends java.lang.Object
- implements java.io.Serializable
- Since:
- 1.6.5b
A simple POJO for dotCMS plugins
- Author:
- Jason Tesser
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Plugin
public Plugin()
getId
public java.lang.String getId()
- Returns:
- the id
setId
public void setId(java.lang.String id)
- Parameters:
id - the id to set
getPluginName
public java.lang.String getPluginName()
- Returns:
- the pluginName
setPluginName
public void setPluginName(java.lang.String pluginName)
- Parameters:
pluginName - the pluginName to set
getPluginVersion
public java.lang.String getPluginVersion()
- Returns:
- the pluginVersion
setPluginVersion
public void setPluginVersion(java.lang.String pluginVersion)
- Parameters:
pluginVersion - the pluginVersion to set
getAuthor
public java.lang.String getAuthor()
- Returns:
- the author
setAuthor
public void setAuthor(java.lang.String author)
- Parameters:
author - the author to set
getFirstDeployedDate
public java.util.Date getFirstDeployedDate()
- Returns:
- the firstDeployedDate
setFirstDeployedDate
public void setFirstDeployedDate(java.util.Date firstDeployedDate)
- Parameters:
firstDeployedDate - the firstDeployedDate to set
getLastDeployedDate
public java.util.Date getLastDeployedDate()
- Returns:
- the lastDeployedDate
setLastDeployedDate
public void setLastDeployedDate(java.util.Date lastDeployedDate)
- Parameters:
lastDeployedDate - the lastDeployedDate to set
Copyright © 2010 dotCMS Inc. All Rights Reserved.