public class Receipt
Чек
Modifier and Type | Class and Description |
---|---|
static class |
Receipt.Header
Заголовок чека
|
static class |
Receipt.PrintReceipt
Печатная форма чека
|
Constructor and Description |
---|
Receipt(Receipt.Header header,
java.util.List<ru.evotor.framework.receipt.Receipt.PrintReceipt> printDocuments)
Чек
|
Modifier and Type | Method and Description |
---|---|
Receipt.Header |
component1()
Заголовок
|
java.util.List<ru.evotor.framework.receipt.Receipt.PrintReceipt> |
component2()
Печатные
|
Receipt |
copy(Receipt.Header header,
java.util.List<ru.evotor.framework.receipt.Receipt.PrintReceipt> printDocuments)
Чек
|
boolean |
equals(java.lang.Object p) |
java.math.BigDecimal |
getDiscount()
Скидка на чек. Без учета скидок на позиции
|
Receipt.Header |
getHeader()
Заголовок
|
java.util.List<ru.evotor.framework.receipt.Payment> |
getPayments()
Список всех оплат чека
|
java.util.List<ru.evotor.framework.receipt.Position> |
getPositions()
Список всех позиций чека
|
java.util.List<ru.evotor.framework.receipt.Receipt.PrintReceipt> |
getPrintDocuments()
Печатные
|
int |
hashCode() |
java.lang.String |
toString() |
public Receipt(Receipt.Header header, java.util.List<ru.evotor.framework.receipt.Receipt.PrintReceipt> printDocuments)
Чек
header
- Заголовок чекаprintDocuments
- Печатные формы чекаpublic java.util.List<ru.evotor.framework.receipt.Position> getPositions()
Список всех позиций чека
public java.util.List<ru.evotor.framework.receipt.Payment> getPayments()
Список всех оплат чека
public java.math.BigDecimal getDiscount()
Скидка на чек. Без учета скидок на позиции
public Receipt.Header getHeader()
Заголовок
чека
public java.util.List<ru.evotor.framework.receipt.Receipt.PrintReceipt> getPrintDocuments()
Печатные
формы чека
public Receipt.Header component1()
Заголовок
чека
public java.util.List<ru.evotor.framework.receipt.Receipt.PrintReceipt> component2()
Печатные
формы чека
public Receipt copy(Receipt.Header header, java.util.List<ru.evotor.framework.receipt.Receipt.PrintReceipt> printDocuments)
Чек
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)