Package com.soffid.iam.base.api
Class ServerPlugin
java.lang.Object
com.soffid.iam.base.api.ServerPlugin
- All Implemented Interfaces:
Serializable
ValueObject ServerPlugin
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionServerPlugin(ServerPlugin otherBean) ServerPlugin(Long id, String version, String name, boolean enabled) ServerPlugin(Long id, String version, String name, boolean enabled, String author, Date deployed, Collection<ServerPluginModule> modules) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute authorGets value for attribute deployedgetId()Gets value for attribute idGets value for attribute modulesgetName()Gets value for attribute nameGets value for attribute versionbooleanGets value for attribute enabledvoidSets value for attribute authorvoidsetDeployed(Date deployed) Sets value for attribute deployedvoidsetEnabled(boolean enabled) Sets value for attribute enabledvoidSets value for attribute idvoidsetModules(Collection<ServerPluginModule> modules) Sets value for attribute modulesvoidSets value for attribute namevoidsetVersion(String version) Sets value for attribute versiontoString()Returns a string representation of the value object.
-
Constructor Details
-
ServerPlugin
public ServerPlugin() -
ServerPlugin
public ServerPlugin(Long id, String version, String name, boolean enabled, String author, Date deployed, Collection<ServerPluginModule> modules) -
ServerPlugin
-
ServerPlugin
-
-
Method Details
-
getId
Gets value for attribute id -
setId
Sets value for attribute id -
getVersion
Gets value for attribute version -
setVersion
Sets value for attribute version -
getName
Gets value for attribute name -
setName
Sets value for attribute name -
isEnabled
public boolean isEnabled()Gets value for attribute enabled -
setEnabled
public void setEnabled(boolean enabled) Sets value for attribute enabled -
getAuthor
Gets value for attribute author -
setAuthor
Sets value for attribute author -
getDeployed
Gets value for attribute deployed -
setDeployed
Sets value for attribute deployed -
getModules
Gets value for attribute modules -
setModules
Sets value for attribute modules -
toString
Returns a string representation of the value object.
-