Class CustomObjectRoleEntity

    • Constructor Detail

      • CustomObjectRoleEntity

        public CustomObjectRoleEntity()
    • Method Detail

      • getId

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

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

        public CustomObjectTypeEntity getCustomObjectType()
        Gets value for attribute customObjectType
      • setCustomObjectType

        public void setCustomObjectType​(CustomObjectTypeEntity customObjectType)
        Sets value for attribute customObjectType
      • getRole

        public RoleEntity getRole()
        Gets value for attribute role
      • setRole

        public void setRole​(RoleEntity role)
        Sets value for attribute role
      • getLevel

        public es.caib.seycon.ng.comu.AccountAccessLevelEnum getLevel()
        Gets value for attribute level
      • setLevel

        public void setLevel​(es.caib.seycon.ng.comu.AccountAccessLevelEnum level)
        Sets value for attribute level
      • equals

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