org.openbp.jaspira.plugin
Class PluginProfile

java.lang.Object
  extended by org.openbp.jaspira.plugin.PluginProfile

public class PluginProfile
extends java.lang.Object

Plugin profile.


Constructor Summary
PluginProfile()
          Default constructor.
 
Method Summary
 java.lang.String getClassName()
          Gets the plugin class name.
 java.lang.String getCondition()
          Gets the conditional expression that determines if the plugin should be active.
 java.lang.String getDescription()
          Gets the description.
 java.lang.String getName()
          Gets the plugin name.
 java.lang.String getTitle()
          Gets the plugin title.
 java.lang.String getVendor()
          Gets the plugin vendor.
 java.lang.String getVersion()
          Gets the plugin version.
 void setClassName(java.lang.String className)
          Sets the plugin class name.
 void setCondition(java.lang.String condition)
          Sets the conditional expression that determines if the plugin should be active.
 void setDescription(java.lang.String description)
          Sets the description.
 void setName(java.lang.String name)
          Sets the plugin name.
 void setTitle(java.lang.String title)
          Sets the plugin title.
 void setVendor(java.lang.String vendor)
          Sets the plugin vendor.
 void setVersion(java.lang.String version)
          Sets the plugin version.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginProfile

public PluginProfile()
Default constructor.

Method Detail

getClassName

public java.lang.String getClassName()
Gets the plugin class name.


setClassName

public void setClassName(java.lang.String className)
Sets the plugin class name.


getName

public java.lang.String getName()
Gets the plugin name.


setName

public void setName(java.lang.String name)
Sets the plugin name.


getTitle

public java.lang.String getTitle()
Gets the plugin title.


setTitle

public void setTitle(java.lang.String title)
Sets the plugin title.


getDescription

public java.lang.String getDescription()
Gets the description.


setDescription

public void setDescription(java.lang.String description)
Sets the description.


getVendor

public java.lang.String getVendor()
Gets the plugin vendor.


setVendor

public void setVendor(java.lang.String vendor)
Sets the plugin vendor.


getVersion

public java.lang.String getVersion()
Gets the plugin version.


setVersion

public void setVersion(java.lang.String version)
Sets the plugin version.


getCondition

public java.lang.String getCondition()
Gets the conditional expression that determines if the plugin should be active.


setCondition

public void setCondition(java.lang.String condition)
Sets the conditional expression that determines if the plugin should be active.



Copyright © 2011. All Rights Reserved.