Note
The Note class is useful to create a
Pandoro's note
Author
N7ghtm4r3 - Tecknobit
See also
EquinoxItem
Constructors
Link copied to clipboard
constructor()
Default constructor
Constructor to init a Note
object
constructor(id: String, author: PandoroUser, content: String, creationDate: Long, markedAsDone: Boolean, markedAsDoneBy: PandoroUser, markAsDoneDate: Long)
Constructor to init a Note
object
Properties
Link copied to clipboard
author the
author of the note
Link copied to clipboard
creationDate when the note
has been created
Link copied to clipboard
Link copied to clipboard
markedAsDoneDate when the
note has been marked as done
Link copied to clipboard
markedAsDone whether the note
is marked as done
Link copied to clipboard
markedAsDoneBy who marked the
note as done
Functions
Link copied to clipboard
Method to get creationDate
instance
Link copied to clipboard
Method to get markedAsDone
instance