Class Transaction
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.bgbilling.common.bean.BGAbstractTransaction
ru.bitel.bgbilling.modules.bvcom.common.bean.Transaction
- All Implemented Interfaces:
java.io.Serializable
,Idable
public class Transaction extends BGAbstractTransaction
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static int
FILTER_PAYMENT_ACCEPT
static int
FILTER_PAYMENT_REJECT
-
Constructor Summary
Constructors Constructor Description Transaction()
-
Method Summary
Modifier and Type Method Description java.lang.String
getBvcomOrderId()
void
setBvcomOrderId(java.lang.String bvcomOrderId)
Methods inherited from class ru.bitel.bgbilling.common.bean.BGAbstractTransaction
getCardholderName, getContractComment, getContractId, getContractTitle, getCreateDate, getPan, getParameter, getPaymentId, getStatus, getSum, getTransactionDate, getTransactionId, isAutopayment, setAutopayment, setContractComment, setContractId, setContractTitle, setCreateDate, setPaymentId, setStatus, setSum, setTransactionDate, setTransactionId, 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 java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Field Details
-
FILTER_PAYMENT_ACCEPT
public static final int FILTER_PAYMENT_ACCEPT- See Also:
- Constant Field Values
-
FILTER_PAYMENT_REJECT
public static final int FILTER_PAYMENT_REJECT- See Also:
- Constant Field Values
-
-
Constructor Details
-
Transaction
public Transaction()
-
-
Method Details
-
setBvcomOrderId
public void setBvcomOrderId(java.lang.String bvcomOrderId) -
getBvcomOrderId
public java.lang.String getBvcomOrderId()
-