Class Transaction
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.bgbilling.common.bean.BGAbstractTransaction
ru.bitel.bgbilling.modules.simplepay.common.bean.Transaction
- All Implemented Interfaces:
java.io.Serializable
,Idable
public class Transaction extends BGAbstractTransaction
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description Transaction()
-
Method Summary
Modifier and Type Method Description java.lang.String
getParameters()
void
setParameters(java.lang.String parameters)
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()
-
-
Method Details
-
getParameters
public java.lang.String getParameters() -
setParameters
public void setParameters(java.lang.String parameters)
-