java.lang.Object
com.broadleafcommerce.dataexchange.domain.pricing.PriceData
All Implemented Interfaces:
Serializable

public class PriceData extends Object implements Serializable
See Also:
  • Constructor Details

    • PriceData

      public PriceData()
  • Method Details

    • setCustomProperty

      public void setCustomProperty(String key, Object value)
    • getCustomProperties

      public Map<String,Object> getCustomProperties()
    • equals

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

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

      public String getId()
    • getPriceListId

      public String getPriceListId()
    • getPriceListName

      public String getPriceListName()
    • getTarget

      public com.broadleafcommerce.pricing.client.domain.PriceableTargetRef getTarget()
    • getPrice

      public javax.money.MonetaryAmount getPrice()
    • setId

      public void setId(String id)
    • setPriceListId

      public void setPriceListId(String priceListId)
    • setPriceListName

      public void setPriceListName(String priceListName)
    • setTarget

      public void setTarget(com.broadleafcommerce.pricing.client.domain.PriceableTargetRef target)
    • setPrice

      public void setPrice(javax.money.MonetaryAmount price)
    • setCustomProperties

      public void setCustomProperties(Map<String,Object> customProperties)
      Any custom properties from extensions that should just be passed through.
    • toString

      public String toString()
      Overrides:
      toString in class Object