Class Transaction
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.bgbilling.common.bean.BGAbstractTransaction
ru.bitel.bgbilling.modules.payture.common.bean.Transaction
- All Implemented Interfaces:
java.io.Serializable
,Idable
public class Transaction extends BGAbstractTransaction
Модель платежа в платежном модуле Payture
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description Transaction()
-
Method Summary
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
-
Constructor Details
-
Transaction
public Transaction()
-