Class IssuePolicyEntity

    • Constructor Detail

      • IssuePolicyEntity

        public IssuePolicyEntity()
    • 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
      • getStatus

        public com.soffid.iam.api.IssuePolicyStatus getStatus()
        Gets value for attribute status
      • setStatus

        public void setStatus​(com.soffid.iam.api.IssuePolicyStatus status)
        Sets value for attribute status
      • 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
      • getTenant

        public TenantEntity getTenant()
        Gets value for attribute tenant
      • setTenant

        public void setTenant​(TenantEntity tenant)
        Sets value for attribute tenant
      • equals

        public boolean equals​(Object object)
        Returns true if the argument is an IssuePolicyEntity 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