@Generated(value="")
public class PlacedOrderItem
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
adaptiveMediaImageHTMLTag |
protected java.util.Map<java.lang.String,?> |
customFields |
protected java.lang.String |
deliveryGroup
Deprecated.
|
protected java.lang.String |
deliveryGroupName |
protected java.lang.String[] |
errorMessages |
protected java.lang.String |
externalReferenceCode |
protected java.lang.Long |
id |
protected java.lang.String |
name |
protected java.lang.String |
options |
protected java.lang.Long |
parentOrderItemId |
protected PlacedOrderItem[] |
placedOrderItems |
protected PlacedOrderItemShipment[] |
placedOrderItemShipments |
protected Price |
price |
protected java.lang.Long |
productId |
protected java.util.Map<java.lang.String,java.lang.String> |
productURLs |
protected java.math.BigDecimal |
quantity |
protected java.lang.String |
replacedSku |
protected java.util.Date |
requestedDeliveryDate |
protected Settings |
settings |
protected java.lang.String |
shippingAddressExternalReferenceCode |
protected java.lang.Long |
shippingAddressId |
protected java.lang.String |
sku |
protected java.lang.Long |
skuId |
protected java.lang.Boolean |
subscription |
protected java.lang.String |
thumbnail |
protected java.lang.String |
unitOfMeasure |
protected java.lang.String |
unitOfMeasureKey |
protected java.lang.Boolean |
valid |
protected VirtualItem[] |
virtualItems |
protected java.lang.String[] |
virtualItemURLs |
java.lang.String |
xClassName |
Constructor and Description |
---|
PlacedOrderItem() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object) |
java.lang.String |
getAdaptiveMediaImageHTMLTag() |
@Valid java.util.Map<java.lang.String,?> |
getCustomFields() |
java.lang.String |
getDeliveryGroup() |
java.lang.String |
getDeliveryGroupName() |
java.lang.String[] |
getErrorMessages() |
java.lang.String |
getExternalReferenceCode() |
java.lang.Long |
getId() |
java.lang.String |
getName() |
java.lang.String |
getOptions() |
java.lang.Long |
getParentOrderItemId() |
@Valid PlacedOrderItem[] |
getPlacedOrderItems() |
@Valid PlacedOrderItemShipment[] |
getPlacedOrderItemShipments() |
@Valid Price |
getPrice() |
java.lang.Long |
getProductId() |
@Valid java.util.Map<java.lang.String,java.lang.String> |
getProductURLs() |
@Valid java.math.BigDecimal |
getQuantity() |
java.lang.String |
getReplacedSku() |
java.util.Date |
getRequestedDeliveryDate() |
@Valid Settings |
getSettings() |
java.lang.String |
getShippingAddressExternalReferenceCode() |
java.lang.Long |
getShippingAddressId() |
java.lang.String |
getSku() |
java.lang.Long |
getSkuId() |
java.lang.Boolean |
getSubscription() |
java.lang.String |
getThumbnail() |
java.lang.String |
getUnitOfMeasure() |
java.lang.String |
getUnitOfMeasureKey() |
java.lang.Boolean |
getValid() |
@Valid VirtualItem[] |
getVirtualItems() |
java.lang.String[] |
getVirtualItemURLs() |
int |
hashCode() |
void |
setAdaptiveMediaImageHTMLTag(java.lang.String adaptiveMediaImageHTMLTag) |
void |
setAdaptiveMediaImageHTMLTag(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> adaptiveMediaImageHTMLTagUnsafeSupplier) |
void |
setCustomFields(java.util.Map<java.lang.String,?> customFields) |
void |
setCustomFields(com.liferay.petra.function.UnsafeSupplier<java.util.Map<java.lang.String,?>,java.lang.Exception> customFieldsUnsafeSupplier) |
void |
setDeliveryGroup(java.lang.String deliveryGroup) |
void |
setDeliveryGroup(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> deliveryGroupUnsafeSupplier) |
void |
setDeliveryGroupName(java.lang.String deliveryGroupName) |
void |
setDeliveryGroupName(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> deliveryGroupNameUnsafeSupplier) |
void |
setErrorMessages(java.lang.String[] errorMessages) |
void |
setErrorMessages(com.liferay.petra.function.UnsafeSupplier<java.lang.String[],java.lang.Exception> errorMessagesUnsafeSupplier) |
void |
setExternalReferenceCode(java.lang.String externalReferenceCode) |
void |
setExternalReferenceCode(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> externalReferenceCodeUnsafeSupplier) |
void |
setId(java.lang.Long id) |
void |
setId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> idUnsafeSupplier) |
void |
setName(java.lang.String name) |
void |
setName(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> nameUnsafeSupplier) |
void |
setOptions(java.lang.String options) |
void |
setOptions(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> optionsUnsafeSupplier) |
void |
setParentOrderItemId(java.lang.Long parentOrderItemId) |
void |
setParentOrderItemId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> parentOrderItemIdUnsafeSupplier) |
void |
setPlacedOrderItems(PlacedOrderItem[] placedOrderItems) |
void |
setPlacedOrderItems(com.liferay.petra.function.UnsafeSupplier<PlacedOrderItem[],java.lang.Exception> placedOrderItemsUnsafeSupplier) |
void |
setPlacedOrderItemShipments(PlacedOrderItemShipment[] placedOrderItemShipments) |
void |
setPlacedOrderItemShipments(com.liferay.petra.function.UnsafeSupplier<PlacedOrderItemShipment[],java.lang.Exception> placedOrderItemShipmentsUnsafeSupplier) |
void |
setPrice(Price price) |
void |
setPrice(com.liferay.petra.function.UnsafeSupplier<Price,java.lang.Exception> priceUnsafeSupplier) |
void |
setProductId(java.lang.Long productId) |
void |
setProductId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> productIdUnsafeSupplier) |
void |
setProductURLs(java.util.Map<java.lang.String,java.lang.String> productURLs) |
void |
setProductURLs(com.liferay.petra.function.UnsafeSupplier<java.util.Map<java.lang.String,java.lang.String>,java.lang.Exception> productURLsUnsafeSupplier) |
void |
setQuantity(java.math.BigDecimal quantity) |
void |
setQuantity(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> quantityUnsafeSupplier) |
void |
setReplacedSku(java.lang.String replacedSku) |
void |
setReplacedSku(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> replacedSkuUnsafeSupplier) |
void |
setRequestedDeliveryDate(java.util.Date requestedDeliveryDate) |
void |
setRequestedDeliveryDate(com.liferay.petra.function.UnsafeSupplier<java.util.Date,java.lang.Exception> requestedDeliveryDateUnsafeSupplier) |
void |
setSettings(Settings settings) |
void |
setSettings(com.liferay.petra.function.UnsafeSupplier<Settings,java.lang.Exception> settingsUnsafeSupplier) |
void |
setShippingAddressExternalReferenceCode(java.lang.String shippingAddressExternalReferenceCode) |
void |
setShippingAddressExternalReferenceCode(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> shippingAddressExternalReferenceCodeUnsafeSupplier) |
void |
setShippingAddressId(java.lang.Long shippingAddressId) |
void |
setShippingAddressId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> shippingAddressIdUnsafeSupplier) |
void |
setSku(java.lang.String sku) |
void |
setSku(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> skuUnsafeSupplier) |
void |
setSkuId(java.lang.Long skuId) |
void |
setSkuId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> skuIdUnsafeSupplier) |
void |
setSubscription(java.lang.Boolean subscription) |
void |
setSubscription(com.liferay.petra.function.UnsafeSupplier<java.lang.Boolean,java.lang.Exception> subscriptionUnsafeSupplier) |
void |
setThumbnail(java.lang.String thumbnail) |
void |
setThumbnail(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> thumbnailUnsafeSupplier) |
void |
setUnitOfMeasure(java.lang.String unitOfMeasure) |
void |
setUnitOfMeasure(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> unitOfMeasureUnsafeSupplier) |
void |
setUnitOfMeasureKey(java.lang.String unitOfMeasureKey) |
void |
setUnitOfMeasureKey(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> unitOfMeasureKeyUnsafeSupplier) |
void |
setValid(java.lang.Boolean valid) |
void |
setValid(com.liferay.petra.function.UnsafeSupplier<java.lang.Boolean,java.lang.Exception> validUnsafeSupplier) |
void |
setVirtualItems(com.liferay.petra.function.UnsafeSupplier<VirtualItem[],java.lang.Exception> virtualItemsUnsafeSupplier) |
void |
setVirtualItems(VirtualItem[] virtualItems) |
void |
setVirtualItemURLs(java.lang.String[] virtualItemURLs) |
void |
setVirtualItemURLs(com.liferay.petra.function.UnsafeSupplier<java.lang.String[],java.lang.Exception> virtualItemURLsUnsafeSupplier) |
static PlacedOrderItem |
toDTO(java.lang.String json) |
java.lang.String |
toString() |
static PlacedOrderItem |
unsafeToDTO(java.lang.String json) |
protected java.lang.String adaptiveMediaImageHTMLTag
protected java.util.Map<java.lang.String,?> customFields
@Deprecated protected java.lang.String deliveryGroup
protected java.lang.String deliveryGroupName
protected java.lang.String[] errorMessages
protected java.lang.String externalReferenceCode
protected java.lang.Long id
protected java.lang.String name
protected java.lang.String options
protected java.lang.Long parentOrderItemId
protected PlacedOrderItemShipment[] placedOrderItemShipments
protected PlacedOrderItem[] placedOrderItems
protected Price price
protected java.lang.Long productId
protected java.util.Map<java.lang.String,java.lang.String> productURLs
protected java.math.BigDecimal quantity
protected java.lang.String replacedSku
protected java.util.Date requestedDeliveryDate
protected Settings settings
protected java.lang.String shippingAddressExternalReferenceCode
protected java.lang.Long shippingAddressId
protected java.lang.String sku
protected java.lang.Long skuId
protected java.lang.Boolean subscription
protected java.lang.String thumbnail
protected java.lang.String unitOfMeasure
protected java.lang.String unitOfMeasureKey
protected java.lang.Boolean valid
protected java.lang.String[] virtualItemURLs
protected VirtualItem[] virtualItems
public java.lang.String xClassName
public static PlacedOrderItem toDTO(java.lang.String json)
public static PlacedOrderItem unsafeToDTO(java.lang.String json)
public java.lang.String getAdaptiveMediaImageHTMLTag()
public void setAdaptiveMediaImageHTMLTag(java.lang.String adaptiveMediaImageHTMLTag)
public void setAdaptiveMediaImageHTMLTag(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> adaptiveMediaImageHTMLTagUnsafeSupplier)
@Valid public @Valid java.util.Map<java.lang.String,?> getCustomFields()
public void setCustomFields(java.util.Map<java.lang.String,?> customFields)
public void setCustomFields(com.liferay.petra.function.UnsafeSupplier<java.util.Map<java.lang.String,?>,java.lang.Exception> customFieldsUnsafeSupplier)
public java.lang.String getDeliveryGroup()
public void setDeliveryGroup(java.lang.String deliveryGroup)
public void setDeliveryGroup(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> deliveryGroupUnsafeSupplier)
public java.lang.String getDeliveryGroupName()
public void setDeliveryGroupName(java.lang.String deliveryGroupName)
public void setDeliveryGroupName(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> deliveryGroupNameUnsafeSupplier)
public java.lang.String[] getErrorMessages()
public void setErrorMessages(java.lang.String[] errorMessages)
public void setErrorMessages(com.liferay.petra.function.UnsafeSupplier<java.lang.String[],java.lang.Exception> errorMessagesUnsafeSupplier)
public java.lang.String getExternalReferenceCode()
public void setExternalReferenceCode(java.lang.String externalReferenceCode)
public void setExternalReferenceCode(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> externalReferenceCodeUnsafeSupplier)
public java.lang.Long getId()
public void setId(java.lang.Long id)
public void setId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> idUnsafeSupplier)
public java.lang.String getName()
public void setName(java.lang.String name)
public void setName(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> nameUnsafeSupplier)
public java.lang.String getOptions()
public void setOptions(java.lang.String options)
public void setOptions(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> optionsUnsafeSupplier)
public java.lang.Long getParentOrderItemId()
public void setParentOrderItemId(java.lang.Long parentOrderItemId)
public void setParentOrderItemId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> parentOrderItemIdUnsafeSupplier)
@Valid public @Valid PlacedOrderItemShipment[] getPlacedOrderItemShipments()
public void setPlacedOrderItemShipments(PlacedOrderItemShipment[] placedOrderItemShipments)
public void setPlacedOrderItemShipments(com.liferay.petra.function.UnsafeSupplier<PlacedOrderItemShipment[],java.lang.Exception> placedOrderItemShipmentsUnsafeSupplier)
@Valid public @Valid PlacedOrderItem[] getPlacedOrderItems()
public void setPlacedOrderItems(PlacedOrderItem[] placedOrderItems)
public void setPlacedOrderItems(com.liferay.petra.function.UnsafeSupplier<PlacedOrderItem[],java.lang.Exception> placedOrderItemsUnsafeSupplier)
@Valid public @Valid Price getPrice()
public void setPrice(Price price)
public void setPrice(com.liferay.petra.function.UnsafeSupplier<Price,java.lang.Exception> priceUnsafeSupplier)
public java.lang.Long getProductId()
public void setProductId(java.lang.Long productId)
public void setProductId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> productIdUnsafeSupplier)
@Valid public @Valid java.util.Map<java.lang.String,java.lang.String> getProductURLs()
public void setProductURLs(java.util.Map<java.lang.String,java.lang.String> productURLs)
public void setProductURLs(com.liferay.petra.function.UnsafeSupplier<java.util.Map<java.lang.String,java.lang.String>,java.lang.Exception> productURLsUnsafeSupplier)
@Valid public @Valid java.math.BigDecimal getQuantity()
public void setQuantity(java.math.BigDecimal quantity)
public void setQuantity(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> quantityUnsafeSupplier)
public java.lang.String getReplacedSku()
public void setReplacedSku(java.lang.String replacedSku)
public void setReplacedSku(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> replacedSkuUnsafeSupplier)
public java.util.Date getRequestedDeliveryDate()
public void setRequestedDeliveryDate(java.util.Date requestedDeliveryDate)
public void setRequestedDeliveryDate(com.liferay.petra.function.UnsafeSupplier<java.util.Date,java.lang.Exception> requestedDeliveryDateUnsafeSupplier)
@Valid public @Valid Settings getSettings()
public void setSettings(Settings settings)
public void setSettings(com.liferay.petra.function.UnsafeSupplier<Settings,java.lang.Exception> settingsUnsafeSupplier)
public java.lang.String getShippingAddressExternalReferenceCode()
public void setShippingAddressExternalReferenceCode(java.lang.String shippingAddressExternalReferenceCode)
public void setShippingAddressExternalReferenceCode(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> shippingAddressExternalReferenceCodeUnsafeSupplier)
public java.lang.Long getShippingAddressId()
public void setShippingAddressId(java.lang.Long shippingAddressId)
public void setShippingAddressId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> shippingAddressIdUnsafeSupplier)
public java.lang.String getSku()
public void setSku(java.lang.String sku)
public void setSku(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> skuUnsafeSupplier)
public java.lang.Long getSkuId()
public void setSkuId(java.lang.Long skuId)
public void setSkuId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> skuIdUnsafeSupplier)
public java.lang.Boolean getSubscription()
public void setSubscription(java.lang.Boolean subscription)
public void setSubscription(com.liferay.petra.function.UnsafeSupplier<java.lang.Boolean,java.lang.Exception> subscriptionUnsafeSupplier)
public java.lang.String getThumbnail()
public void setThumbnail(java.lang.String thumbnail)
public void setThumbnail(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> thumbnailUnsafeSupplier)
public java.lang.String getUnitOfMeasure()
public void setUnitOfMeasure(java.lang.String unitOfMeasure)
public void setUnitOfMeasure(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> unitOfMeasureUnsafeSupplier)
public java.lang.String getUnitOfMeasureKey()
public void setUnitOfMeasureKey(java.lang.String unitOfMeasureKey)
public void setUnitOfMeasureKey(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> unitOfMeasureKeyUnsafeSupplier)
public java.lang.Boolean getValid()
public void setValid(java.lang.Boolean valid)
public void setValid(com.liferay.petra.function.UnsafeSupplier<java.lang.Boolean,java.lang.Exception> validUnsafeSupplier)
public java.lang.String[] getVirtualItemURLs()
public void setVirtualItemURLs(java.lang.String[] virtualItemURLs)
public void setVirtualItemURLs(com.liferay.petra.function.UnsafeSupplier<java.lang.String[],java.lang.Exception> virtualItemURLsUnsafeSupplier)
@Valid public @Valid VirtualItem[] getVirtualItems()
public void setVirtualItems(VirtualItem[] virtualItems)
public void setVirtualItems(com.liferay.petra.function.UnsafeSupplier<VirtualItem[],java.lang.Exception> virtualItemsUnsafeSupplier)
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object