Package ru.bgcrm.plugin.cashbox.model
Class Check
java.lang.Object
ru.bgcrm.model.Id
ru.bgcrm.plugin.cashbox.model.Check
- All Implemented Interfaces:
Serializable
Модель чека в параметре ЕРП
- See Also:
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEmail()static CheckvoidsetCheckData(CheckData checkData) voidsetCheckStatus(CheckStatus checkStatus) voidsetContract(Contract contract) voidvoidsetProductList(List<Product> productList) voidsetServiceList(List<Product> serviceList) voidsetSubscriptionFee(BigDecimal subscriptionFee) toString()void
-
Constructor Details
-
Check
public Check()
-
-
Method Details
-
getContract
-
setContract
-
getProductList
-
setProductList
-
getServiceList
-
setServiceList
-
getSubscriptionFee
-
setSubscriptionFee
-
getTotalSum
-
getCheckData
-
setCheckData
-
parseBlob
- Throws:
BGMessageException
-
update
-
getCheckStatus
-
setCheckStatus
-
getEmail
-
setEmail
-
toString
-