public class SyncSaleSlot extends SyncEntity<SaleSlotInfo>
| Modifier and Type | Field and Description |
|---|---|
private byte[] |
icon |
| Constructor and Description |
|---|
SyncSaleSlot(SaleSlotInfo info) |
SyncSaleSlot(SaleSlotInfo info,
boolean synced) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getPictureBytes()
This method is for testing purposes only (it is used in unit tests and in integration tests).
|
InputStream |
getPictureInputStream() |
void |
setPictureBytes(byte[] buf) |
public SyncSaleSlot(SaleSlotInfo info,
boolean synced)
public SyncSaleSlot(SaleSlotInfo info)
public InputStream getPictureInputStream()
public void setPictureBytes(byte[] buf)
public byte[] getPictureBytes()
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.
Copyright © 2022. All rights reserved.