Class TemplateBill
java.lang.Object
ru.bitel.bgbilling.modules.bill.server.bean.TemplateBill
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
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() -
setContractId
public void setContractId(int contractId) -
getDocTypeId
public int getDocTypeId() -
setDocTypeId
public void setDocTypeId(int docTypeId) -
getContractComment
-
setContractComment
-
getSubBillList
-
setSubBillList
-
getDocTypeTitle
-
setDocTypeTitle
-