Class OrderBillData
java.lang.Object
ru.bitel.bgbilling.modules.license.common.bean.OrderBillData
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionintvoidsetComponentId(int componentId) voidsetComponentTitle(String componentTitle) voidsetConfirmedCost(BigDecimal confirmedCost) voidsetConfirmedCount(Integer confirmedCount) voidsetCostDelta(BigDecimal costDelta) voidsetCountDelta(Integer countDelta) voidsetTotalCost(BigDecimal totalCost) voidsetTotalCount(Integer totalCount)  
- 
Constructor Details
- 
OrderBillData
public OrderBillData() 
 - 
 - 
Method Details
- 
getComponentId
public int getComponentId() - 
setComponentId
public void setComponentId(int componentId)  - 
getComponentTitle
 - 
setComponentTitle
 - 
getConfirmedCount
 - 
setConfirmedCount
 - 
getConfirmedCost
 - 
setConfirmedCost
 - 
getTotalCount
 - 
setTotalCount
 - 
getTotalCost
 - 
setTotalCost
 - 
getCostDelta
 - 
setCostDelta
 - 
getCountDelta
 - 
setCountDelta
 
 -