Package com.soffid.iam.model
Class ServerPluginModuleEntity
- java.lang.Object
-
- com.soffid.iam.model.ServerPluginModuleEntity
-
- Direct Known Subclasses:
ServerPluginModuleEntityImpl
public abstract class ServerPluginModuleEntity extends Object
Entity ServerPluginModuleEntity
-
-
Constructor Summary
Constructors Constructor Description ServerPluginModuleEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)Returnstrueif the argument is an ServerPluginModuleEntity instance and all identifiers for this entity equal the identifiers of the argument entity.Collection<AgentDescriptorEntity>getAgents()Gets value for attribute agentsbyte[]getContents()Gets value for attribute contentsLonggetId()Gets value for attribute idStringgetInitClass()Gets value for attribute initClassStringgetName()Gets value for attribute nameServerPluginEntitygetPlugin()Gets value for attribute pluginStringgetResourceName()Gets value for attribute resourceNamees.caib.seycon.ng.comu.ServerPluginModuleTypegetType()Gets value for attribute typeinthashCode()Returns a hash code based on this entity's identifiers.voidsetAgents(Collection<AgentDescriptorEntity> agents)Sets value for attribute agentsvoidsetContents(byte[] contents)Sets value for attribute contentsvoidsetId(Long id)Sets value for attribute idvoidsetInitClass(String initClass)Sets value for attribute initClassvoidsetName(String name)Sets value for attribute namevoidsetPlugin(ServerPluginEntity plugin)Sets value for attribute pluginvoidsetResourceName(String resourceName)Sets value for attribute resourceNamevoidsetType(es.caib.seycon.ng.comu.ServerPluginModuleType type)Sets value for attribute type
-
-
-
Method Detail
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getName
public String getName()
Gets value for attribute name
-
setName
public void setName(String name)
Sets value for attribute name
-
getContents
public byte[] getContents()
Gets value for attribute contents
-
setContents
public void setContents(byte[] contents)
Sets value for attribute contents
-
getType
public es.caib.seycon.ng.comu.ServerPluginModuleType getType()
Gets value for attribute type
-
setType
public void setType(es.caib.seycon.ng.comu.ServerPluginModuleType type)
Sets value for attribute type
-
getPlugin
public ServerPluginEntity getPlugin()
Gets value for attribute plugin
-
setPlugin
public void setPlugin(ServerPluginEntity plugin)
Sets value for attribute plugin
-
getAgents
public Collection<AgentDescriptorEntity> getAgents()
Gets value for attribute agents
-
setAgents
public void setAgents(Collection<AgentDescriptorEntity> agents)
Sets value for attribute agents
-
getInitClass
public String getInitClass()
Gets value for attribute initClass
-
setInitClass
public void setInitClass(String initClass)
Sets value for attribute initClass
-
getResourceName
public String getResourceName()
Gets value for attribute resourceName
-
setResourceName
public void setResourceName(String resourceName)
Sets value for attribute resourceName
-
equals
public boolean equals(Object object)
Returnstrueif the argument is an ServerPluginModuleEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalseotherwise.
-
-