Class NoticeEntity

  • Direct Known Subclasses:
    NoticeEntityImpl

    public abstract class NoticeEntity
    extends Object
    Entity NoticeEntity
    • Constructor Detail

      • NoticeEntity

        public NoticeEntity()
    • Method Detail

      • getId

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

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

        public Date getModificationDate()
        Gets value for attribute modificationDate
      • setModificationDate

        public void setModificationDate​(Date modificationDate)
        Sets value for attribute modificationDate
      • getInformation

        public String getInformation()
        Gets value for attribute information
      • setInformation

        public void setInformation​(String information)
        Sets value for attribute information
      • getUser

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

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

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

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

        public void setApplication​(InformationSystemEntity application)
        Sets value for attribute application
      • equals

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