class CategoryInfo : SyncEntityInfo
User: Kirill, Date: 05.08.13 17:59.
enum class Fields
List of fields for ordering. |
CategoryInfo()
User: Kirill, Date: 05.08.13 17:59. |
var color: Int? |
|
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 |
|
var modified: Date? |
|
lateinit var name: String
Regular field. |
|
var version: Int? |
fun Info.toJson(): String |