Class PlacedOrderItemShipment

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

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

    • accountId

      protected Long accountId
    • author

      protected String author
    • carrier

      protected String carrier
    • createDate

      protected Date createDate
    • estimatedDeliveryDate

      protected Date estimatedDeliveryDate
    • estimatedShippingDate

      protected Date estimatedShippingDate
    • externalReferenceCode

      protected String externalReferenceCode
    • id

      protected Long id
    • modifiedDate

      protected Date modifiedDate
    • orderId

      protected Long orderId
    • quantity

      protected BigDecimal quantity
    • shippingAddressId

      protected Long shippingAddressId
    • shippingMethodId

      protected Long shippingMethodId
    • shippingOptionName

      protected String shippingOptionName
    • status

      protected Status status
    • supplierShipment

      protected Boolean supplierShipment
    • trackingNumber

      protected String trackingNumber
    • trackingURL

      protected String trackingURL
    • unitOfMeasureKey

      protected String unitOfMeasureKey
    • xClassName

      public String xClassName
  • Constructor Details

    • PlacedOrderItemShipment

      public PlacedOrderItemShipment()
  • Method Details

    • toDTO

      public static PlacedOrderItemShipment toDTO(String json)
    • unsafeToDTO

      public static PlacedOrderItemShipment unsafeToDTO(String json)
    • getAccountId

      @DecimalMin("0") public @DecimalMin("0") Long getAccountId()
    • setAccountId

      public void setAccountId(Long accountId)
    • setAccountId

      public void setAccountId(com.liferay.petra.function.UnsafeSupplier<Long,Exception> accountIdUnsafeSupplier)
    • getAuthor

      public String getAuthor()
    • setAuthor

      public void setAuthor(String author)
    • setAuthor

      public void setAuthor(com.liferay.petra.function.UnsafeSupplier<String,Exception> authorUnsafeSupplier)
    • getCarrier

      public String getCarrier()
    • setCarrier

      public void setCarrier(String carrier)
    • setCarrier

      public void setCarrier(com.liferay.petra.function.UnsafeSupplier<String,Exception> carrierUnsafeSupplier)
    • getCreateDate

      public Date getCreateDate()
    • setCreateDate

      public void setCreateDate(Date createDate)
    • setCreateDate

      public void setCreateDate(com.liferay.petra.function.UnsafeSupplier<Date,Exception> createDateUnsafeSupplier)
    • getEstimatedDeliveryDate

      public Date getEstimatedDeliveryDate()
    • setEstimatedDeliveryDate

      public void setEstimatedDeliveryDate(Date estimatedDeliveryDate)
    • setEstimatedDeliveryDate

      public void setEstimatedDeliveryDate(com.liferay.petra.function.UnsafeSupplier<Date,Exception> estimatedDeliveryDateUnsafeSupplier)
    • getEstimatedShippingDate

      public Date getEstimatedShippingDate()
    • setEstimatedShippingDate

      public void setEstimatedShippingDate(Date estimatedShippingDate)
    • setEstimatedShippingDate

      public void setEstimatedShippingDate(com.liferay.petra.function.UnsafeSupplier<Date,Exception> estimatedShippingDateUnsafeSupplier)
    • getExternalReferenceCode

      public String getExternalReferenceCode()
    • setExternalReferenceCode

      public void setExternalReferenceCode(String externalReferenceCode)
    • setExternalReferenceCode

      public void setExternalReferenceCode(com.liferay.petra.function.UnsafeSupplier<String,Exception> externalReferenceCodeUnsafeSupplier)
    • getId

      @DecimalMin("0") public @DecimalMin("0") Long getId()
    • setId

      public void setId(Long id)
    • setId

      public void setId(com.liferay.petra.function.UnsafeSupplier<Long,Exception> idUnsafeSupplier)
    • getModifiedDate

      public Date getModifiedDate()
    • setModifiedDate

      public void setModifiedDate(Date modifiedDate)
    • setModifiedDate

      public void setModifiedDate(com.liferay.petra.function.UnsafeSupplier<Date,Exception> modifiedDateUnsafeSupplier)
    • getOrderId

      @DecimalMin("0") public @DecimalMin("0") Long getOrderId()
    • setOrderId

      public void setOrderId(Long orderId)
    • setOrderId

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

      @Valid public @Valid BigDecimal getQuantity()
    • setQuantity

      public void setQuantity(BigDecimal quantity)
    • setQuantity

      public void setQuantity(com.liferay.petra.function.UnsafeSupplier<BigDecimal,Exception> quantityUnsafeSupplier)
    • getShippingAddressId

      @DecimalMin("0") public @DecimalMin("0") Long getShippingAddressId()
    • setShippingAddressId

      public void setShippingAddressId(Long shippingAddressId)
    • setShippingAddressId

      public void setShippingAddressId(com.liferay.petra.function.UnsafeSupplier<Long,Exception> shippingAddressIdUnsafeSupplier)
    • getShippingMethodId

      @DecimalMin("0") public @DecimalMin("0") Long getShippingMethodId()
    • setShippingMethodId

      public void setShippingMethodId(Long shippingMethodId)
    • setShippingMethodId

      public void setShippingMethodId(com.liferay.petra.function.UnsafeSupplier<Long,Exception> shippingMethodIdUnsafeSupplier)
    • getShippingOptionName

      public String getShippingOptionName()
    • setShippingOptionName

      public void setShippingOptionName(String shippingOptionName)
    • setShippingOptionName

      public void setShippingOptionName(com.liferay.petra.function.UnsafeSupplier<String,Exception> shippingOptionNameUnsafeSupplier)
    • getStatus

      @Valid public @Valid Status getStatus()
    • setStatus

      public void setStatus(Status status)
    • setStatus

      public void setStatus(com.liferay.petra.function.UnsafeSupplier<Status,Exception> statusUnsafeSupplier)
    • getSupplierShipment

      public Boolean getSupplierShipment()
    • setSupplierShipment

      public void setSupplierShipment(Boolean supplierShipment)
    • setSupplierShipment

      public void setSupplierShipment(com.liferay.petra.function.UnsafeSupplier<Boolean,Exception> supplierShipmentUnsafeSupplier)
    • getTrackingNumber

      public String getTrackingNumber()
    • setTrackingNumber

      public void setTrackingNumber(String trackingNumber)
    • setTrackingNumber

      public void setTrackingNumber(com.liferay.petra.function.UnsafeSupplier<String,Exception> trackingNumberUnsafeSupplier)
    • getTrackingURL

      public String getTrackingURL()
    • setTrackingURL

      public void setTrackingURL(String trackingURL)
    • setTrackingURL

      public void setTrackingURL(com.liferay.petra.function.UnsafeSupplier<String,Exception> trackingURLUnsafeSupplier)
    • getUnitOfMeasureKey

      public String getUnitOfMeasureKey()
    • setUnitOfMeasureKey

      public void setUnitOfMeasureKey(String unitOfMeasureKey)
    • setUnitOfMeasureKey

      public void setUnitOfMeasureKey(com.liferay.petra.function.UnsafeSupplier<String,Exception> unitOfMeasureKeyUnsafeSupplier)
    • 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