public class OrderBillData
extends java.lang.Object
Constructor and Description |
---|
OrderBillData() |
Modifier and Type | Method and Description |
---|---|
int |
getComponentId() |
java.lang.String |
getComponentTitle() |
java.math.BigDecimal |
getConfirmedCost() |
java.lang.Integer |
getConfirmedCount() |
java.math.BigDecimal |
getCostDelta() |
java.lang.Integer |
getCountDelta() |
java.math.BigDecimal |
getTotalCost() |
java.lang.Integer |
getTotalCount() |
void |
setComponentId(int componentId) |
void |
setComponentTitle(java.lang.String componentTitle) |
void |
setConfirmedCost(java.math.BigDecimal confirmedCost) |
void |
setConfirmedCount(java.lang.Integer confirmedCount) |
void |
setCostDelta(java.math.BigDecimal costDelta) |
void |
setCountDelta(java.lang.Integer countDelta) |
void |
setTotalCost(java.math.BigDecimal totalCost) |
void |
setTotalCount(java.lang.Integer totalCount) |
public int getComponentId()
public void setComponentId(int componentId)
public java.lang.String getComponentTitle()
public void setComponentTitle(java.lang.String componentTitle)
public java.lang.Integer getConfirmedCount()
public void setConfirmedCount(java.lang.Integer confirmedCount)
public java.math.BigDecimal getConfirmedCost()
public void setConfirmedCost(java.math.BigDecimal confirmedCost)
public java.lang.Integer getTotalCount()
public void setTotalCount(java.lang.Integer totalCount)
public java.math.BigDecimal getTotalCost()
public void setTotalCost(java.math.BigDecimal totalCost)
public java.math.BigDecimal getCostDelta()
public void setCostDelta(java.math.BigDecimal costDelta)
public java.lang.Integer getCountDelta()
public void setCountDelta(java.lang.Integer countDelta)