Class AssistPayment
java.lang.Object
ru.bitel.bgbilling.modules.assist.server.bean.AssistPayment
Платёж, информация о платеже. Используется как модель в БД.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getCid()
getDate()
getEmail()
int
getId()
getName()
int
ru.bitel.bgbilling.modules.assist.server.protocol.AssistProtocolResponseCode
getTotal()
void
setBillnumber
(Long billnumber) void
setCardholder
(String cardholder) void
setCardnumber
(String cardnumber) void
setCardsubtype
(String cardsubtype) void
setCardtype
(String cardtype) void
setCid
(int cid) void
setComment
(String comment) void
setContractComment
(String contractComment) void
setContractTitle
(String contractTitle) void
void
void
setId
(int id) void
setIpaddress
(String ipaddress) void
void
setRecurringParentId
(int recurringParentId) void
setResponseCode
(ru.bitel.bgbilling.modules.assist.server.protocol.AssistProtocolResponseCode responseCode) void
setStatus
(AssistStatus status) void
setTotal
(BigDecimal total) toString()
-
Constructor Details
-
AssistPayment
public AssistPayment()
-
-
Method Details
-
getContractTitle
-
setContractTitle
-
getContractComment
-
setContractComment
-
getStatus
-
setStatus
-
getCid
public int getCid() -
setCid
public void setCid(int cid) -
getId
public int getId() -
setId
public void setId(int id) -
getTotal
-
setTotal
-
getDate
-
setDate
-
getCardholder
-
setCardholder
-
getComment
-
setComment
-
getEmail
-
setEmail
-
getName
-
setName
-
getIpaddress
-
setIpaddress
-
getCardtype
-
setCardtype
-
getCardsubtype
-
setCardsubtype
-
getCardnumber
-
setCardnumber
-
getBillnumber
-
setBillnumber
-
toString
-
setResponseCode
public void setResponseCode(ru.bitel.bgbilling.modules.assist.server.protocol.AssistProtocolResponseCode responseCode) -
getResponseCode
public ru.bitel.bgbilling.modules.assist.server.protocol.AssistProtocolResponseCode getResponseCode() -
getCardText
-
getRecurringParentId
public int getRecurringParentId() -
setRecurringParentId
public void setRecurringParentId(int recurringParentId)
-