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

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

    • entryProductExternalReferenceCode

      protected String entryProductExternalReferenceCode
    • entryProductId

      protected Long entryProductId
    • entryProductName

      protected Map<String,String> entryProductName
    • id

      protected Long id
    • priority

      protected Double priority
    • productExternalReferenceCode

      protected String productExternalReferenceCode
    • productId

      protected Long productId
    • productName

      protected Map<String,String> productName
    • quantity

      protected Integer quantity
    • xClassName

      public String xClassName
  • Constructor Details

    • GroupedProduct

      public GroupedProduct()
  • Method Details

    • toDTO

      public static GroupedProduct toDTO(String json)
    • unsafeToDTO

      public static GroupedProduct unsafeToDTO(String json)
    • getEntryProductExternalReferenceCode

      public String getEntryProductExternalReferenceCode()
    • setEntryProductExternalReferenceCode

      public void setEntryProductExternalReferenceCode(String entryProductExternalReferenceCode)
    • setEntryProductExternalReferenceCode

      public void setEntryProductExternalReferenceCode(com.liferay.petra.function.UnsafeSupplier<String,Exception> entryProductExternalReferenceCodeUnsafeSupplier)
    • getEntryProductId

      @DecimalMin("0") public @DecimalMin("0") Long getEntryProductId()
    • setEntryProductId

      public void setEntryProductId(Long entryProductId)
    • setEntryProductId

      public void setEntryProductId(com.liferay.petra.function.UnsafeSupplier<Long,Exception> entryProductIdUnsafeSupplier)
    • getEntryProductName

      @Valid public @Valid Map<String,String> getEntryProductName()
    • setEntryProductName

      public void setEntryProductName(Map<String,String> entryProductName)
    • setEntryProductName

      public void setEntryProductName(com.liferay.petra.function.UnsafeSupplier<Map<String,String>,Exception> entryProductNameUnsafeSupplier)
    • 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)
    • getPriority

      public Double getPriority()
    • setPriority

      public void setPriority(Double priority)
    • setPriority

      public void setPriority(com.liferay.petra.function.UnsafeSupplier<Double,Exception> priorityUnsafeSupplier)
    • 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)
    • getProductName

      @Valid public @Valid Map<String,String> getProductName()
    • setProductName

      public void setProductName(Map<String,String> productName)
    • setProductName

      public void setProductName(com.liferay.petra.function.UnsafeSupplier<Map<String,String>,Exception> productNameUnsafeSupplier)
    • getQuantity

      @DecimalMin("0") public @DecimalMin("0") Integer getQuantity()
    • setQuantity

      public void setQuantity(Integer quantity)
    • setQuantity

      public void setQuantity(com.liferay.petra.function.UnsafeSupplier<Integer,Exception> quantityUnsafeSupplier)
    • 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