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 booleanbooleanThe identifier of the price list that these prices are associated with.inthashCode()voidsetPriceData(List<PriceData> priceData) voidsetPriceListId(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, setParentCorrelationIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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:
toStringin classAbstractExchangeObject
-
equals
- Overrides:
equalsin classAbstractExchangeObject
-
canEqual
- Overrides:
canEqualin classAbstractExchangeObject
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractExchangeObject
-