HDEntity

interface HDEntity

Properties

Link copied to clipboard
abstract val id: Long?

Unique identifier of entity. It is null until synchronization with the server.

Link copied to clipboard
abstract val isDeleted: Boolean

true if this entity has been deleted and false otherwise.

Link copied to clipboard
abstract val lastUpdate: Long?

Timestamp in milliseconds of last changes of this entity on the server.

Inheritors

Link copied to clipboard
Link copied to clipboard