public class QuoteLineItemTO extends AbstractLineItemTO implements HasRealisationTOIF
| Modifier and Type | Field and Description |
|---|---|
private MoneyTO |
estimatedSellValue |
private Integer |
hierarchyOrder |
private Boolean |
optional |
private MoneyTO |
potentialValue |
private Identifier |
quoteId |
private LineItemCategoryType |
quoteLineItemType |
private String |
quoteStageUUID |
private BigDecimal |
realisationPercentage |
private TenderLineItemTO |
tenderLineItem |
| Constructor and Description |
|---|
QuoteLineItemTO() |
| Modifier and Type | Method and Description |
|---|---|
MoneyTO |
getEstimatedSellValue() |
Integer |
getHierarchyOrder() |
Boolean |
getOptional() |
MoneyTO |
getPotentialValue() |
Identifier |
getQuoteId() |
LineItemCategoryType |
getQuoteLineItemType() |
String |
getQuoteStageUUID() |
BigDecimal |
getRealisationPercentage() |
TenderLineItemTO |
getTenderLineItem() |
void |
setEstimatedSellValue(MoneyTO estimatedSellValue) |
void |
setHierarchyOrder(Integer hierarchyOrder) |
void |
setOptional(Boolean optional) |
void |
setPotentialValue(MoneyTO potentialValue) |
void |
setQuoteId(Identifier quoteId) |
void |
setQuoteLineItemType(LineItemCategoryType quoteLineItemType) |
void |
setQuoteStageUUID(String quoteStageUUID) |
void |
setRealisationPercentage(BigDecimal realisationPercentage) |
void |
setTenderLineItem(TenderLineItemTO tenderLineItem) |
equals, getBillableNet, getBillableNetOtherCurrency, getBillLineItemOrder, getBillType, getChargeBandId, getCost, getDescription, getExcludeFromInvoice, getExternalData, getExternalNote, getInternalNote, getLineItemOrder, getMultiplier, getQuantity, getRate, getRateOtherCurrency, getRealisationRate, getTaxTypeId, getTaxTypeTwoId, getTotal, getTotalOtherCurrency, getUuid, hashCode, multplierFromCostRate, setBillableNet, setBillableNetOtherCurrency, setBillLineItemOrder, setBillType, setChargeBandId, setCost, setDescription, setExcludeFromInvoice, setExternalData, setExternalNote, setInternalNote, setLineItemOrder, setMultiplier, setQuantity, setRate, setRateOtherCurrency, setRealisationRate, setTaxTypeId, setTaxTypeTwoId, setTotal, setTotalOtherCurrency, setUuid, toString, totalFromQtyRateclearPersistanceProps, getDateCreated, getDateModified, getId, getVersion, isPersisted, isUnpersisted, nullMyIds, setDateCreated, setDateModified, setId, setVersionprivate Identifier quoteId
@NotNull private LineItemCategoryType quoteLineItemType
private String quoteStageUUID
private Integer hierarchyOrder
private Boolean optional
private TenderLineItemTO tenderLineItem
private MoneyTO potentialValue
private MoneyTO estimatedSellValue
private BigDecimal realisationPercentage
public MoneyTO getPotentialValue()
getPotentialValue in interface HasRealisationTOIFpublic void setPotentialValue(MoneyTO potentialValue)
setPotentialValue in interface HasRealisationTOIFpublic MoneyTO getEstimatedSellValue()
getEstimatedSellValue in interface HasRealisationTOIFpublic void setEstimatedSellValue(MoneyTO estimatedSellValue)
setEstimatedSellValue in interface HasRealisationTOIFpublic BigDecimal getRealisationPercentage()
getRealisationPercentage in interface HasRealisationTOIFpublic void setRealisationPercentage(BigDecimal realisationPercentage)
setRealisationPercentage in interface HasRealisationTOIFpublic Identifier getQuoteId()
public void setQuoteId(Identifier quoteId)
public LineItemCategoryType getQuoteLineItemType()
public void setQuoteLineItemType(LineItemCategoryType quoteLineItemType)
public String getQuoteStageUUID()
public void setQuoteStageUUID(String quoteStageUUID)
public Integer getHierarchyOrder()
public void setHierarchyOrder(Integer hierarchyOrder)
public Boolean getOptional()
public void setOptional(Boolean optional)
public TenderLineItemTO getTenderLineItem()
public void setTenderLineItem(TenderLineItemTO tenderLineItem)
Copyright © 2008–2016 Sohnar Ltd.. All rights reserved.