Class PriceAdjustmentInfo
java.lang.Object
com.broadleafcommerce.pricing.client.domain.PriceAdjustmentInfo
- All Implemented Interfaces:
Serializable
Stores information about adjustment processes in the pricing service.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanGeneric attribute map useful for customizationsjavax.money.MonetaryAmountAmount of the adjustment from the price dataId of the adjustment price listjavax.money.MonetaryAmountAmount of the adjustment from the price listId of the adjustment price listinthashCode()voidsetAttributes(Map<String, Object> attributes) Generic attribute map useful for customizationsvoidsetPriceDataAdjustmentAmount(javax.money.MonetaryAmount priceDataAdjustmentAmount) Amount of the adjustment from the price datavoidsetPriceDataId(String priceDataId) Id of the adjustment price listvoidsetPriceListAdjustmentAmount(javax.money.MonetaryAmount priceListAdjustmentAmount) Amount of the adjustment from the price listvoidsetPriceListId(String priceListId) Id of the adjustment price listtoString()
-
Constructor Details
-
PriceAdjustmentInfo
public PriceAdjustmentInfo()
-
-
Method Details
-
getPriceListId
Id of the adjustment price list -
getPriceDataId
Id of the adjustment price list -
getPriceListAdjustmentAmount
public javax.money.MonetaryAmount getPriceListAdjustmentAmount()Amount of the adjustment from the price list -
getPriceDataAdjustmentAmount
public javax.money.MonetaryAmount getPriceDataAdjustmentAmount()Amount of the adjustment from the price data -
getAttributes
Generic attribute map useful for customizations -
setPriceListId
Id of the adjustment price list -
setPriceDataId
Id of the adjustment price list -
setPriceListAdjustmentAmount
public void setPriceListAdjustmentAmount(javax.money.MonetaryAmount priceListAdjustmentAmount) Amount of the adjustment from the price list -
setPriceDataAdjustmentAmount
public void setPriceDataAdjustmentAmount(javax.money.MonetaryAmount priceDataAdjustmentAmount) Amount of the adjustment from the price data -
setAttributes
Generic attribute map useful for customizations -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-