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 booleanbooleanThe 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.inthashCode()voidsetIdentifier(String identifier) The identifier of the price list that these prices are associated with.voidsetIdentifierType(String identifierType) The type of identifier that the price list is associated with.voidsetPriceData(List<PriceData> priceData) The list of prices associated with this price list.voidsetPriceListType(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, setParentCorrelationIdMethods inherited from class com.broadleafcommerce.dataexchange.domain.catalog.product.AbstractPassthroughProperties
containsCustomProperty, getCustomProperties, getCustomProperty, setCustomProperties, setCustomPropertyMethods 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
- 
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:
 equalsin classAbstractExchangeObject
 - 
canEqual
- Overrides:
 canEqualin classAbstractExchangeObject
 - 
hashCode
public int hashCode()- Overrides:
 hashCodein classAbstractExchangeObject
 - 
toString
- Overrides:
 toStringin classAbstractExchangeObject
 
 -