Class UserEmailEntity

    • Constructor Detail

      • UserEmailEntity

        public UserEmailEntity()
    • Method Detail

      • getMailList

        public EmailListEntity getMailList()
        Gets value for attribute mailList
      • setMailList

        public void setMailList​(EmailListEntity mailList)
        Sets value for attribute mailList
      • getUser

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

        public void setUser​(UserEntity user)
        Sets value for attribute user
      • 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 UserEmailEntity 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