Class ShippingFixedOptionOrderType

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

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

      @NotNull protected @NotNull Long shippingFixedOptionId
    • shippingFixedOptionOrderTypeId

      protected Long shippingFixedOptionOrderTypeId
    • xClassName

      public String xClassName
  • Constructor Details

    • ShippingFixedOptionOrderType

      public ShippingFixedOptionOrderType()
  • Method Details

    • toDTO

      public static ShippingFixedOptionOrderType toDTO(String json)
    • unsafeToDTO

      public static ShippingFixedOptionOrderType 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)
    • getShippingFixedOptionId

      @DecimalMin("0") public @DecimalMin("0") Long getShippingFixedOptionId()
    • setShippingFixedOptionId

      public void setShippingFixedOptionId(Long shippingFixedOptionId)
    • setShippingFixedOptionId

      public void setShippingFixedOptionId(com.liferay.petra.function.UnsafeSupplier<Long,Exception> shippingFixedOptionIdUnsafeSupplier)
    • getShippingFixedOptionOrderTypeId

      @DecimalMin("0") public @DecimalMin("0") Long getShippingFixedOptionOrderTypeId()
    • setShippingFixedOptionOrderTypeId

      public void setShippingFixedOptionOrderTypeId(Long shippingFixedOptionOrderTypeId)
    • setShippingFixedOptionOrderTypeId

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