class KeyboardEntryInfo : SyncEntityInfo
User: Sergey, Date: 29.03.14 20:23.
enum class Fields
List of fields for ordering. |
KeyboardEntryInfo()
User: Sergey, Date: 29.03.14 20:23. |
var custom: String? |
|
var height: Int
Regular field. |
|
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 |
|
var isDeleted: Boolean
True if entity was deleted. Only possible if return diff |
|
lateinit var keyAction: KeyAction
Regular field. |
|
lateinit var keyboard: String
Regular field. Keyboard identifier |
|
lateinit var label: String
Regular field. |
|
var modified: Date? |
|
var positionX: Int
Regular field. |
|
var positionY: Int
Regular field. |
|
var product: String?
Regular field. Product identifier |
|
var subKeyboard: String?
Regular field. SubKeyboard identifier. |
|
var version: Int? |
|
var width: Int
Regular field. |
fun Info.toJson(): String |