@Generated(value="")
public class Cart
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
account |
protected java.lang.Long |
accountId |
protected Attachment[] |
attachments |
protected java.lang.String |
author |
protected Address |
billingAddress |
protected java.lang.String |
billingAddressExternalReferenceCode |
protected java.lang.Long |
billingAddressId |
protected CartItem[] |
cartItems |
protected java.lang.Long |
channelId |
protected java.lang.String |
couponCode |
protected java.util.Date |
createDate |
protected java.lang.String |
currencyCode |
protected java.util.Map<java.lang.String,?> |
customFields |
protected java.lang.Long |
deliveryTermId |
protected java.lang.String |
deliveryTermLabel |
protected java.lang.String[] |
errorMessages |
protected java.lang.String |
externalReferenceCode |
protected java.lang.String |
friendlyURLSeparator |
protected java.lang.Long |
id |
protected java.util.Date |
lastPriceUpdateDate |
protected java.util.Date |
modifiedDate |
protected java.lang.String |
name |
protected CartComment[] |
notes |
protected Status |
orderStatusInfo |
protected java.lang.String |
orderType |
protected java.lang.String |
orderTypeExternalReferenceCode |
protected java.lang.Long |
orderTypeId |
protected java.lang.String |
orderUUID |
protected java.lang.String |
paymentMethod |
protected java.lang.String |
paymentMethodLabel |
protected java.lang.Integer |
paymentMethodType |
protected java.lang.Integer |
paymentStatus |
protected Status |
paymentStatusInfo |
protected java.lang.String |
paymentStatusLabel |
protected java.lang.Long |
paymentTermId |
protected java.lang.String |
paymentTermLabel |
protected java.lang.String |
printedNote |
protected java.lang.String |
purchaseOrderNumber |
protected java.util.Date |
requestedDeliveryDate |
protected Address |
shippingAddress |
protected java.lang.String |
shippingAddressExternalReferenceCode |
protected java.lang.Long |
shippingAddressId |
protected java.lang.String |
shippingMethod |
protected java.lang.String |
shippingOption |
protected java.lang.String |
status |
protected Step[] |
steps |
protected Summary |
summary |
protected java.lang.Boolean |
useAsBilling |
protected java.lang.Boolean |
valid |
protected Status |
workflowStatusInfo |
java.lang.String |
xClassName |
| Constructor and Description |
|---|
Cart() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
java.lang.String |
getAccount() |
java.lang.Long |
getAccountId() |
@Valid Attachment[] |
getAttachments() |
java.lang.String |
getAuthor() |
@Valid Address |
getBillingAddress() |
java.lang.String |
getBillingAddressExternalReferenceCode() |
java.lang.Long |
getBillingAddressId() |
@Valid CartItem[] |
getCartItems() |
java.lang.Long |
getChannelId() |
java.lang.String |
getCouponCode() |
java.util.Date |
getCreateDate() |
java.lang.String |
getCurrencyCode() |
@Valid java.util.Map<java.lang.String,?> |
getCustomFields() |
java.lang.Long |
getDeliveryTermId() |
java.lang.String |
getDeliveryTermLabel() |
java.lang.String[] |
getErrorMessages() |
java.lang.String |
getExternalReferenceCode() |
java.lang.String |
getFriendlyURLSeparator() |
java.lang.Long |
getId() |
java.util.Date |
getLastPriceUpdateDate() |
java.util.Date |
getModifiedDate() |
java.lang.String |
getName() |
@Valid CartComment[] |
getNotes() |
@Valid Status |
getOrderStatusInfo() |
java.lang.String |
getOrderType() |
java.lang.String |
getOrderTypeExternalReferenceCode() |
java.lang.Long |
getOrderTypeId() |
java.lang.String |
getOrderUUID() |
java.lang.String |
getPaymentMethod() |
java.lang.String |
getPaymentMethodLabel() |
java.lang.Integer |
getPaymentMethodType() |
java.lang.Integer |
getPaymentStatus() |
@Valid Status |
getPaymentStatusInfo() |
java.lang.String |
getPaymentStatusLabel() |
java.lang.Long |
getPaymentTermId() |
java.lang.String |
getPaymentTermLabel() |
java.lang.String |
getPrintedNote() |
java.lang.String |
getPurchaseOrderNumber() |
java.util.Date |
getRequestedDeliveryDate() |
@Valid Address |
getShippingAddress() |
java.lang.String |
getShippingAddressExternalReferenceCode() |
java.lang.Long |
getShippingAddressId() |
java.lang.String |
getShippingMethod() |
java.lang.String |
getShippingOption() |
java.lang.String |
getStatus() |
@Valid Step[] |
getSteps() |
@Valid Summary |
getSummary() |
java.lang.Boolean |
getUseAsBilling() |
java.lang.Boolean |
getValid() |
@Valid Status |
getWorkflowStatusInfo() |
int |
hashCode() |
void |
setAccount(java.lang.String account) |
void |
setAccount(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> accountUnsafeSupplier) |
void |
setAccountId(java.lang.Long accountId) |
void |
setAccountId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> accountIdUnsafeSupplier) |
void |
setAttachments(Attachment[] attachments) |
void |
setAttachments(com.liferay.petra.function.UnsafeSupplier<Attachment[],java.lang.Exception> attachmentsUnsafeSupplier) |
void |
setAuthor(java.lang.String author) |
void |
setAuthor(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> authorUnsafeSupplier) |
void |
setBillingAddress(Address billingAddress) |
void |
setBillingAddress(com.liferay.petra.function.UnsafeSupplier<Address,java.lang.Exception> billingAddressUnsafeSupplier) |
void |
setBillingAddressExternalReferenceCode(java.lang.String billingAddressExternalReferenceCode) |
void |
setBillingAddressExternalReferenceCode(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> billingAddressExternalReferenceCodeUnsafeSupplier) |
void |
setBillingAddressId(java.lang.Long billingAddressId) |
void |
setBillingAddressId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> billingAddressIdUnsafeSupplier) |
void |
setCartItems(CartItem[] cartItems) |
void |
setCartItems(com.liferay.petra.function.UnsafeSupplier<CartItem[],java.lang.Exception> cartItemsUnsafeSupplier) |
void |
setChannelId(java.lang.Long channelId) |
void |
setChannelId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> channelIdUnsafeSupplier) |
void |
setCouponCode(java.lang.String couponCode) |
void |
setCouponCode(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> couponCodeUnsafeSupplier) |
void |
setCreateDate(java.util.Date createDate) |
void |
setCreateDate(com.liferay.petra.function.UnsafeSupplier<java.util.Date,java.lang.Exception> createDateUnsafeSupplier) |
void |
setCurrencyCode(java.lang.String currencyCode) |
void |
setCurrencyCode(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> currencyCodeUnsafeSupplier) |
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 |
setDeliveryTermId(java.lang.Long deliveryTermId) |
void |
setDeliveryTermId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> deliveryTermIdUnsafeSupplier) |
void |
setDeliveryTermLabel(java.lang.String deliveryTermLabel) |
void |
setDeliveryTermLabel(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> deliveryTermLabelUnsafeSupplier) |
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 |
setFriendlyURLSeparator(java.lang.String friendlyURLSeparator) |
void |
setFriendlyURLSeparator(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> friendlyURLSeparatorUnsafeSupplier) |
void |
setId(java.lang.Long id) |
void |
setId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> idUnsafeSupplier) |
void |
setLastPriceUpdateDate(java.util.Date lastPriceUpdateDate) |
void |
setLastPriceUpdateDate(com.liferay.petra.function.UnsafeSupplier<java.util.Date,java.lang.Exception> lastPriceUpdateDateUnsafeSupplier) |
void |
setModifiedDate(java.util.Date modifiedDate) |
void |
setModifiedDate(com.liferay.petra.function.UnsafeSupplier<java.util.Date,java.lang.Exception> modifiedDateUnsafeSupplier) |
void |
setName(java.lang.String name) |
void |
setName(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> nameUnsafeSupplier) |
void |
setNotes(CartComment[] notes) |
void |
setNotes(com.liferay.petra.function.UnsafeSupplier<CartComment[],java.lang.Exception> notesUnsafeSupplier) |
void |
setOrderStatusInfo(Status orderStatusInfo) |
void |
setOrderStatusInfo(com.liferay.petra.function.UnsafeSupplier<Status,java.lang.Exception> orderStatusInfoUnsafeSupplier) |
void |
setOrderType(java.lang.String orderType) |
void |
setOrderType(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> orderTypeUnsafeSupplier) |
void |
setOrderTypeExternalReferenceCode(java.lang.String orderTypeExternalReferenceCode) |
void |
setOrderTypeExternalReferenceCode(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> orderTypeExternalReferenceCodeUnsafeSupplier) |
void |
setOrderTypeId(java.lang.Long orderTypeId) |
void |
setOrderTypeId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> orderTypeIdUnsafeSupplier) |
void |
setOrderUUID(java.lang.String orderUUID) |
void |
setOrderUUID(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> orderUUIDUnsafeSupplier) |
void |
setPaymentMethod(java.lang.String paymentMethod) |
void |
setPaymentMethod(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> paymentMethodUnsafeSupplier) |
void |
setPaymentMethodLabel(java.lang.String paymentMethodLabel) |
void |
setPaymentMethodLabel(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> paymentMethodLabelUnsafeSupplier) |
void |
setPaymentMethodType(java.lang.Integer paymentMethodType) |
void |
setPaymentMethodType(com.liferay.petra.function.UnsafeSupplier<java.lang.Integer,java.lang.Exception> paymentMethodTypeUnsafeSupplier) |
void |
setPaymentStatus(java.lang.Integer paymentStatus) |
void |
setPaymentStatus(com.liferay.petra.function.UnsafeSupplier<java.lang.Integer,java.lang.Exception> paymentStatusUnsafeSupplier) |
void |
setPaymentStatusInfo(Status paymentStatusInfo) |
void |
setPaymentStatusInfo(com.liferay.petra.function.UnsafeSupplier<Status,java.lang.Exception> paymentStatusInfoUnsafeSupplier) |
void |
setPaymentStatusLabel(java.lang.String paymentStatusLabel) |
void |
setPaymentStatusLabel(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> paymentStatusLabelUnsafeSupplier) |
void |
setPaymentTermId(java.lang.Long paymentTermId) |
void |
setPaymentTermId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> paymentTermIdUnsafeSupplier) |
void |
setPaymentTermLabel(java.lang.String paymentTermLabel) |
void |
setPaymentTermLabel(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> paymentTermLabelUnsafeSupplier) |
void |
setPrintedNote(java.lang.String printedNote) |
void |
setPrintedNote(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> printedNoteUnsafeSupplier) |
void |
setPurchaseOrderNumber(java.lang.String purchaseOrderNumber) |
void |
setPurchaseOrderNumber(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> purchaseOrderNumberUnsafeSupplier) |
void |
setRequestedDeliveryDate(java.util.Date requestedDeliveryDate) |
void |
setRequestedDeliveryDate(com.liferay.petra.function.UnsafeSupplier<java.util.Date,java.lang.Exception> requestedDeliveryDateUnsafeSupplier) |
void |
setShippingAddress(Address shippingAddress) |
void |
setShippingAddress(com.liferay.petra.function.UnsafeSupplier<Address,java.lang.Exception> shippingAddressUnsafeSupplier) |
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 |
setShippingMethod(java.lang.String shippingMethod) |
void |
setShippingMethod(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> shippingMethodUnsafeSupplier) |
void |
setShippingOption(java.lang.String shippingOption) |
void |
setShippingOption(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> shippingOptionUnsafeSupplier) |
void |
setStatus(java.lang.String status) |
void |
setStatus(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> statusUnsafeSupplier) |
void |
setSteps(Step[] steps) |
void |
setSteps(com.liferay.petra.function.UnsafeSupplier<Step[],java.lang.Exception> stepsUnsafeSupplier) |
void |
setSummary(Summary summary) |
void |
setSummary(com.liferay.petra.function.UnsafeSupplier<Summary,java.lang.Exception> summaryUnsafeSupplier) |
void |
setUseAsBilling(java.lang.Boolean useAsBilling) |
void |
setUseAsBilling(com.liferay.petra.function.UnsafeSupplier<java.lang.Boolean,java.lang.Exception> useAsBillingUnsafeSupplier) |
void |
setValid(java.lang.Boolean valid) |
void |
setValid(com.liferay.petra.function.UnsafeSupplier<java.lang.Boolean,java.lang.Exception> validUnsafeSupplier) |
void |
setWorkflowStatusInfo(Status workflowStatusInfo) |
void |
setWorkflowStatusInfo(com.liferay.petra.function.UnsafeSupplier<Status,java.lang.Exception> workflowStatusInfoUnsafeSupplier) |
static Cart |
toDTO(java.lang.String json) |
java.lang.String |
toString() |
static Cart |
unsafeToDTO(java.lang.String json) |
protected java.lang.String account
protected java.lang.Long accountId
protected Attachment[] attachments
protected java.lang.String author
protected Address billingAddress
protected java.lang.String billingAddressExternalReferenceCode
protected java.lang.Long billingAddressId
protected CartItem[] cartItems
protected java.lang.Long channelId
protected java.lang.String couponCode
protected java.util.Date createDate
protected java.lang.String currencyCode
protected java.util.Map<java.lang.String,?> customFields
protected java.lang.Long deliveryTermId
protected java.lang.String deliveryTermLabel
protected java.lang.String[] errorMessages
protected java.lang.String externalReferenceCode
protected java.lang.String friendlyURLSeparator
protected java.lang.Long id
protected java.util.Date lastPriceUpdateDate
protected java.util.Date modifiedDate
protected java.lang.String name
protected CartComment[] notes
protected Status orderStatusInfo
protected java.lang.String orderType
protected java.lang.String orderTypeExternalReferenceCode
protected java.lang.Long orderTypeId
protected java.lang.String orderUUID
protected java.lang.String paymentMethod
protected java.lang.String paymentMethodLabel
protected java.lang.Integer paymentMethodType
protected java.lang.Integer paymentStatus
protected Status paymentStatusInfo
protected java.lang.String paymentStatusLabel
protected java.lang.Long paymentTermId
protected java.lang.String paymentTermLabel
protected java.lang.String printedNote
protected java.lang.String purchaseOrderNumber
protected java.util.Date requestedDeliveryDate
protected Address shippingAddress
protected java.lang.String shippingAddressExternalReferenceCode
protected java.lang.Long shippingAddressId
protected java.lang.String shippingMethod
protected java.lang.String shippingOption
protected java.lang.String status
protected Step[] steps
protected Summary summary
protected java.lang.Boolean useAsBilling
protected java.lang.Boolean valid
protected Status workflowStatusInfo
public java.lang.String xClassName
public static Cart toDTO(java.lang.String json)
public static Cart unsafeToDTO(java.lang.String json)
public java.lang.String getAccount()
public void setAccount(java.lang.String account)
public void setAccount(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> accountUnsafeSupplier)
public java.lang.Long getAccountId()
public void setAccountId(java.lang.Long accountId)
public void setAccountId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> accountIdUnsafeSupplier)
@Valid public @Valid Attachment[] getAttachments()
public void setAttachments(Attachment[] attachments)
public void setAttachments(com.liferay.petra.function.UnsafeSupplier<Attachment[],java.lang.Exception> attachmentsUnsafeSupplier)
public java.lang.String getAuthor()
public void setAuthor(java.lang.String author)
public void setAuthor(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> authorUnsafeSupplier)
@Valid public @Valid Address getBillingAddress()
public void setBillingAddress(Address billingAddress)
public void setBillingAddress(com.liferay.petra.function.UnsafeSupplier<Address,java.lang.Exception> billingAddressUnsafeSupplier)
public java.lang.String getBillingAddressExternalReferenceCode()
public void setBillingAddressExternalReferenceCode(java.lang.String billingAddressExternalReferenceCode)
public void setBillingAddressExternalReferenceCode(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> billingAddressExternalReferenceCodeUnsafeSupplier)
public java.lang.Long getBillingAddressId()
public void setBillingAddressId(java.lang.Long billingAddressId)
public void setBillingAddressId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> billingAddressIdUnsafeSupplier)
@Valid public @Valid CartItem[] getCartItems()
public void setCartItems(CartItem[] cartItems)
public void setCartItems(com.liferay.petra.function.UnsafeSupplier<CartItem[],java.lang.Exception> cartItemsUnsafeSupplier)
public java.lang.Long getChannelId()
public void setChannelId(java.lang.Long channelId)
public void setChannelId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> channelIdUnsafeSupplier)
public java.lang.String getCouponCode()
public void setCouponCode(java.lang.String couponCode)
public void setCouponCode(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> couponCodeUnsafeSupplier)
public java.util.Date getCreateDate()
public void setCreateDate(java.util.Date createDate)
public void setCreateDate(com.liferay.petra.function.UnsafeSupplier<java.util.Date,java.lang.Exception> createDateUnsafeSupplier)
public java.lang.String getCurrencyCode()
public void setCurrencyCode(java.lang.String currencyCode)
public void setCurrencyCode(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> currencyCodeUnsafeSupplier)
@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.Long getDeliveryTermId()
public void setDeliveryTermId(java.lang.Long deliveryTermId)
public void setDeliveryTermId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> deliveryTermIdUnsafeSupplier)
public java.lang.String getDeliveryTermLabel()
public void setDeliveryTermLabel(java.lang.String deliveryTermLabel)
public void setDeliveryTermLabel(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> deliveryTermLabelUnsafeSupplier)
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.String getFriendlyURLSeparator()
public void setFriendlyURLSeparator(java.lang.String friendlyURLSeparator)
public void setFriendlyURLSeparator(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> friendlyURLSeparatorUnsafeSupplier)
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.util.Date getLastPriceUpdateDate()
public void setLastPriceUpdateDate(java.util.Date lastPriceUpdateDate)
public void setLastPriceUpdateDate(com.liferay.petra.function.UnsafeSupplier<java.util.Date,java.lang.Exception> lastPriceUpdateDateUnsafeSupplier)
public java.util.Date getModifiedDate()
public void setModifiedDate(java.util.Date modifiedDate)
public void setModifiedDate(com.liferay.petra.function.UnsafeSupplier<java.util.Date,java.lang.Exception> modifiedDateUnsafeSupplier)
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)
@Valid public @Valid CartComment[] getNotes()
public void setNotes(CartComment[] notes)
public void setNotes(com.liferay.petra.function.UnsafeSupplier<CartComment[],java.lang.Exception> notesUnsafeSupplier)
@Valid public @Valid Status getOrderStatusInfo()
public void setOrderStatusInfo(Status orderStatusInfo)
public void setOrderStatusInfo(com.liferay.petra.function.UnsafeSupplier<Status,java.lang.Exception> orderStatusInfoUnsafeSupplier)
public java.lang.String getOrderType()
public void setOrderType(java.lang.String orderType)
public void setOrderType(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> orderTypeUnsafeSupplier)
public java.lang.String getOrderTypeExternalReferenceCode()
public void setOrderTypeExternalReferenceCode(java.lang.String orderTypeExternalReferenceCode)
public void setOrderTypeExternalReferenceCode(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> orderTypeExternalReferenceCodeUnsafeSupplier)
public java.lang.Long getOrderTypeId()
public void setOrderTypeId(java.lang.Long orderTypeId)
public void setOrderTypeId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> orderTypeIdUnsafeSupplier)
public java.lang.String getOrderUUID()
public void setOrderUUID(java.lang.String orderUUID)
public void setOrderUUID(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> orderUUIDUnsafeSupplier)
public java.lang.String getPaymentMethod()
public void setPaymentMethod(java.lang.String paymentMethod)
public void setPaymentMethod(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> paymentMethodUnsafeSupplier)
public java.lang.String getPaymentMethodLabel()
public void setPaymentMethodLabel(java.lang.String paymentMethodLabel)
public void setPaymentMethodLabel(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> paymentMethodLabelUnsafeSupplier)
public java.lang.Integer getPaymentMethodType()
public void setPaymentMethodType(java.lang.Integer paymentMethodType)
public void setPaymentMethodType(com.liferay.petra.function.UnsafeSupplier<java.lang.Integer,java.lang.Exception> paymentMethodTypeUnsafeSupplier)
public java.lang.Integer getPaymentStatus()
public void setPaymentStatus(java.lang.Integer paymentStatus)
public void setPaymentStatus(com.liferay.petra.function.UnsafeSupplier<java.lang.Integer,java.lang.Exception> paymentStatusUnsafeSupplier)
@Valid public @Valid Status getPaymentStatusInfo()
public void setPaymentStatusInfo(Status paymentStatusInfo)
public void setPaymentStatusInfo(com.liferay.petra.function.UnsafeSupplier<Status,java.lang.Exception> paymentStatusInfoUnsafeSupplier)
public java.lang.String getPaymentStatusLabel()
public void setPaymentStatusLabel(java.lang.String paymentStatusLabel)
public void setPaymentStatusLabel(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> paymentStatusLabelUnsafeSupplier)
public java.lang.Long getPaymentTermId()
public void setPaymentTermId(java.lang.Long paymentTermId)
public void setPaymentTermId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> paymentTermIdUnsafeSupplier)
public java.lang.String getPaymentTermLabel()
public void setPaymentTermLabel(java.lang.String paymentTermLabel)
public void setPaymentTermLabel(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> paymentTermLabelUnsafeSupplier)
public java.lang.String getPrintedNote()
public void setPrintedNote(java.lang.String printedNote)
public void setPrintedNote(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> printedNoteUnsafeSupplier)
public java.lang.String getPurchaseOrderNumber()
public void setPurchaseOrderNumber(java.lang.String purchaseOrderNumber)
public void setPurchaseOrderNumber(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> purchaseOrderNumberUnsafeSupplier)
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 Address getShippingAddress()
public void setShippingAddress(Address shippingAddress)
public void setShippingAddress(com.liferay.petra.function.UnsafeSupplier<Address,java.lang.Exception> shippingAddressUnsafeSupplier)
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 getShippingMethod()
public void setShippingMethod(java.lang.String shippingMethod)
public void setShippingMethod(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> shippingMethodUnsafeSupplier)
public java.lang.String getShippingOption()
public void setShippingOption(java.lang.String shippingOption)
public void setShippingOption(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> shippingOptionUnsafeSupplier)
public java.lang.String getStatus()
public void setStatus(java.lang.String status)
public void setStatus(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> statusUnsafeSupplier)
@Valid public @Valid Step[] getSteps()
public void setSteps(Step[] steps)
public void setSteps(com.liferay.petra.function.UnsafeSupplier<Step[],java.lang.Exception> stepsUnsafeSupplier)
@Valid public @Valid Summary getSummary()
public void setSummary(Summary summary)
public void setSummary(com.liferay.petra.function.UnsafeSupplier<Summary,java.lang.Exception> summaryUnsafeSupplier)
public java.lang.Boolean getUseAsBilling()
public void setUseAsBilling(java.lang.Boolean useAsBilling)
public void setUseAsBilling(com.liferay.petra.function.UnsafeSupplier<java.lang.Boolean,java.lang.Exception> useAsBillingUnsafeSupplier)
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)
@Valid public @Valid Status getWorkflowStatusInfo()
public void setWorkflowStatusInfo(Status workflowStatusInfo)
public void setWorkflowStatusInfo(com.liferay.petra.function.UnsafeSupplier<Status,java.lang.Exception> workflowStatusInfoUnsafeSupplier)
public boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object