@Entity public class QuoteLineItemEntity extends AbstractQuoteCategoryLineItemEntity implements HasHierarchyOrderIF, HasRealisationReadOnlyIF<Money>, CanBelongToStage<QuoteStageEntity>
| Modifier and Type | Field and Description |
|---|---|
private Integer |
hierarchyOrder |
private Boolean |
optional |
private QuoteEntity |
quote |
private LineItemCategoryType |
quoteLineItemType |
private QuoteStageEntity |
quoteStage |
private String |
quoteStageUUID |
private TenderLineItemEntity |
tenderLineItem |
DATE_MOD_FIELD, dateCreated, dateModified, id, ID_FIELD, versionTC_FIELD, TC_PROPERTY_NAME| Constructor and Description |
|---|
QuoteLineItemEntity() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getDualTaxRates() |
Money |
getEstimatedSellValue() |
Integer |
getHierarchyOrder() |
Boolean |
getOptional() |
QuoteStageEntity |
getParentStage() |
String |
getParentStageUUID() |
Money |
getPotentialValue() |
QuoteEntity |
getQuote() |
LineItemCategoryType |
getQuoteLineItemType() |
QuoteStageEntity |
getQuoteStage() |
String |
getQuoteStageUUID() |
BigDecimal |
getRealisationPercentage() |
TenderLineItemEntity |
getTenderLineItem() |
void |
setHierarchyOrder(Integer hierarchyOrder) |
void |
setOptional(Boolean optional) |
void |
setParentStage(QuoteStageEntity parentStage) |
void |
setParentStageUUID(String parentStageUUID) |
void |
setQuote(QuoteEntity quote) |
void |
setQuoteLineItemType(LineItemCategoryType type) |
void |
setQuoteStage(QuoteStageEntity quoteStage) |
void |
setQuoteStageUUID(String quoteStageUUID) |
void |
setTenderLineItem(TenderLineItemEntity tenderLineItem) |
populateFromequals, getBillableNet, getBillableNetOtherCurrency, getBillLineItemOrder, getBillType, getChargeBand, getCost, getDescription, getExcludeFromInvoice, getExternalData, getExternalNote, getGrossTotalAmount, getGrossTotalAmountOtherCurrency, getInternalNote, getLineItemOrder, getMultiplier, getQuantity, getRate, getRateOtherCurrency, getRealisationRate, getTaxAmount, getTaxAmountOtherCurrency, getTaxTwoAmount, getTaxTwoAmountOtherCurrency, getTaxType, getTaxTypeTwo, getTotal, getTotalOtherCurrency, getTotalTaxAmount, getTotalTaxAmountOtherCurrency, getUuid, hashCode, setBillableNet, setBillableNetOtherCurrency, setBillLineItemOrder, setBillType, setChargeBand, setCost, setDescription, setExcludeFromInvoice, setExternalData, setExternalNote, setInternalNote, setLineItemOrder, setMultiplier, setQuantity, setRate, setRateOtherCurrency, setRealisationRate, setTaxType, setTaxTypeTwo, setTotal, setTotalOtherCurrency, setUuid, zeroMoneygetTrafficCompany, setTrafficCompanyprivate QuoteEntity quote
private QuoteStageEntity quoteStage
private String quoteStageUUID
private Integer hierarchyOrder
private LineItemCategoryType quoteLineItemType
private Boolean optional
private TenderLineItemEntity tenderLineItem
public QuoteEntity getQuote()
public void setQuote(QuoteEntity quote)
public LineItemCategoryType getQuoteLineItemType()
getQuoteLineItemType in interface LineItemCategorisedpublic void setQuoteLineItemType(LineItemCategoryType type)
setQuoteLineItemType in interface LineItemCategorisedpublic QuoteStageEntity getQuoteStage()
public void setQuoteStage(QuoteStageEntity quoteStage)
public String getQuoteStageUUID()
public void setQuoteStageUUID(String quoteStageUUID)
public Integer getHierarchyOrder()
getHierarchyOrder in interface HasHierarchyOrderIFpublic void setHierarchyOrder(Integer hierarchyOrder)
setHierarchyOrder in interface HasHierarchyOrderIFpublic Boolean getOptional()
public void setOptional(Boolean optional)
public TenderLineItemEntity getTenderLineItem()
public void setTenderLineItem(TenderLineItemEntity tenderLineItem)
public Boolean getDualTaxRates()
getDualTaxRates in class AbstractLineItemEntitypublic Money getPotentialValue()
getPotentialValue in interface HasRealisationReadOnlyIF<Money>public Money getEstimatedSellValue()
getEstimatedSellValue in interface HasRealisationReadOnlyIF<Money>public BigDecimal getRealisationPercentage()
getRealisationPercentage in interface HasRealisationReadOnlyIF<Money>public QuoteStageEntity getParentStage()
getParentStage in interface CanBelongToStage<QuoteStageEntity>public void setParentStage(QuoteStageEntity parentStage)
setParentStage in interface CanBelongToStage<QuoteStageEntity>public String getParentStageUUID()
getParentStageUUID in interface CanBelongToStage<QuoteStageEntity>public void setParentStageUUID(String parentStageUUID)
setParentStageUUID in interface CanBelongToStage<QuoteStageEntity>Copyright © 2008–2016 Sohnar Ltd.. All rights reserved.