java.lang.Object
com.liferay.headless.commerce.delivery.order.dto.v1_0.OrderTransition
All Implemented Interfaces:
Serializable

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

    • comment

      protected String comment
    • label

      protected String label
    • name

      protected String name
    • orderId

      protected Long orderId
    • placedOrderId

      protected Long placedOrderId
    • workflowTaskId

      protected Long workflowTaskId
    • xClassName

      public String xClassName
  • Constructor Details

    • OrderTransition

      public OrderTransition()
  • Method Details

    • toDTO

      public static OrderTransition toDTO(String json)
    • unsafeToDTO

      public static OrderTransition unsafeToDTO(String json)
    • getComment

      public String getComment()
    • setComment

      public void setComment(String comment)
    • setComment

      public void setComment(com.liferay.petra.function.UnsafeSupplier<String,Exception> commentUnsafeSupplier)
    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String label)
    • setLabel

      public void setLabel(com.liferay.petra.function.UnsafeSupplier<String,Exception> labelUnsafeSupplier)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • setName

      public void setName(com.liferay.petra.function.UnsafeSupplier<String,Exception> nameUnsafeSupplier)
    • getOrderId

      public Long getOrderId()
    • setOrderId

      public void setOrderId(Long orderId)
    • setOrderId

      public void setOrderId(com.liferay.petra.function.UnsafeSupplier<Long,Exception> orderIdUnsafeSupplier)
    • getPlacedOrderId

      public Long getPlacedOrderId()
    • setPlacedOrderId

      public void setPlacedOrderId(Long placedOrderId)
    • setPlacedOrderId

      public void setPlacedOrderId(com.liferay.petra.function.UnsafeSupplier<Long,Exception> placedOrderIdUnsafeSupplier)
    • getWorkflowTaskId

      public Long getWorkflowTaskId()
    • setWorkflowTaskId

      public void setWorkflowTaskId(Long workflowTaskId)
    • setWorkflowTaskId

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