Class PriceList
java.lang.Object
com.broadleafcommerce.dataexchange.domain.pricing.PriceList
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanbooleanjavax.money.CurrencyUnitgetCustomProperty(String key) getId()getName()getType()inthashCode()voidsetCurrency(javax.money.CurrencyUnit currency) voidsetCustomProperties(Map<String, Object> customProperties) Any custom properties from extensions that should just be passed through.voidsetCustomProperty(String key, Object value) voidvoidvoidtoString() 
- 
Constructor Details
- 
PriceList
public PriceList() 
 - 
 - 
Method Details
- 
setCustomProperty
 - 
getCustomProperty
 - 
containsCustomProperty
 - 
getCustomProperties
 - 
getId
 - 
getName
 - 
getCurrency
public javax.money.CurrencyUnit getCurrency() - 
getType
 - 
setId
 - 
setName
 - 
setCurrency
public void setCurrency(javax.money.CurrencyUnit currency)  - 
setType
 - 
setCustomProperties
Any custom properties from extensions that should just be passed through. - 
equals
 - 
canEqual
 - 
hashCode
public int hashCode() - 
toString
 
 -