Class BillAccountsReceivable
java.lang.Object
ru.bitel.bgbilling.modules.bill.common.bean.BillAccountsReceivable
- All Implemented Interfaces:
ContractIdable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBills()
int
Возвращает id договораgetDate()
getSum()
setContractComment
(String contractComment) setContractId
(int contractId) setContractTitle
(String contractTitle) setSum
(BigDecimal sum)
-
Constructor Details
-
BillAccountsReceivable
public BillAccountsReceivable()
-
-
Method Details
-
getContractId
public int getContractId()Description copied from interface:ContractIdable
Возвращает id договора- Specified by:
getContractId
in interfaceContractIdable
- Returns:
-
setContractId
-
getContractTitle
-
setContractTitle
-
getContractComment
-
setContractComment
-
getDate
-
setDate
-
getSum
-
setSum
-
getBills
-
setBills
-