Class AgentDescriptorEntity

    • Constructor Detail

      • AgentDescriptorEntity

        public AgentDescriptorEntity()
    • 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
      • 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
      • 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
      • equals

        public boolean equals​(Object object)
        Returns true if the argument is an AgentDescriptorEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returns false otherwise.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Returns a hash code based on this entity's identifiers.
        Overrides:
        hashCode in class Object