Class PriceListOrderType

java.lang.Object
com.liferay.headless.commerce.admin.pricing.dto.v2_0.PriceListOrderType
All Implemented Interfaces:
Serializable

@Generated("") public class PriceListOrderType 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
    • priceListExternalReferenceCode

      protected String priceListExternalReferenceCode
    • priceListId

      @NotNull protected @NotNull Long priceListId
    • priceListOrderTypeId

      protected Long priceListOrderTypeId
    • priority

      protected Integer priority
    • xClassName

      public String xClassName
  • Constructor Details

    • PriceListOrderType

      public PriceListOrderType()
  • Method Details

    • toDTO

      public static PriceListOrderType toDTO(String json)
    • unsafeToDTO

      public static PriceListOrderType 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)
    • getPriceListExternalReferenceCode

      public String getPriceListExternalReferenceCode()
    • setPriceListExternalReferenceCode

      public void setPriceListExternalReferenceCode(String priceListExternalReferenceCode)
    • setPriceListExternalReferenceCode

      public void setPriceListExternalReferenceCode(com.liferay.petra.function.UnsafeSupplier<String,Exception> priceListExternalReferenceCodeUnsafeSupplier)
    • getPriceListId

      @DecimalMin("0") public @DecimalMin("0") Long getPriceListId()
    • setPriceListId

      public void setPriceListId(Long priceListId)
    • setPriceListId

      public void setPriceListId(com.liferay.petra.function.UnsafeSupplier<Long,Exception> priceListIdUnsafeSupplier)
    • getPriceListOrderTypeId

      @DecimalMin("0") public @DecimalMin("0") Long getPriceListOrderTypeId()
    • setPriceListOrderTypeId

      public void setPriceListOrderTypeId(Long priceListOrderTypeId)
    • setPriceListOrderTypeId

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