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 Summary
Constructors - 
Method Summary
Modifier 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.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
- 
getContractComment
 - 
setContractComment
 - 
setPaymentComment
 - 
getPaymentComment
 - 
setSumma
 - 
getSumma
 - 
getContractId
public int getContractId()Description copied from interface:ContractableВозвращает код договора к которому привязан объект.- Specified by:
 getContractIdin interfaceContractable- Returns:
 - код договора
 
 - 
setContractId
public void setContractId(int contractId) Description copied from interface:ContractableУстанавливает код договора к которому привязан объект.- Specified by:
 setContractIdin interfaceContractable- Parameters:
 contractId- код договора
 - 
setDate
 - 
getDate
 - 
getContractTitle
Description copied from interface:ContractableВозвращает название договора- Specified by:
 getContractTitlein interfaceContractable- Returns:
 - название договора
 
 - 
setContractTitle
Description copied from interface:ContractableУстанавливает название договора- Specified by:
 setContractTitlein interfaceContractable- Parameters:
 contractTitle- название договора
 - 
getPaymentTypeTitle
 - 
setPaymentTypeTitle
 - 
getCardnum
 - 
setCardnum
 - 
getCarddate
 - 
setCarddate
 - 
getAuthcode
 - 
setAuthcode
 - 
getInternalnum
 - 
setInternalnum
 - 
getCardtype
 - 
setCardtype
 
 -