Class ProductSpecification
java.lang.Object
com.liferay.headless.commerce.admin.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()
getKey()
getLabel()
@DecimalMin("0") Long
@DecimalMin("0") Double
@DecimalMin("0") Long
@DecimalMin("0") Long
getValue()
int
hashCode()
void
setExternalReferenceCode
(com.liferay.petra.function.UnsafeSupplier<String, Exception> externalReferenceCodeUnsafeSupplier) void
setExternalReferenceCode
(String externalReferenceCode) void
void
void
void
void
setLabel
(com.liferay.petra.function.UnsafeSupplier<Map<String, String>, Exception> labelUnsafeSupplier) void
void
setOptionCategoryExternalReferenceCode
(com.liferay.petra.function.UnsafeSupplier<String, Exception> optionCategoryExternalReferenceCodeUnsafeSupplier) void
setOptionCategoryExternalReferenceCode
(String optionCategoryExternalReferenceCode) 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
setSpecificationExternalReferenceCode
(com.liferay.petra.function.UnsafeSupplier<String, Exception> specificationExternalReferenceCodeUnsafeSupplier) void
setSpecificationExternalReferenceCode
(String specificationExternalReferenceCode) 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
setValue
(com.liferay.petra.function.UnsafeSupplier<Map<String, String>, Exception> valueUnsafeSupplier) void
static ProductSpecification
toString()
static ProductSpecification
unsafeToDTO
(String json)
-
Field Details
-
externalReferenceCode
-
id
-
key
-
label
-
optionCategoryExternalReferenceCode
-
optionCategoryId
-
priority
-
productId
-
specificationExternalReferenceCode
-
specificationId
-
specificationKey
-
specificationPriority
-
value
-
xClassName
-
-
Constructor Details
-
ProductSpecification
public ProductSpecification()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getExternalReferenceCode
-
setExternalReferenceCode
-
setExternalReferenceCode
-
getId
-
setId
-
setId
-
getKey
-
setKey
-
setKey
-
getLabel
-
setLabel
-
setLabel
-
getOptionCategoryExternalReferenceCode
-
setOptionCategoryExternalReferenceCode
-
setOptionCategoryExternalReferenceCode
-
getOptionCategoryId
-
setOptionCategoryId
-
setOptionCategoryId
-
getPriority
-
setPriority
-
setPriority
-
getProductId
-
setProductId
-
setProductId
-
getSpecificationExternalReferenceCode
-
setSpecificationExternalReferenceCode
-
setSpecificationExternalReferenceCode
-
getSpecificationId
-
setSpecificationId
-
setSpecificationId
-
getSpecificationKey
-
setSpecificationKey
-
setSpecificationKey
-
getSpecificationPriority
-
setSpecificationPriority
-
setSpecificationPriority
-
getValue
-
setValue
-
setValue
-
equals
-
hashCode
public int hashCode() -
toString
-