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 boolean
equals(Object object)
Returnstrue
if 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 contentsLong
getId()
Gets value for attribute idString
getInitClass()
Gets value for attribute initClassString
getName()
Gets value for attribute nameServerPluginEntity
getPlugin()
Gets value for attribute pluginString
getResourceName()
Gets value for attribute resourceNamees.caib.seycon.ng.comu.ServerPluginModuleType
getType()
Gets value for attribute typeint
hashCode()
Returns a hash code based on this entity's identifiers.void
setAgents(Collection<AgentDescriptorEntity> agents)
Sets value for attribute agentsvoid
setContents(byte[] contents)
Sets value for attribute contentsvoid
setId(Long id)
Sets value for attribute idvoid
setInitClass(String initClass)
Sets value for attribute initClassvoid
setName(String name)
Sets value for attribute namevoid
setPlugin(ServerPluginEntity plugin)
Sets value for attribute pluginvoid
setResourceName(String resourceName)
Sets value for attribute resourceNamevoid
setType(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)
Returnstrue
if the argument is an ServerPluginModuleEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalse
otherwise.
-
-