Class SbPilotPayment
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.bgbilling.plugins.sbpilot.common.bean.SbPilotPayment
- All Implemented Interfaces:
Serializable,JsoneableModel,Contractable,Idable
Моделька "паймент SbPilot", она типа расширяет существующую модель "платёж"
- объединяет тут поля из таблицы платежей SbPilot, контракта итд.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintВозвращает код договора к которому привязан объект.Возвращает название договораgetDate()getSumma()setAuthcode(String authcode) setCarddate(String carddate) setCardnum(String cardnum) setCardtype(String cardtype) setContractComment(String contractComment) setContractId(int contractId) Устанавливает код договора к которому привязан объект.setContractTitle(String contractTitle) Устанавливает название договораsetInternalnum(String internalnum) setPaymentComment(String paymentComment) setPaymentTypeTitle(String paymentTypeTitle) setSumma(BigDecimal summa) Methods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface ru.bitel.bgbilling.plugins.sbpilot.common.bean.JsoneableModel
fromJson, toJson, toJson
-
Constructor Details
-
SbPilotPayment
public SbPilotPayment()
-
-
Method Details
-
getAuthcode
-
getCarddate
-
getCardnum
-
getCardtype
-
getContractComment
-
getContractId
public int getContractId()Description copied from interface:ContractableВозвращает код договора к которому привязан объект.- Specified by:
getContractIdin interfaceContractable- Returns:
- код договора
-
getContractTitle
Description copied from interface:ContractableВозвращает название договора- Specified by:
getContractTitlein interfaceContractable- Returns:
- название договора
-
getDate
-
getInternalnum
-
getPaymentComment
-
getPaymentTypeTitle
-
getSumma
-
setAuthcode
-
setCarddate
-
setCardnum
-
setCardtype
-
setContractComment
-
setContractId
Description copied from interface:ContractableУстанавливает код договора к которому привязан объект.- Specified by:
setContractIdin interfaceContractable- Parameters:
contractId- код договора
-
setContractTitle
Description copied from interface:ContractableУстанавливает название договора- Specified by:
setContractTitlein interfaceContractable- Parameters:
contractTitle- название договора
-
setDate
-
setInternalnum
-
setPaymentComment
-
setPaymentTypeTitle
-
setSumma
-