Class Transaction
java.lang.Object
ru.bitel.bgbilling.kernel.base.server.logger.BGLogger
ru.bitel.common.model.Id
ru.bitel.bgbilling.common.bean.BGAbstractTransaction
ru.bitel.bgbilling.modules.bvcom.common.bean.Transaction
- All Implemented Interfaces:
Serializable
,Idable
- See Also:
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Transaction.Builder
builder()
void
setBvcomOrderId
(String bvcomOrderId) Methods inherited from class ru.bitel.bgbilling.common.bean.BGAbstractTransaction
getCardholderName, getContractComment, getContractId, getContractTitle, getCreateDate, getPan, getParameter, getParameters, getPaymentId, getStatus, getSum, getTransactionDate, getTransactionId, getTransactionType, isAutopayment, setAutopayment, setContractComment, setContractId, setContractTitle, setCreateDate, setParameters, setPaymentId, setStatus, setSum, setTransactionDate, setTransactionId, setTransactionType, toString
Methods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId
Methods inherited from class ru.bitel.bgbilling.kernel.base.server.logger.BGLogger
getLogger, logError
-
Field Details
-
FILTER_PAYMENT_ACCEPT
public static final int FILTER_PAYMENT_ACCEPT- See Also:
-
FILTER_PAYMENT_REJECT
public static final int FILTER_PAYMENT_REJECT- See Also:
-
-
Constructor Details
-
Transaction
public Transaction()
-
-
Method Details
-
setBvcomOrderId
-
getBvcomOrderId
-
builder
-