Class PriceData
java.lang.Object
com.broadleafcommerce.dataexchange.domain.pricing.PriceData
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getId()
javax.money.MonetaryAmount
getPrice()
com.broadleafcommerce.pricing.client.domain.PriceableTargetRef
int
hashCode()
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
setPrice
(javax.money.MonetaryAmount price) void
setPriceListId
(String priceListId) void
setPriceListName
(String priceListName) void
setTarget
(com.broadleafcommerce.pricing.client.domain.PriceableTargetRef target) toString()
-
Constructor Details
-
PriceData
public PriceData()
-
-
Method Details
-
setCustomProperty
-
getCustomProperties
-
equals
-
hashCode
public int hashCode() -
getId
-
getPriceListId
-
getPriceListName
-
getTarget
public com.broadleafcommerce.pricing.client.domain.PriceableTargetRef getTarget() -
getPrice
public javax.money.MonetaryAmount getPrice() -
setId
-
setPriceListId
-
setPriceListName
-
setTarget
public void setTarget(com.broadleafcommerce.pricing.client.domain.PriceableTargetRef target) -
setPrice
public void setPrice(javax.money.MonetaryAmount price) -
setCustomProperties
Any custom properties from extensions that should just be passed through. -
toString
-