apidocs / com.srv4pos.server.api.keyboardentry / KeyboardEntryInfo

KeyboardEntryInfo

class KeyboardEntryInfo : SyncEntityInfo

User: Sergey, Date: 29.03.14 20:23.

Types

Fields

enum class Fields

List of fields for ordering.

Constructors

<init>

KeyboardEntryInfo()

User: Sergey, Date: 29.03.14 20:23.

Properties

custom

var custom: String?

height

var height: Int

Regular field.

identifier

var identifier: String?

This field uniqly identifies entity. There is no decision what is it, only the requirement - it must be unique trough one seller

isDeleted

var isDeleted: Boolean

True if entity was deleted. Only possible if return diff

keyAction

lateinit var keyAction: KeyAction

Regular field.

keyboard

lateinit var keyboard: String

Regular field. Keyboard identifier

label

lateinit var label: String

Regular field.

modified

var modified: Date?

positionX

var positionX: Int

Regular field.

positionY

var positionY: Int

Regular field.

product

var product: String?

Regular field. Product identifier

subKeyboard

var subKeyboard: String?

Regular field. SubKeyboard identifier.

version

var version: Int?

width

var width: Int

Regular field.

Extension Functions

toJson

fun Info.toJson(): String