Class AgentDescriptor

java.lang.Object
com.soffid.iam.base.api.AgentDescriptor
All Implemented Interfaces:
Serializable

public class AgentDescriptor extends Object implements Serializable
ValueObject AgentDescriptor
See Also:
  • Constructor Details

    • AgentDescriptor

      public AgentDescriptor()
    • AgentDescriptor

      public AgentDescriptor(Long id, String description, String className, byte[] userInterface, boolean enableAccessControl, boolean authoritativeSource, boolean enableAttributeMapping, boolean enableObjectTriggers, boolean service, List<AgentProperty> properties)
    • AgentDescriptor

      public AgentDescriptor(Long id, String description, String className, byte[] userInterface, boolean enableAccessControl, boolean authoritativeSource, boolean enableAttributeMapping, boolean enableObjectTriggers, boolean service)
    • AgentDescriptor

      public AgentDescriptor(AgentDescriptor otherBean)
  • Method Details

    • 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
    • isEnableAccessControl

      public boolean isEnableAccessControl()
      Gets value for attribute enableAccessControl
    • setEnableAccessControl

      public void setEnableAccessControl(boolean enableAccessControl)
      Sets value for attribute enableAccessControl
    • 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
    • isEnableObjectTriggers

      public boolean isEnableObjectTriggers()
      Gets value for attribute enableObjectTriggers
    • setEnableObjectTriggers

      public void setEnableObjectTriggers(boolean enableObjectTriggers)
      Sets value for attribute enableObjectTriggers
    • isService

      public boolean isService()
      Gets value for attribute service
    • setService

      public void setService(boolean service)
      Sets value for attribute service
    • getProperties

      public List<AgentProperty> getProperties()
      Gets value for attribute properties
    • setProperties

      public void setProperties(List<AgentProperty> properties)
      Sets value for attribute properties
    • toString

      public String toString()
      Returns a string representation of the value object.
      Overrides:
      toString in class Object