Class AccountAccessEntity

  • Direct Known Subclasses:
    AccountAccessEntityImpl

    public abstract class AccountAccessEntity
    extends Object
    Entity AccountAccessEntity Contains the access control list for an account
    • Constructor Detail

      • AccountAccessEntity

        public AccountAccessEntity()
    • Method Detail

      • getRole

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

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

        public GroupEntity getGroup()
        Gets value for attribute group
      • setGroup

        public void setGroup​(GroupEntity group)
        Sets value for attribute group
      • getUser

        public UserEntity getUser()
        Gets value for attribute user
      • setUser

        public void setUser​(UserEntity user)
        Sets value for attribute user
      • getAccount

        public AccountEntity getAccount()
        Gets value for attribute account
      • setAccount

        public void setAccount​(AccountEntity account)
        Sets value for attribute account
      • 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
      • getId

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

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

        public Date getStart()
        Gets value for attribute start
      • setStart

        public void setStart​(Date start)
        Sets value for attribute start
      • getEnd

        public Date getEnd()
        Gets value for attribute end
      • setEnd

        public void setEnd​(Date end)
        Sets value for attribute end
      • getDisabled

        public Boolean getDisabled()
        Gets value for attribute disabled
      • setDisabled

        public void setDisabled​(Boolean disabled)
        Sets value for attribute disabled
      • equals

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