Class PageAdminNote

    • Method Detail

      • getBody

        public String getBody()
        Content of this note.
        Returns:
        Content of this note
      • setBody

        public void setBody​(String body)
        Content of this note.
      • getFrom

        public Page getFrom()
        Page that owns the note.
        Returns:
        Page that owns the note
      • setFrom

        public void setFrom​(Page from)
        Page that owns the note.
      • getUser

        public User getUser()
        The user that this note is attached to.
        Returns:
        The user that this note is attached to
      • setUser

        public void setUser​(User user)
        The user that this note is attached to.