Class ProductDisplayPage

java.lang.Object
com.liferay.headless.commerce.admin.channel.dto.v1_0.ProductDisplayPage
All Implemented Interfaces:
Serializable

@Generated("") public class ProductDisplayPage extends Object implements Serializable
See Also:
Generated:
  • Field Details

    • actions

      protected Map<String,Map<String,String>> actions
    • id

      protected Long id
    • pageTemplateUuid

      protected String pageTemplateUuid
    • pageUuid

      protected String pageUuid
    • productExternalReferenceCode

      protected String productExternalReferenceCode
    • productId

      protected Long productId
    • xClassName

      public String xClassName
  • Constructor Details

    • ProductDisplayPage

      public ProductDisplayPage()
  • Method Details

    • toDTO

      public static ProductDisplayPage toDTO(String json)
    • unsafeToDTO

      public static ProductDisplayPage unsafeToDTO(String json)
    • getActions

      @Valid public @Valid Map<String,Map<String,String>> getActions()
    • setActions

      public void setActions(Map<String,Map<String,String>> actions)
    • setActions

      public void setActions(com.liferay.petra.function.UnsafeSupplier<Map<String,Map<String,String>>,Exception> actionsUnsafeSupplier)
    • getId

      @DecimalMin("0") public @DecimalMin("0") Long getId()
    • setId

      public void setId(Long id)
    • setId

      public void setId(com.liferay.petra.function.UnsafeSupplier<Long,Exception> idUnsafeSupplier)
    • getPageTemplateUuid

      public String getPageTemplateUuid()
    • setPageTemplateUuid

      public void setPageTemplateUuid(String pageTemplateUuid)
    • setPageTemplateUuid

      public void setPageTemplateUuid(com.liferay.petra.function.UnsafeSupplier<String,Exception> pageTemplateUuidUnsafeSupplier)
    • getPageUuid

      public String getPageUuid()
    • setPageUuid

      public void setPageUuid(String pageUuid)
    • setPageUuid

      public void setPageUuid(com.liferay.petra.function.UnsafeSupplier<String,Exception> pageUuidUnsafeSupplier)
    • getProductExternalReferenceCode

      public String getProductExternalReferenceCode()
    • setProductExternalReferenceCode

      public void setProductExternalReferenceCode(String productExternalReferenceCode)
    • setProductExternalReferenceCode

      public void setProductExternalReferenceCode(com.liferay.petra.function.UnsafeSupplier<String,Exception> productExternalReferenceCodeUnsafeSupplier)
    • getProductId

      @DecimalMin("0") public @DecimalMin("0") Long getProductId()
    • setProductId

      public void setProductId(Long productId)
    • setProductId

      public void setProductId(com.liferay.petra.function.UnsafeSupplier<Long,Exception> productIdUnsafeSupplier)
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object