Class PamActionEntity

    • Constructor Detail

      • PamActionEntity

        public PamActionEntity()
    • Method Detail

      • getId

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

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

        public PamPolicyEntity getPolicy()
        Gets value for attribute policy
      • setPolicy

        public void setPolicy​(PamPolicyEntity policy)
        Sets value for attribute policy
      • getRule

        public PamRuleEntity getRule()
        Gets value for attribute rule
      • setRule

        public void setRule​(PamRuleEntity rule)
        Sets value for attribute rule
      • getAuthor

        public String getAuthor()
        Gets value for attribute author
      • setAuthor

        public void setAuthor​(String author)
        Sets value for attribute author
      • getDate

        public Date getDate()
        Gets value for attribute date
      • setDate

        public void setDate​(Date date)
        Sets value for attribute date
      • getType

        public com.soffid.iam.model.PamActionType getType()
        Gets value for attribute type
      • setType

        public void setType​(com.soffid.iam.model.PamActionType type)
        Sets value for attribute type
      • 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 PamActionEntity 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