Class AgentDescriptor

    • Constructor Detail

      • AgentDescriptor

        public AgentDescriptor()
      • AgentDescriptor

        public AgentDescriptor​(Long id,
                               String description,
                               String className,
                               byte[] userInterface,
                               boolean enableAccessControl,
                               boolean authoritativeSource,
                               boolean enableAttributeMapping,
                               boolean enableObjectTriggers,
                               boolean service)
    • 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
      • 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
      • toString

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

        public static AgentDescriptor toAgentDescriptor​(AgentDescriptor vo)
        Creates a AgentDescriptor value object based on a AgentDescriptor object.
      • toAgentDescriptorArray

        public static AgentDescriptor[] toAgentDescriptorArray​(AgentDescriptor[] source)
        Creates a AgentDescriptor array on a AgentDescriptor array.
      • toAgentDescriptor

        public static void toAgentDescriptor​(AgentDescriptor source,
                                             AgentDescriptor target)
        Updates a AgentDescriptor value object based on a AgentDescriptor object.