Pandoro Item

@Entity
abstract class PandoroItem : EquinoxItem, Serializable

The PandoroItem class is useful to give the base details structure for a Pandoro's item class

Author

N7ghtm4r3 - Tecknobit

See also

EquinoxItem

Inheritors

Constructors

Link copied to clipboard
constructor(id: String, name: String)
Constructor to init a PandoroItem object

Properties

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
protected val name: String
name of the item
Link copied to clipboard
protected val timeFormatter: TimeFormatter

Functions

Link copied to clipboard
open fun getId(): String
Link copied to clipboard
open fun getName(): String
Method to get name instance
Link copied to clipboard
open fun toString(): String