Class PriceAdjustmentInfo

java.lang.Object
com.broadleafcommerce.pricing.client.domain.PriceAdjustmentInfo
All Implemented Interfaces:
Serializable

public class PriceAdjustmentInfo extends Object implements Serializable
Stores information about adjustment processes in the pricing service.
See Also:
  • Constructor Details

    • PriceAdjustmentInfo

      public PriceAdjustmentInfo()
  • Method Details

    • getPriceListId

      public String getPriceListId()
      Id of the adjustment price list
    • getPriceDataId

      public String 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

      public Map<String,Object> getAttributes()
      Generic attribute map useful for customizations
    • setPriceListId

      public void setPriceListId(String priceListId)
      Id of the adjustment price list
    • setPriceDataId

      public void setPriceDataId(String priceDataId)
      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

      public void setAttributes(Map<String,Object> attributes)
      Generic attribute map useful for customizations
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object