Class Check.CheckLine
java.lang.Object
ru.bitel.bgbilling.plugins.cashcheck.common.Check.CheckLine
- Enclosing class:
- Check
Класс "линия чека", либо продажа(позиция), либо просто строка (когда сумма и отдел равны -1)
В сервере печати используется так же:
Строка чека. Название позиции, сумма, отдел. Может использоваться в драйверах
для представления одной позиции в чеке.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCheckLine(BigDecimal summa, String text, int dep) CheckLine(BigDecimal summa, String text, int dep, Integer payMethod, Integer payObject) CheckLine(BigDecimal summa, String text, int dep, Integer payMethod, Integer payObject, Integer tax) -
Method Summary
-
Field Details
-
summa
-
text
-
dep
public int dep -
payMethod
-
payObject
-
tax
-
customTags
-
-
Constructor Details
-
CheckLine
-
CheckLine
-
CheckLine
public CheckLine(BigDecimal summa, String text, int dep, Integer payMethod, Integer payObject, Integer tax)
-
-
Method Details