open class SyncProduct : SyncEntity<ProductInfo!>
SyncProduct(info: ProductInfo!) SyncProduct(info: ProductInfo!, synced: Boolean) SyncProduct(info: ProductInfo!, tax: SyncTax!) |
open fun getPictureBytes(): ByteArray!
This method is for testing purposes only (it is used in unit tests and in integration tests). Actual sync helpers (and thus sync algorithm) does not use it. |
|
open fun getPictureInputStream(): InputStream! |
|
open fun getTax(): SyncTax! |
|
open fun setPictureBytes(buf: ByteArray!): Unit |
|
open fun setTax(tax: SyncTax!): Unit |