Class UserGroupEntity

    • Constructor Detail

      • UserGroupEntity

        public UserGroupEntity()
    • Method Detail

      • getUser

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

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

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

        public void setGroup​(GroupEntity group)
        Sets value for attribute group
      • 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
      • getPrimaryGroup

        public Boolean getPrimaryGroup()
        Gets value for attribute primaryGroup
      • setPrimaryGroup

        public void setPrimaryGroup​(Boolean primaryGroup)
        Sets value for attribute primaryGroup
      • isAllowed

        public abstract boolean isAllowed​(String permission)
        Operation isAllowed Returns true if the permission on this object is granted
        Parameters:
        permission -
        Returns:
      • customCache

        public abstract void customCache()
        Operation customCache
      • equals

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