Class TemplateBill
java.lang.Object
ru.bitel.bgbilling.modules.bill.server.bean.TemplateBill
- All Implemented Interfaces:
ContractIdable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
Возвращает id договораint
void
setContractComment
(String contractComment) void
setContractDocTypeId
(int value) void
setContractId
(int contractId) void
setContractTitle
(String title) void
setDocTypeId
(int docTypeId) void
setDocTypeTitle
(String docTypeTitle) void
setPositionList
(List<PositionValue> positionList) void
setSubBillList
(List<TemplateBill> subBillList)
-
Constructor Details
-
TemplateBill
public TemplateBill()
-
-
Method Details
-
getPositionList
-
setPositionList
-
getContractDocTypeId
public int getContractDocTypeId() -
setContractDocTypeId
public void setContractDocTypeId(int value) -
getContractTitle
-
setContractTitle
-
getContractId
public int getContractId()Description copied from interface:ContractIdable
Возвращает id договора- Specified by:
getContractId
in interfaceContractIdable
- Returns:
-
setContractId
public void setContractId(int contractId) -
getDocTypeId
public int getDocTypeId() -
setDocTypeId
public void setDocTypeId(int docTypeId) -
getContractComment
-
setContractComment
-
getSubBillList
-
setSubBillList
-
getDocTypeTitle
-
setDocTypeTitle
-