Package net.pricefx.server.dto
Class SummaryCalculableObjectItem
Object
SummaryCalculableObjectItem
This class acts as a DTO for PricelistItems that are enriched by some price list header information.
As the items are not stored this way it is not a domain object (i.e. no 1:1 table mapping).
The extended items will have the same typedId as the regular items though to facilitate easy updates for the manual price (the only editable field).
The extended items will have the same typedId as the regular items though to facilitate easy updates for the manual price (the only editable field).
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetKey2()
getSku()
void
setApprovalDate
(Date approvalDate) void
setApprovalState
(Number approvalState) void
setComments
(String comments) void
setExpiryDate
(Date expiryDate) void
void
void
void
setListLabel
(String listLabel) void
setManualResultPrice
(BigDecimal manualResultPrice) void
setPreviousPrice
(BigDecimal previousPrice) void
setPriceChange
(BigDecimal priceChange) void
setPriceChangePct
(BigDecimal priceChangePct) void
setResultPrice
(BigDecimal resultPrice) void
void
setTargetDate
(Date targetDate) void
setTypeCode
(String typeCode) void
setVersion
(Number version) toString()
-
Constructor Details
-
SummaryCalculableObjectItem
public SummaryCalculableObjectItem()
-
-
Method Details
-
getComments
-
setComments
-
getSku
-
setSku
-
getKey2
-
setKey2
-
getTypeCode
-
setTypeCode
-
getVersion
-
setVersion
-
getTargetDate
-
setTargetDate
-
getExpiryDate
-
setExpiryDate
-
getListLabel
-
setListLabel
-
getTypedId
-
setId
-
getListId
-
setListId
-
getResultPrice
-
setResultPrice
-
getManualResultPrice
-
setManualResultPrice
-
getPreviousPrice
-
setPreviousPrice
-
getPriceChange
-
setPriceChange
-
getPriceChangePct
-
setPriceChangePct
-
getApprovalState
-
setApprovalState
-
getApprovalDate
-
setApprovalDate
-
toString
-