Class IssuePolicy

    • Method Detail

      • getId

        public Long getId()
        Gets value for attribute id
      • setId

        public void setId​(Long id)
        Sets value for attribute id
      • getType

        public String getType()
        Gets value for attribute type
      • setType

        public void setType​(String type)
        Sets value for attribute type
      • getDescription

        public String getDescription()
        Gets value for attribute description
      • setDescription

        public void setDescription​(String description)
        Sets value for attribute description
      • getActor

        public String getActor()
        Gets value for attribute actor
      • setActor

        public void setActor​(String actor)
        Sets value for attribute actor
      • setStatus

        public void setStatus​(IssuePolicyStatus status)
        Sets value for attribute status
      • setActions

        public void setActions​(List<IssuePolicyAction> actions)
        Sets value for attribute actions
      • toString

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