Class Plugin

java.lang.Object
com.priint.pubserver.model.Plugin

@Entity public class Plugin extends Object
- Entity Class to make meta data of a single plug-in persistent
Since:
4.0.0
  • Constructor Details

    • Plugin

      public Plugin()
  • Method Details

    • getPluginLibUID

      public String getPluginLibUID()
      Returns:
      id of library containing the plug-in
    • setPluginLibUID

      public void setPluginLibUID(String value)
      Parameters:
      value - id of library containing the plug-in
    • getMappedName

      public String getMappedName()
      Returns:
      (id, i.e. EJB mapped name of plug-in)
    • setMappedName

      public void setMappedName(String value)
      Parameters:
      value - (id, i.e. EJB mapped name of plug-in)
    • getVersion

      public String getVersion()
      Returns:
      Version of the plug-in. Possibly inherited from library.
    • setVersion

      public void setVersion(String value)
      Parameters:
      value - Version of the plug-in. Possibly inherited from library.
    • getDescription

      public String getDescription()
      Returns:
      description of plug-in
    • setDescription

      public void setDescription(String value)
      Parameters:
      value -
    • getActive

      public boolean getActive()
      Returns:
      true if active (i.e. deployed)
    • setActive

      public void setActive(boolean value)
      Parameters:
      value -
    • getType

      Returns:
      plug-in type
    • setType

      public void setType(PluginLibraryControl.PluginType type)
      Parameters:
      type -
    • getTags

      public String getTags()
      Returns:
      tags of plug-in
    • setTags

      public void setTags(String tags)
      Parameters:
      tags -
    • toString

      public String toString()
      Overrides:
      toString in class Object