Class Prices
java.lang.Object
com.broadleafcommerce.dataexchange.domain.AbstractExchangeObject
com.broadleafcommerce.dataexchange.domain.product.Prices
- All Implemented Interfaces:
ExchangeObject
,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The identifier of the price list that these prices are associated with.int
hashCode()
void
setPriceData
(List<PriceData> priceData) void
setPriceListId
(String priceListId) The identifier of the price list that these prices are associated with.toString()
Methods inherited from class com.broadleafcommerce.dataexchange.domain.AbstractExchangeObject
getCorrelationId, getCustomProperties, getParentCorrelationId, isNewlyCreated, setCorrelationId, setCustomProperties, setCustomProperty, setNewlyCreated, setParentCorrelationId
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.broadleafcommerce.dataexchange.domain.ExchangeObject
getContextState, getId, setContextState, setId
-
Constructor Details
-
Prices
public Prices()
-
-
Method Details
-
getPriceListId
The identifier of the price list that these prices are associated with. -
getPriceData
-
setPriceListId
The identifier of the price list that these prices are associated with. -
setPriceData
-
toString
- Overrides:
toString
in classAbstractExchangeObject
-
equals
- Overrides:
equals
in classAbstractExchangeObject
-
canEqual
- Overrides:
canEqual
in classAbstractExchangeObject
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAbstractExchangeObject
-