Class GetPriceParams
java.lang.Object
ch.tocco.nice2.optional.webshop.api.tasks.GetPriceParams
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionGetPriceParams
(Entity article, GetPriceParams.PriceReturnType priceType) GetPriceParams
(Entity article, Optional<Entity> priceCategory, GetPriceParams.PriceReturnType priceType) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setArticle
(Entity article) void
setPriceCategory
(Optional<Entity> priceCategory) void
setPriceType
(GetPriceParams.PriceReturnType priceReturnType)
-
Constructor Details
-
GetPriceParams
-
GetPriceParams
public GetPriceParams(Entity article, Optional<Entity> priceCategory, GetPriceParams.PriceReturnType priceType)
-
-
Method Details
-
getArticle
-
setArticle
-
getPriceCategory
-
setPriceCategory
-
getPriceReturnType
-
setPriceType
-