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 TypeMethodDescriptionbooleangetId()javax.money.MonetaryAmountgetPrice()com.broadleafcommerce.pricing.client.domain.PriceableTargetRefinthashCode()voidsetActiveStartDate(Instant activeStartDate) voidvoidsetPrice(javax.money.MonetaryAmount price) voidsetPriceListId(String priceListId) voidsetPriceListName(String priceListName) voidsetTarget(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:
 toStringin classAbstractPassthroughProperties
 
 -