public class StaticBillPrintJob extends StaticReceiptPrintJob implements Parcelable
Modifier and Type | Class and Description |
---|---|
static class |
StaticBillPrintJob.Builder |
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
Modifier and Type | Field and Description |
---|---|
String |
binName |
static Parcelable.Creator<StaticBillPrintJob> |
CREATOR |
ArrayList<String> |
itemIds |
boolean |
markPrinted |
footerUris, order, reason
FLAG_BILL, FLAG_CUSTOMER, FLAG_EXPEDITOR, FLAG_FORCE_SIGNATURE, FLAG_FORCE_TIP, FLAG_MERCHANT, FLAG_NO_SIGNATURE, FLAG_NO_TIP, FLAG_NONE, FLAG_REFUND, FLAG_REPRINT, FLAG_SALE, FLAG_UNLABELED_ITEMS, FLAG_USE_PRINT_GROUP, flags, printToAny
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
Modifier | Constructor and Description |
---|---|
|
StaticBillPrintJob(Order order,
ArrayList<String> itemIds,
int flags,
boolean markPrinted,
String binName)
Deprecated.
|
protected |
StaticBillPrintJob(Parcel in) |
protected |
StaticBillPrintJob(StaticBillPrintJob.Builder builder) |
Modifier and Type | Method and Description |
---|---|
Category |
getPrinterCategory() |
void |
writeToParcel(Parcel dest,
int flags) |
cancel, describeContents, print, print
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
describeContents
public final boolean markPrinted
public final String binName
public static final Parcelable.Creator<StaticBillPrintJob> CREATOR
@Deprecated public StaticBillPrintJob(Order order, ArrayList<String> itemIds, int flags, boolean markPrinted, String binName)
protected StaticBillPrintJob(StaticBillPrintJob.Builder builder)
protected StaticBillPrintJob(Parcel in)
public Category getPrinterCategory()
getPrinterCategory
in class StaticReceiptPrintJob
public void writeToParcel(Parcel dest, int flags)
writeToParcel
in interface Parcelable
writeToParcel
in class StaticReceiptPrintJob