Class PriceList
java.lang.Object
com.broadleafcommerce.dataexchange.domain.pricing.PriceList
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
boolean
javax.money.CurrencyUnit
getCustomProperty
(String key) getId()
getName()
getType()
int
hashCode()
void
setCurrency
(javax.money.CurrencyUnit currency) void
setCustomProperties
(Map<String, Object> customProperties) Any custom properties from extensions that should just be passed through.void
setCustomProperty
(String key, Object value) void
void
void
toString()
-
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
-