Class Prices
java.lang.Object
com.broadleafcommerce.dataexchange.domain.catalog.product.AbstractPassthroughProperties
com.broadleafcommerce.dataexchange.domain.AbstractExchangeObject
com.broadleafcommerce.dataexchange.domain.catalog.product.Prices
- All Implemented Interfaces:
PassthroughProperties
,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.The type of identifier that the price list is associated with.The list of prices associated with this price list.The type of price list that these prices are associated with.int
hashCode()
void
setIdentifier
(String identifier) The identifier of the price list that these prices are associated with.void
setIdentifierType
(String identifierType) The type of identifier that the price list is associated with.void
setPriceData
(List<PriceData> priceData) The list of prices associated with this price list.void
setPriceListType
(String priceListType) The type of price list that these prices are associated with.toString()
Methods inherited from class com.broadleafcommerce.dataexchange.domain.AbstractExchangeObject
getCorrelationId, getJsonPath, getParentCorrelationId, isNewlyCreated, setCorrelationId, setJsonPath, setNewlyCreated, setParentCorrelationId
Methods inherited from class com.broadleafcommerce.dataexchange.domain.catalog.product.AbstractPassthroughProperties
containsCustomProperty, getCustomProperties, getCustomProperty, setCustomProperties, setCustomProperty
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
-
getIdentifier
The identifier of the price list that these prices are associated with. May be interpreted differently (or not at all) based on the value ofidentifierType
. -
getIdentifierType
The type of identifier that the price list is associated with. SeePriceListIdentifier
. If value is not supplied, we -
getPriceListType
The type of price list that these prices are associated with. SeePriceListType
. If value not supplied, it is assumed the type isPriceListType.STANDARD
-
getPriceData
The list of prices associated with this price list. -
setIdentifier
The identifier of the price list that these prices are associated with. May be interpreted differently (or not at all) based on the value ofidentifierType
. -
setIdentifierType
The type of identifier that the price list is associated with. SeePriceListIdentifier
. If value is not supplied, we -
setPriceListType
The type of price list that these prices are associated with. SeePriceListType
. If value not supplied, it is assumed the type isPriceListType.STANDARD
-
setPriceData
The list of prices associated with this price list. -
equals
- Overrides:
equals
in classAbstractExchangeObject
-
canEqual
- Overrides:
canEqual
in classAbstractExchangeObject
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAbstractExchangeObject
-
toString
- Overrides:
toString
in classAbstractExchangeObject
-