Changelog

@Entity
open class Changelog : EquinoxItem

The Changelog class is useful to create a Pandoro's changelog

Author

N7ghtm4r3 - Tecknobit

See also

EquinoxItem

Constructors

Link copied to clipboard
constructor()
Default constructor
constructor(id: String, changelogEvent: ChangelogEvent, timestamp: Long, project: Project, extraContent: String, read: Boolean)
Constructor to init a Changelog object

Properties

Link copied to clipboard
changelogEvent the value of the changelog event
Link copied to clipboard
Link copied to clipboard
extraContent extra content data of the changelog event
Link copied to clipboard
val group: Group
group the group of the changelog event
Link copied to clipboard
protected val hItem: JsonHelper
Link copied to clipboard
protected val id: String
Link copied to clipboard
Link copied to clipboard
private open var owner: EquinoxUser
owner the changelog owner
Link copied to clipboard
project the project of the changelog event
Link copied to clipboard
private val read: Boolean
read whether the changelog has been read
Link copied to clipboard
protected val timeFormatter: TimeFormatter
Link copied to clipboard
timestamp when the changelog event has been created

Functions

Link copied to clipboard
open fun getId(): String
Link copied to clipboard
open fun isRead(): Boolean
Method to get read instance
Link copied to clipboard
open fun toString(): String