Class TemplateBill
java.lang.Object
ru.bitel.common.model.ContractId
ru.bitel.bgbilling.modules.bill.server.bean.TemplateBill
- All Implemented Interfaces:
ContractIdable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintsetContractComment(String contractComment) setContractDocTypeId(int value) setContractId(int contractId) setContractTitle(String title) setDocTypeId(int docTypeId) setDocTypeTitle(String docTypeTitle) setPositionList(List<PositionValue> positionList) setSubBillList(List<TemplateBill> subBillList) Methods inherited from class ru.bitel.common.model.ContractId
getContractId
-
Constructor Details
-
TemplateBill
public TemplateBill()
-
-
Method Details
-
getPositionList
-
setPositionList
-
getContractDocTypeId
public int getContractDocTypeId() -
setContractDocTypeId
-
getContractTitle
-
setContractTitle
-
setContractId
- Overrides:
setContractIdin classContractId
-
getDocTypeId
public int getDocTypeId() -
setDocTypeId
-
getContractComment
-
setContractComment
-
getSubBillList
-
setSubBillList
-
getDocTypeTitle
-
setDocTypeTitle
-