public class QuoteBreakdownCost extends Object
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
cost |
protected BigDecimal |
discount |
protected Integer |
existingQuantity |
protected String |
pricingComponentID |
protected String |
pricingComponentName |
protected PricingComponent.PricingComponentChargeType |
pricingComponentType |
protected int |
quantity |
protected BigDecimal |
tax |
| Constructor and Description |
|---|
QuoteBreakdownCost() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getCost() |
BigDecimal |
getDiscount() |
Integer |
getExistingQuantity() |
String |
getPricingComponentID() |
String |
getPricingComponentName() |
PricingComponent.PricingComponentChargeType |
getPricingComponentType() |
int |
getQuantity() |
BigDecimal |
getTax() |
void |
setCost(BigDecimal cost) |
void |
setDiscount(BigDecimal discount) |
void |
setExistingQuantity(Integer existingQuantity) |
void |
setPricingComponentID(String pricingComponentID) |
void |
setPricingComponentName(String pricingComponentName) |
void |
setPricingComponentType(PricingComponent.PricingComponentChargeType type) |
void |
setQuantity(int quantity) |
void |
setTax(BigDecimal tax) |
protected String pricingComponentName
protected String pricingComponentID
protected int quantity
protected Integer existingQuantity
protected BigDecimal cost
protected BigDecimal tax
protected BigDecimal discount
protected PricingComponent.PricingComponentChargeType pricingComponentType
public String getPricingComponentName()
public void setPricingComponentName(String pricingComponentName)
public String getPricingComponentID()
public void setPricingComponentID(String pricingComponentID)
public PricingComponent.PricingComponentChargeType getPricingComponentType()
public void setPricingComponentType(PricingComponent.PricingComponentChargeType type)
public int getQuantity()
public void setQuantity(int quantity)
public Integer getExistingQuantity()
public void setExistingQuantity(Integer existingQuantity)
public BigDecimal getCost()
public void setCost(BigDecimal cost)
public BigDecimal getTax()
public void setTax(BigDecimal tax)
public BigDecimal getDiscount()
public void setDiscount(BigDecimal discount)
Copyright © 2015 BillForward. All rights reserved.