Class DiscountSku
java.lang.Object
com.liferay.headless.commerce.admin.pricing.dto.v2_0.DiscountSku
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
@DecimalMin("0") Long
@DecimalMin("0") Long
@DecimalMin("0") Long
@Valid Sku
getSku()
@DecimalMin("0") Long
getSkuId()
int
hashCode()
void
setActions
(com.liferay.petra.function.UnsafeSupplier<Map<String, Map<String, String>>, Exception> actionsUnsafeSupplier) void
void
setDiscountExternalReferenceCode
(com.liferay.petra.function.UnsafeSupplier<String, Exception> discountExternalReferenceCodeUnsafeSupplier) void
setDiscountExternalReferenceCode
(String discountExternalReferenceCode) void
setDiscountId
(com.liferay.petra.function.UnsafeSupplier<Long, Exception> discountIdUnsafeSupplier) void
setDiscountId
(Long discountId) void
setDiscountSkuId
(com.liferay.petra.function.UnsafeSupplier<Long, Exception> discountSkuIdUnsafeSupplier) void
setDiscountSkuId
(Long discountSkuId) void
setProductId
(com.liferay.petra.function.UnsafeSupplier<Long, Exception> productIdUnsafeSupplier) void
setProductId
(Long productId) void
setProductName
(com.liferay.petra.function.UnsafeSupplier<Map<String, String>, Exception> productNameUnsafeSupplier) void
setProductName
(Map<String, String> productName) void
void
void
setSkuExternalReferenceCode
(com.liferay.petra.function.UnsafeSupplier<String, Exception> skuExternalReferenceCodeUnsafeSupplier) void
setSkuExternalReferenceCode
(String skuExternalReferenceCode) void
void
void
setUnitOfMeasureKey
(com.liferay.petra.function.UnsafeSupplier<String, Exception> unitOfMeasureKeyUnsafeSupplier) void
setUnitOfMeasureKey
(String unitOfMeasureKey) static DiscountSku
toString()
static DiscountSku
unsafeToDTO
(String json)
-
Field Details
-
actions
-
discountExternalReferenceCode
-
discountId
-
discountSkuId
-
productId
-
productName
-
sku
-
skuExternalReferenceCode
-
skuId
-
unitOfMeasureKey
-
xClassName
-
-
Constructor Details
-
DiscountSku
public DiscountSku()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getActions
-
setActions
-
setActions
-
getDiscountExternalReferenceCode
-
setDiscountExternalReferenceCode
-
setDiscountExternalReferenceCode
-
getDiscountId
-
setDiscountId
-
setDiscountId
-
getDiscountSkuId
-
setDiscountSkuId
-
setDiscountSkuId
-
getProductId
-
setProductId
-
setProductId
-
getProductName
-
setProductName
-
setProductName
-
getSku
-
setSku
-
setSku
-
getSkuExternalReferenceCode
-
setSkuExternalReferenceCode
-
setSkuExternalReferenceCode
-
getSkuId
-
setSkuId
-
setSkuId
-
getUnitOfMeasureKey
-
setUnitOfMeasureKey
-
setUnitOfMeasureKey
-
equals
-
hashCode
public int hashCode() -
toString
-