Class TemplateBill
java.lang.Object
ru.bitel.bgbilling.modules.bill.server.bean.TemplateBill
- All Implemented Interfaces:
ContractIdable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintВозвращает id договораintsetContractComment(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)
-
Constructor Details
-
TemplateBill
public TemplateBill()
-
-
Method Details
-
getPositionList
-
setPositionList
-
getContractDocTypeId
public int getContractDocTypeId() -
setContractDocTypeId
-
getContractTitle
-
setContractTitle
-
getContractId
public int getContractId()Description copied from interface:ContractIdableВозвращает id договора- Specified by:
getContractIdin interfaceContractIdable- Returns:
-
setContractId
-
getDocTypeId
public int getDocTypeId() -
setDocTypeId
-
getContractComment
-
setContractComment
-
getSubBillList
-
setSubBillList
-
getDocTypeTitle
-
setDocTypeTitle
-