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

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

    • cartId

      protected Long cartId
    • comment

      protected String comment
    • label

      protected String label
    • name

      protected String name
    • open

      protected Boolean open
    • workflowTaskId

      protected Long workflowTaskId
    • xClassName

      public String xClassName
  • Constructor Details

    • CartTransition

      public CartTransition()
  • Method Details

    • toDTO

      public static CartTransition toDTO(String json)
    • unsafeToDTO

      public static CartTransition unsafeToDTO(String json)
    • getCartId

      public Long getCartId()
    • setCartId

      public void setCartId(Long cartId)
    • setCartId

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

      public Boolean getOpen()
    • setOpen

      public void setOpen(Boolean open)
    • setOpen

      public void setOpen(com.liferay.petra.function.UnsafeSupplier<Boolean,Exception> openUnsafeSupplier)
    • 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