Brownie Event

@MappedSuperclass
abstract class BrownieEvent : EquinoxItem

The BrownieEvent class is useful to represent an event related to a Brownie's items

Author

N7ghtm4r3 - Tecknobit

See also

EquinoxItem

Inheritors

Constructors

Link copied to clipboard
constructor()
Constructor to instantiate the object
constructor(id: String, eventDate: Long, extra: Any)
Constructor to instantiate the object

Properties

Link copied to clipboard
Link copied to clipboard
protected val eventDate: Long
eventDate the date of the event when occurred
Link copied to clipboard
protected val extra: String
extra extra information related to the event
Link copied to clipboard
protected val hItem: JsonHelper
Link copied to clipboard
protected val id: String

Functions

Link copied to clipboard
open fun getEventDate(): Long
Method to get the eventDate instance
Link copied to clipboard
open fun getExtra(): Any
Method to get the extra instance
Link copied to clipboard
open fun getId(): String
Link copied to clipboard
open fun toString(): String