com.dotmarketing.plugin.model
Class Plugin

java.lang.Object
  extended by 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

Constructor Summary
Plugin()
           
 
Method Summary
 java.lang.String getAuthor()
           
 java.util.Date getFirstDeployedDate()
           
 java.lang.String getId()
           
 java.util.Date getLastDeployedDate()
           
 java.lang.String getPluginName()
           
 java.lang.String getPluginVersion()
           
 void setAuthor(java.lang.String author)
           
 void setFirstDeployedDate(java.util.Date firstDeployedDate)
           
 void setId(java.lang.String id)
           
 void setLastDeployedDate(java.util.Date lastDeployedDate)
           
 void setPluginName(java.lang.String pluginName)
           
 void setPluginVersion(java.lang.String pluginVersion)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Plugin

public Plugin()
Method Detail

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.