Class AgentDescriptorWorkflow

    • Constructor Detail

      • AgentDescriptorWorkflow

        public AgentDescriptorWorkflow()
      • AgentDescriptorWorkflow

        public AgentDescriptorWorkflow​(String name,
                                       byte[] image)
    • Method Detail

      • getName

        public String getName()
        Gets value for attribute name
      • setName

        public void setName​(String name)
        Sets value for attribute name
      • getImage

        public byte[] getImage()
        Gets value for attribute image
      • setImage

        public void setImage​(byte[] image)
        Sets value for attribute image
      • toString

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