Class PriceData
java.lang.Object
com.broadleafcommerce.dataexchange.domain.catalog.product.AbstractPassthroughProperties
com.broadleafcommerce.dataexchange.domain.pricing.PriceData
- All Implemented Interfaces:
PassthroughProperties
,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
setActiveStartDate
(Instant activeStartDate) 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()
Methods inherited from class com.broadleafcommerce.dataexchange.domain.catalog.product.AbstractPassthroughProperties
containsCustomProperty, getCustomProperties, getCustomProperty, setCustomProperties, setCustomProperty
-
Constructor Details
-
PriceData
public PriceData()
-
-
Method Details
-
getActiveStartDate
-
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) -
setActiveStartDate
-
toString
- Overrides:
toString
in classAbstractPassthroughProperties
-