Equinox Item

@MappedSuperclass
abstract class EquinoxItem

The EquinoxItem class is useful to create an Equinox's item giving the basis structure to work correctly

Author

N7ghtm4r3 - Tecknobit

Since

1.0.1

See also

Inheritors

Constructors

Link copied to clipboard
constructor(id: String)
Constructor to init the EquinoxItem class
constructor(jItem: JSONObject)
Constructor to init the EquinoxItem class

Properties

Link copied to clipboard
DISCRIMINATOR_VALUE_KEY the key for the "dtype" field
Link copied to clipboard
protected val hItem: JsonHelper
hItem helper to work with JSON values
Link copied to clipboard
protected val id: String
id identifier of the item
Link copied to clipboard
IDENTIFIER_KEY the key for the "id" field
Link copied to clipboard
protected val timeFormatter: TimeFormatter
timeFormatter the formatter used to format the timestamp values

Functions

Link copied to clipboard
open fun getId(): String
Method to get id instance No-any params required
Link copied to clipboard
open fun toString(): String