Package com.soffid.iam.model
Class AgentDescriptorEntity
- java.lang.Object
-
- com.soffid.iam.model.AgentDescriptorEntity
-
- Direct Known Subclasses:
AgentDescriptorEntityImpl
public abstract class AgentDescriptorEntity extends Object
Entity AgentDescriptorEntity
-
-
Constructor Summary
Constructors Constructor Description AgentDescriptorEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object object)
Returnstrue
if the argument is an AgentDescriptorEntity instance and all identifiers for this entity equal the identifiers of the argument entity.String
getClassName()
Gets value for attribute classNameCollection<DefaultObjectMappingEntity>
getDefaultObjectMappings()
Gets value for attribute defaultObjectMappingsString
getDescription()
Gets value for attribute descriptionBoolean
getEnableObjectTriggers()
Gets value for attribute enableObjectTriggersLong
getId()
Gets value for attribute idServerPluginModuleEntity
getModule()
Gets value for attribute moduleServerPluginEntity
getPlugin()
Gets value for attribute pluginBoolean
getService()
Gets value for attribute servicebyte[]
getUserInterface()
Gets value for attribute userInterfaceint
hashCode()
Returns a hash code based on this entity's identifiers.boolean
isAuthoritativeSource()
Gets value for attribute authoritativeSourceboolean
isEnableAccessControl()
Gets value for attribute enableAccessControlboolean
isEnableAttributeMapping()
Gets value for attribute enableAttributeMappingvoid
setAuthoritativeSource(boolean authoritativeSource)
Sets value for attribute authoritativeSourcevoid
setClassName(String className)
Sets value for attribute classNamevoid
setDefaultObjectMappings(Collection<DefaultObjectMappingEntity> defaultObjectMappings)
Sets value for attribute defaultObjectMappingsvoid
setDescription(String description)
Sets value for attribute descriptionvoid
setEnableAccessControl(boolean enableAccessControl)
Sets value for attribute enableAccessControlvoid
setEnableAttributeMapping(boolean enableAttributeMapping)
Sets value for attribute enableAttributeMappingvoid
setEnableObjectTriggers(Boolean enableObjectTriggers)
Sets value for attribute enableObjectTriggersvoid
setId(Long id)
Sets value for attribute idvoid
setModule(ServerPluginModuleEntity module)
Sets value for attribute modulevoid
setPlugin(ServerPluginEntity plugin)
Sets value for attribute pluginvoid
setService(Boolean service)
Sets value for attribute servicevoid
setUserInterface(byte[] userInterface)
Sets value for attribute userInterface
-
-
-
Method Detail
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getDescription
public String getDescription()
Gets value for attribute description
-
setDescription
public void setDescription(String description)
Sets value for attribute description
-
getClassName
public String getClassName()
Gets value for attribute className
-
setClassName
public void setClassName(String className)
Sets value for attribute className
-
getUserInterface
public byte[] getUserInterface()
Gets value for attribute userInterface
-
setUserInterface
public void setUserInterface(byte[] userInterface)
Sets value for attribute userInterface
-
getPlugin
public ServerPluginEntity getPlugin()
Gets value for attribute plugin
-
setPlugin
public void setPlugin(ServerPluginEntity plugin)
Sets value for attribute plugin
-
isEnableAccessControl
public boolean isEnableAccessControl()
Gets value for attribute enableAccessControl
-
setEnableAccessControl
public void setEnableAccessControl(boolean enableAccessControl)
Sets value for attribute enableAccessControl
-
getModule
public ServerPluginModuleEntity getModule()
Gets value for attribute module
-
setModule
public void setModule(ServerPluginModuleEntity module)
Sets value for attribute module
-
isAuthoritativeSource
public boolean isAuthoritativeSource()
Gets value for attribute authoritativeSource
-
setAuthoritativeSource
public void setAuthoritativeSource(boolean authoritativeSource)
Sets value for attribute authoritativeSource
-
isEnableAttributeMapping
public boolean isEnableAttributeMapping()
Gets value for attribute enableAttributeMapping
-
setEnableAttributeMapping
public void setEnableAttributeMapping(boolean enableAttributeMapping)
Sets value for attribute enableAttributeMapping
-
getEnableObjectTriggers
public Boolean getEnableObjectTriggers()
Gets value for attribute enableObjectTriggers
-
setEnableObjectTriggers
public void setEnableObjectTriggers(Boolean enableObjectTriggers)
Sets value for attribute enableObjectTriggers
-
getService
public Boolean getService()
Gets value for attribute service
-
setService
public void setService(Boolean service)
Sets value for attribute service
-
getDefaultObjectMappings
public Collection<DefaultObjectMappingEntity> getDefaultObjectMappings()
Gets value for attribute defaultObjectMappings
-
setDefaultObjectMappings
public void setDefaultObjectMappings(Collection<DefaultObjectMappingEntity> defaultObjectMappings)
Sets value for attribute defaultObjectMappings
-
equals
public boolean equals(Object object)
Returnstrue
if the argument is an AgentDescriptorEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalse
otherwise.
-
-