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:
- 
Field Summary
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintВозвращает код договора к которому привязан объект.Возвращает название договораgetDate()getSumma()voidsetAuthcode(String authcode) voidsetCarddate(String carddate) voidsetCardnum(String cardnum) voidsetCardtype(String cardtype) voidsetContractComment(String contractComment) voidsetContractId(int contractId) Устанавливает код договора к которому привязан объект.voidsetContractTitle(String contractTitle) Устанавливает название договораvoidvoidsetInternalnum(String internalnum) voidsetPaymentComment(String paymentComment) voidsetPaymentTypeTitle(String paymentTypeTitle) voidsetSumma(BigDecimal summa) Methods inherited from class ru.bitel.common.model.IdcopyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId, toStringMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface ru.bitel.bgbilling.plugins.sbpilot.common.bean.JsoneableModelfromJson, toJson, toJson
- 
Constructor Details- 
SbPilotPaymentpublic SbPilotPayment()
 
- 
- 
Method Details- 
getContractComment
- 
setContractComment
- 
setPaymentComment
- 
getPaymentComment
- 
setSumma
- 
getSumma
- 
getContractIdpublic int getContractId()Description copied from interface:ContractableВозвращает код договора к которому привязан объект.- Specified by:
- getContractIdin interface- Contractable
- Returns:
- код договора
 
- 
setContractIdpublic void setContractId(int contractId) Description copied from interface:ContractableУстанавливает код договора к которому привязан объект.- Specified by:
- setContractIdin interface- Contractable
- Parameters:
- contractId- код договора
 
- 
setDate
- 
getDate
- 
getContractTitleDescription copied from interface:ContractableВозвращает название договора- Specified by:
- getContractTitlein interface- Contractable
- Returns:
- название договора
 
- 
setContractTitleDescription copied from interface:ContractableУстанавливает название договора- Specified by:
- setContractTitlein interface- Contractable
- Parameters:
- contractTitle- название договора
 
- 
getPaymentTypeTitle
- 
setPaymentTypeTitle
- 
getCardnum
- 
setCardnum
- 
getCarddate
- 
setCarddate
- 
getAuthcode
- 
setAuthcode
- 
getInternalnum
- 
setInternalnum
- 
getCardtype
- 
setCardtype
 
-