Class ProductDisplayPage
java.lang.Object
com.liferay.headless.commerce.admin.channel.dto.v1_0.ProductDisplayPage
- 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
int
hashCode()
void
setActions
(com.liferay.petra.function.UnsafeSupplier<Map<String, Map<String, String>>, Exception> actionsUnsafeSupplier) void
void
void
void
setPageTemplateUuid
(com.liferay.petra.function.UnsafeSupplier<String, Exception> pageTemplateUuidUnsafeSupplier) void
setPageTemplateUuid
(String pageTemplateUuid) void
setPageUuid
(com.liferay.petra.function.UnsafeSupplier<String, Exception> pageUuidUnsafeSupplier) void
setPageUuid
(String pageUuid) void
setProductExternalReferenceCode
(com.liferay.petra.function.UnsafeSupplier<String, Exception> productExternalReferenceCodeUnsafeSupplier) void
setProductExternalReferenceCode
(String productExternalReferenceCode) void
setProductId
(com.liferay.petra.function.UnsafeSupplier<Long, Exception> productIdUnsafeSupplier) void
setProductId
(Long productId) static ProductDisplayPage
toString()
static ProductDisplayPage
unsafeToDTO
(String json)
-
Field Details
-
actions
-
id
-
pageTemplateUuid
-
pageUuid
-
productExternalReferenceCode
-
productId
-
xClassName
-
-
Constructor Details
-
ProductDisplayPage
public ProductDisplayPage()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getActions
-
setActions
-
setActions
-
getId
-
setId
-
setId
-
getPageTemplateUuid
-
setPageTemplateUuid
-
setPageTemplateUuid
-
getPageUuid
-
setPageUuid
-
setPageUuid
-
getProductExternalReferenceCode
-
setProductExternalReferenceCode
-
setProductExternalReferenceCode
-
getProductId
-
setProductId
-
setProductId
-
equals
-
hashCode
public int hashCode() -
toString
-