Class PaymentMethodGroupRelOrderType

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

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

      @NotNull protected @NotNull Long paymentMethodGroupRelId
    • paymentMethodGroupRelOrderTypeId

      protected Long paymentMethodGroupRelOrderTypeId
    • priority

      protected Integer priority
    • xClassName

      public String xClassName
  • Constructor Details

    • PaymentMethodGroupRelOrderType

      public PaymentMethodGroupRelOrderType()
  • Method Details

    • toDTO

      public static PaymentMethodGroupRelOrderType toDTO(String json)
    • unsafeToDTO

      public static PaymentMethodGroupRelOrderType 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)
    • getPaymentMethodGroupRelId

      @DecimalMin("0") public @DecimalMin("0") Long getPaymentMethodGroupRelId()
    • setPaymentMethodGroupRelId

      public void setPaymentMethodGroupRelId(Long paymentMethodGroupRelId)
    • setPaymentMethodGroupRelId

      public void setPaymentMethodGroupRelId(com.liferay.petra.function.UnsafeSupplier<Long,Exception> paymentMethodGroupRelIdUnsafeSupplier)
    • getPaymentMethodGroupRelOrderTypeId

      @DecimalMin("0") public @DecimalMin("0") Long getPaymentMethodGroupRelOrderTypeId()
    • setPaymentMethodGroupRelOrderTypeId

      public void setPaymentMethodGroupRelOrderTypeId(Long paymentMethodGroupRelOrderTypeId)
    • setPaymentMethodGroupRelOrderTypeId

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