java.lang.Object
com.broadleafcommerce.dataexchange.domain.pricing.PriceList

public class PriceList extends Object
  • Constructor Details

    • PriceList

      public PriceList()
  • Method Details

    • setCustomProperty

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

      public Object getCustomProperty(String key)
    • containsCustomProperty

      public boolean containsCustomProperty(String key)
    • getCustomProperties

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

      public String getId()
    • getName

      public String getName()
    • getCurrency

      public javax.money.CurrencyUnit getCurrency()
    • getType

      public String getType()
    • setId

      public void setId(String id)
    • setName

      public void setName(String name)
    • setCurrency

      public void setCurrency(javax.money.CurrencyUnit currency)
    • setType

      public void setType(String type)
    • setCustomProperties

      public void setCustomProperties(Map<String,Object> customProperties)
      Any custom properties from extensions that should just be passed through.
    • 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