public class SetPrintExtra implements IChange
Modifier and Type | Class and Description |
---|---|
static class |
SetPrintExtra.Companion |
Modifier and Type | Field and Description |
---|---|
static SetPrintExtra.Companion |
Companion |
static java.lang.String |
KEY_PRINTABLES |
static java.lang.String |
KEY_PRINT_PLACE |
Constructor and Description |
---|
SetPrintExtra(PrintExtraPlace printPlace,
IPrintable[] printables) |
Modifier and Type | Method and Description |
---|---|
static SetPrintExtra |
from(android.os.Bundle bundle) |
PrintExtraPlace |
getPrintPlace() |
IPrintable[] |
getPrintables() |
IChange.Type |
getType()
Возвращает тип изменения чека.
|
android.os.Bundle |
toBundle() |
getType
toBundle
public static java.lang.String KEY_PRINT_PLACE
public static java.lang.String KEY_PRINTABLES
public static SetPrintExtra.Companion Companion
public SetPrintExtra(PrintExtraPlace printPlace, IPrintable[] printables)
public IChange.Type getType()
Возвращает тип изменения чека.
public android.os.Bundle toBundle()
public PrintExtraPlace getPrintPlace()
public IPrintable[] getPrintables()
public static SetPrintExtra from(android.os.Bundle bundle)