Class SoDRuleEntity

  • Direct Known Subclasses:
    SoDRuleEntityImpl

    public abstract class SoDRuleEntity
    extends Object
    Entity SoDRuleEntity
    • Constructor Detail

      • SoDRuleEntity

        public SoDRuleEntity()
    • Method Detail

      • getId

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

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

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

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

        public es.caib.seycon.ng.comu.SoDRisk getRisk()
        Gets value for attribute risk
      • setRisk

        public void setRisk​(es.caib.seycon.ng.comu.SoDRisk risk)
        Sets value for attribute risk
      • getType

        public com.soffid.iam.api.SodRuleType getType()
        Gets value for attribute type
      • setType

        public void setType​(com.soffid.iam.api.SodRuleType type)
        Sets value for attribute type
      • getNumber

        public Integer getNumber()
        Gets value for attribute number
      • setNumber

        public void setNumber​(Integer number)
        Sets value for attribute number
      • setApplication

        public void setApplication​(InformationSystemEntity application)
        Sets value for attribute application
      • 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 SoDRuleEntity 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