Note

@Entity
open class Note : EquinoxItem

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(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
content the content of the note
Link copied to clipboard
private val creationDate: Long
creationDate when the note has been created
Link copied to clipboard
Link copied to clipboard
protected val hItem: JsonHelper
Link copied to clipboard
protected val id: String
Link copied to clipboard
Link copied to clipboard
markedAsDoneDate when the note has been marked as done
Link copied to clipboard
private val markedAsDone: Boolean
markedAsDone whether the note is marked as done
Link copied to clipboard
markedAsDoneBy who marked the note as done
Link copied to clipboard
private open var project_update: ProjectUpdate
project_update the project update owner
Link copied to clipboard
protected val timeFormatter: TimeFormatter

Functions

Link copied to clipboard
open fun getCreation(): Long
Method to get creationDate instance
Link copied to clipboard
open fun getId(): String
Link copied to clipboard
open fun isMarkedAsDone(): Boolean
Method to get markedAsDone instance
Link copied to clipboard
open fun toString(): String