Class ProductConfigurationListOrderType

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

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

    • actions

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

      protected OrderType orderType
    • orderTypeExternalReferenceCode

      protected String orderTypeExternalReferenceCode
    • orderTypeId

      @NotNull protected @NotNull Long orderTypeId
    • priority

      protected Integer priority
    • productConfigurationListExternalReferenceCode

      protected String productConfigurationListExternalReferenceCode
    • productConfigurationListId

      @NotNull protected @NotNull Long productConfigurationListId
    • productConfigurationListOrderTypeId

      protected Long productConfigurationListOrderTypeId
    • xClassName

      public String xClassName
  • Constructor Details

    • ProductConfigurationListOrderType

      public ProductConfigurationListOrderType()
  • Method Details

    • toDTO

      public static ProductConfigurationListOrderType toDTO(String json)
    • unsafeToDTO

      public static ProductConfigurationListOrderType 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)
    • getOrderType

      @Valid public @Valid OrderType getOrderType()
    • setOrderType

      public void setOrderType(OrderType orderType)
    • setOrderType

      public void setOrderType(com.liferay.petra.function.UnsafeSupplier<OrderType,Exception> orderTypeUnsafeSupplier)
    • getOrderTypeExternalReferenceCode

      public String getOrderTypeExternalReferenceCode()
    • setOrderTypeExternalReferenceCode

      public void setOrderTypeExternalReferenceCode(String orderTypeExternalReferenceCode)
    • setOrderTypeExternalReferenceCode

      public void setOrderTypeExternalReferenceCode(com.liferay.petra.function.UnsafeSupplier<String,Exception> orderTypeExternalReferenceCodeUnsafeSupplier)
    • getOrderTypeId

      @DecimalMin("0") public @DecimalMin("0") Long getOrderTypeId()
    • setOrderTypeId

      public void setOrderTypeId(Long orderTypeId)
    • setOrderTypeId

      public void setOrderTypeId(com.liferay.petra.function.UnsafeSupplier<Long,Exception> orderTypeIdUnsafeSupplier)
    • getPriority

      @DecimalMin("0") public @DecimalMin("0") Integer getPriority()
    • setPriority

      public void setPriority(Integer priority)
    • setPriority

      public void setPriority(com.liferay.petra.function.UnsafeSupplier<Integer,Exception> priorityUnsafeSupplier)
    • getProductConfigurationListExternalReferenceCode

      public String getProductConfigurationListExternalReferenceCode()
    • setProductConfigurationListExternalReferenceCode

      public void setProductConfigurationListExternalReferenceCode(String productConfigurationListExternalReferenceCode)
    • setProductConfigurationListExternalReferenceCode

      public void setProductConfigurationListExternalReferenceCode(com.liferay.petra.function.UnsafeSupplier<String,Exception> productConfigurationListExternalReferenceCodeUnsafeSupplier)
    • getProductConfigurationListId

      @DecimalMin("0") public @DecimalMin("0") Long getProductConfigurationListId()
    • setProductConfigurationListId

      public void setProductConfigurationListId(Long productConfigurationListId)
    • setProductConfigurationListId

      public void setProductConfigurationListId(com.liferay.petra.function.UnsafeSupplier<Long,Exception> productConfigurationListIdUnsafeSupplier)
    • getProductConfigurationListOrderTypeId

      @DecimalMin("0") public @DecimalMin("0") Long getProductConfigurationListOrderTypeId()
    • setProductConfigurationListOrderTypeId

      public void setProductConfigurationListOrderTypeId(Long productConfigurationListOrderTypeId)
    • setProductConfigurationListOrderTypeId

      public void setProductConfigurationListOrderTypeId(com.liferay.petra.function.UnsafeSupplier<Long,Exception> productConfigurationListOrderTypeIdUnsafeSupplier)
    • 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