abstract class PictureInfo : SyncEntityInfo
Information about picture.
User: Pavel Abizyaev, Date: 15.08.14 14:42
PictureInfo()
Information about picture. |
var entityIdentifier: String?
This field unique identifies entity. |
|
lateinit var filename: String
Filename of picture. |
|
open val identifier: String |
|
var isDeleted: Boolean!
True if entity was deleted. Only possible if return diff |
|
lateinit var modified: Date
Last modified date. |
|
open var version: Int
Version of picture (to be able to get old version). |
fun Info.toJson(): String |
class CategoryPictureInfo : PictureInfo
Created by ivkosh on 17.07.16. |
|
class ProductPictureInfo : PictureInfo
Created by ivkosh on 17.07.16. |
|
class SaleSlotPictureInfo : PictureInfo
Created by ivkosh on 31.07.16. |
|
class SellerPictureInfo : PictureInfo
Created by ivkosh on 29.07.16. |