Class ProductSpecification
java.lang.Object
com.liferay.headless.commerce.delivery.catalog.dto.v1_0.ProductSpecification
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
@DecimalMin("0") Long
getId()
@DecimalMin("0") Long
@DecimalMin("0") Double
@DecimalMin("0") Long
@DecimalMin("0") Long
@DecimalMin("0") Double
getValue()
int
hashCode()
void
void
void
setOptionCategoryId
(com.liferay.petra.function.UnsafeSupplier<Long, Exception> optionCategoryIdUnsafeSupplier) void
setOptionCategoryId
(Long optionCategoryId) void
setPriority
(com.liferay.petra.function.UnsafeSupplier<Double, Exception> priorityUnsafeSupplier) void
setPriority
(Double priority) void
setProductId
(com.liferay.petra.function.UnsafeSupplier<Long, Exception> productIdUnsafeSupplier) void
setProductId
(Long productId) void
setSpecificationGroupKey
(com.liferay.petra.function.UnsafeSupplier<String, Exception> specificationGroupKeyUnsafeSupplier) void
setSpecificationGroupKey
(String specificationGroupKey) void
setSpecificationGroupTitle
(com.liferay.petra.function.UnsafeSupplier<String, Exception> specificationGroupTitleUnsafeSupplier) void
setSpecificationGroupTitle
(String specificationGroupTitle) void
setSpecificationId
(com.liferay.petra.function.UnsafeSupplier<Long, Exception> specificationIdUnsafeSupplier) void
setSpecificationId
(Long specificationId) void
setSpecificationKey
(com.liferay.petra.function.UnsafeSupplier<String, Exception> specificationKeyUnsafeSupplier) void
setSpecificationKey
(String specificationKey) void
setSpecificationPriority
(com.liferay.petra.function.UnsafeSupplier<Double, Exception> specificationPriorityUnsafeSupplier) void
setSpecificationPriority
(Double specificationPriority) void
setSpecificationTitle
(com.liferay.petra.function.UnsafeSupplier<String, Exception> specificationTitleUnsafeSupplier) void
setSpecificationTitle
(String specificationTitle) void
void
static ProductSpecification
toString()
static ProductSpecification
unsafeToDTO
(String json)
-
Field Details
-
id
-
optionCategoryId
-
priority
-
productId
-
specificationGroupKey
-
specificationGroupTitle
-
specificationId
-
specificationKey
-
specificationPriority
-
specificationTitle
-
value
-
xClassName
-
-
Constructor Details
-
ProductSpecification
public ProductSpecification()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getId
-
setId
-
setId
-
getOptionCategoryId
-
setOptionCategoryId
-
setOptionCategoryId
-
getPriority
-
setPriority
-
setPriority
-
getProductId
-
setProductId
-
setProductId
-
getSpecificationGroupKey
-
setSpecificationGroupKey
-
setSpecificationGroupKey
-
getSpecificationGroupTitle
-
setSpecificationGroupTitle
-
setSpecificationGroupTitle
-
getSpecificationId
-
setSpecificationId
-
setSpecificationId
-
getSpecificationKey
-
setSpecificationKey
-
setSpecificationKey
-
getSpecificationPriority
-
setSpecificationPriority
-
setSpecificationPriority
-
getSpecificationTitle
-
setSpecificationTitle
-
setSpecificationTitle
-
getValue
-
setValue
-
setValue
-
equals
-
hashCode
public int hashCode() -
toString
-