Package com.priint.pubserver.model
Class Plugin
java.lang.Object
com.priint.pubserver.model.Plugin
- Entity Class to make meta data of a single plug-in persistent
- Since:
- 4.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetTags()getType()voidsetActive(boolean value) voidsetDescription(String value) voidsetMappedName(String value) voidsetPluginLibUID(String value) voidvoidvoidsetVersion(String value) toString()
-
Constructor Details
-
Plugin
public Plugin()
-
-
Method Details
-
getPluginLibUID
- Returns:
- id of library containing the plug-in
-
setPluginLibUID
- Parameters:
value- id of library containing the plug-in
-
getMappedName
- Returns:
- (id, i.e. EJB mapped name of plug-in)
-
setMappedName
- Parameters:
value- (id, i.e. EJB mapped name of plug-in)
-
getVersion
- Returns:
- Version of the plug-in. Possibly inherited from library.
-
setVersion
- Parameters:
value- Version of the plug-in. Possibly inherited from library.
-
getDescription
- Returns:
- description of plug-in
-
setDescription
- 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
- Parameters:
type-
-
getTags
- Returns:
- tags of plug-in
-
setTags
- Parameters:
tags-
-
toString
-