@Generated(value="")
public class Order
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected Account |
account |
protected java.lang.String |
accountExternalReferenceCode |
protected java.lang.Long |
accountId |
protected java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> |
actions |
protected java.lang.String |
advanceStatus |
protected BillingAddress |
billingAddress |
protected java.lang.Long |
billingAddressId |
protected Channel |
channel |
protected java.lang.String |
channelExternalReferenceCode |
protected @NotNull java.lang.Long |
channelId |
protected java.lang.String |
couponCode |
protected java.util.Date |
createDate |
protected java.lang.String |
creatorEmailAddress |
protected @NotEmpty java.lang.String |
currencyCode |
protected java.util.Map<java.lang.String,?> |
customFields |
protected java.lang.String |
deliveryTermDescription |
protected java.lang.Long |
deliveryTermId |
protected java.lang.String |
deliveryTermName |
protected java.lang.String |
externalReferenceCode |
protected java.lang.Long |
id |
protected java.util.Date |
lastPriceUpdateDate |
protected java.util.Date |
modifiedDate |
protected java.util.Date |
orderDate |
protected OrderItem[] |
orderItems |
protected java.lang.Integer |
orderStatus |
protected Status |
orderStatusInfo |
protected java.lang.String |
orderTypeExternalReferenceCode |
protected java.lang.Long |
orderTypeId |
protected java.lang.String |
paymentMethod |
protected java.lang.Integer |
paymentStatus |
protected Status |
paymentStatusInfo |
protected java.lang.String |
paymentTermDescription |
protected java.lang.Long |
paymentTermId |
protected java.lang.String |
paymentTermName |
protected java.lang.String |
printedNote |
protected java.lang.String |
purchaseOrderNumber |
protected java.util.Date |
requestedDeliveryDate |
protected ShippingAddress |
shippingAddress |
protected java.lang.Long |
shippingAddressId |
protected java.math.BigDecimal |
shippingAmount |
protected java.lang.String |
shippingAmountFormatted |
protected java.lang.Double |
shippingAmountValue |
protected java.math.BigDecimal |
shippingDiscountAmount |
protected java.lang.String |
shippingDiscountAmountFormatted |
protected java.lang.Double |
shippingDiscountAmountValue |
protected java.math.BigDecimal |
shippingDiscountPercentageLevel1 |
protected java.math.BigDecimal |
shippingDiscountPercentageLevel1WithTaxAmount |
protected java.math.BigDecimal |
shippingDiscountPercentageLevel2 |
protected java.math.BigDecimal |
shippingDiscountPercentageLevel2WithTaxAmount |
protected java.math.BigDecimal |
shippingDiscountPercentageLevel3 |
protected java.math.BigDecimal |
shippingDiscountPercentageLevel3WithTaxAmount |
protected java.math.BigDecimal |
shippingDiscountPercentageLevel4 |
protected java.math.BigDecimal |
shippingDiscountPercentageLevel4WithTaxAmount |
protected java.math.BigDecimal |
shippingDiscountWithTaxAmount |
protected java.lang.String |
shippingDiscountWithTaxAmountFormatted |
protected java.lang.String |
shippingMethod |
protected java.lang.String |
shippingOption |
protected java.math.BigDecimal |
shippingWithTaxAmount |
protected java.lang.String |
shippingWithTaxAmountFormatted |
protected java.lang.Double |
shippingWithTaxAmountValue |
protected java.math.BigDecimal |
subtotal |
protected java.lang.Double |
subtotalAmount |
protected java.math.BigDecimal |
subtotalDiscountAmount |
protected java.lang.String |
subtotalDiscountAmountFormatted |
protected java.math.BigDecimal |
subtotalDiscountPercentageLevel1 |
protected java.math.BigDecimal |
subtotalDiscountPercentageLevel1WithTaxAmount |
protected java.math.BigDecimal |
subtotalDiscountPercentageLevel2 |
protected java.math.BigDecimal |
subtotalDiscountPercentageLevel2WithTaxAmount |
protected java.math.BigDecimal |
subtotalDiscountPercentageLevel3 |
protected java.math.BigDecimal |
subtotalDiscountPercentageLevel3WithTaxAmount |
protected java.math.BigDecimal |
subtotalDiscountPercentageLevel4 |
protected java.math.BigDecimal |
subtotalDiscountPercentageLevel4WithTaxAmount |
protected java.math.BigDecimal |
subtotalDiscountWithTaxAmount |
protected java.lang.String |
subtotalDiscountWithTaxAmountFormatted |
protected java.lang.String |
subtotalFormatted |
protected java.math.BigDecimal |
subtotalWithTaxAmount |
protected java.lang.String |
subtotalWithTaxAmountFormatted |
protected java.lang.Double |
subtotalWithTaxAmountValue |
protected java.math.BigDecimal |
taxAmount |
protected java.lang.String |
taxAmountFormatted |
protected java.lang.Double |
taxAmountValue |
protected java.math.BigDecimal |
total |
protected java.lang.Double |
totalAmount |
protected java.math.BigDecimal |
totalDiscountAmount |
protected java.lang.String |
totalDiscountAmountFormatted |
protected java.lang.Double |
totalDiscountAmountValue |
protected java.math.BigDecimal |
totalDiscountPercentageLevel1 |
protected java.math.BigDecimal |
totalDiscountPercentageLevel1WithTaxAmount |
protected java.math.BigDecimal |
totalDiscountPercentageLevel2 |
protected java.math.BigDecimal |
totalDiscountPercentageLevel2WithTaxAmount |
protected java.math.BigDecimal |
totalDiscountPercentageLevel3 |
protected java.math.BigDecimal |
totalDiscountPercentageLevel3WithTaxAmount |
protected java.math.BigDecimal |
totalDiscountPercentageLevel4 |
protected java.math.BigDecimal |
totalDiscountPercentageLevel4WithTaxAmount |
protected java.math.BigDecimal |
totalDiscountWithTaxAmount |
protected java.lang.String |
totalDiscountWithTaxAmountFormatted |
protected java.lang.Double |
totalDiscountWithTaxAmountValue |
protected java.lang.String |
totalFormatted |
protected java.math.BigDecimal |
totalWithTaxAmount |
protected java.lang.String |
totalWithTaxAmountFormatted |
protected java.lang.Double |
totalWithTaxAmountValue |
protected java.lang.String |
transactionId |
protected Status |
workflowStatusInfo |
java.lang.String |
xClassName |
Constructor and Description |
---|
Order() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object) |
@Valid Account |
getAccount() |
java.lang.String |
getAccountExternalReferenceCode() |
@DecimalMin(value="0") java.lang.Long |
getAccountId() |
@Valid java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> |
getActions() |
java.lang.String |
getAdvanceStatus() |
@Valid BillingAddress |
getBillingAddress() |
@DecimalMin(value="0") java.lang.Long |
getBillingAddressId() |
@Valid Channel |
getChannel() |
java.lang.String |
getChannelExternalReferenceCode() |
@DecimalMin(value="0") java.lang.Long |
getChannelId() |
java.lang.String |
getCouponCode() |
java.util.Date |
getCreateDate() |
java.lang.String |
getCreatorEmailAddress() |
java.lang.String |
getCurrencyCode() |
@Valid java.util.Map<java.lang.String,?> |
getCustomFields() |
java.lang.String |
getDeliveryTermDescription() |
@DecimalMin(value="0") java.lang.Long |
getDeliveryTermId() |
java.lang.String |
getDeliveryTermName() |
java.lang.String |
getExternalReferenceCode() |
@DecimalMin(value="0") java.lang.Long |
getId() |
java.util.Date |
getLastPriceUpdateDate() |
java.util.Date |
getModifiedDate() |
java.util.Date |
getOrderDate() |
@Valid OrderItem[] |
getOrderItems() |
@DecimalMin(value="0") java.lang.Integer |
getOrderStatus() |
@Valid Status |
getOrderStatusInfo() |
java.lang.String |
getOrderTypeExternalReferenceCode() |
@DecimalMin(value="0") java.lang.Long |
getOrderTypeId() |
java.lang.String |
getPaymentMethod() |
@DecimalMin(value="0") java.lang.Integer |
getPaymentStatus() |
@Valid Status |
getPaymentStatusInfo() |
java.lang.String |
getPaymentTermDescription() |
@DecimalMin(value="0") java.lang.Long |
getPaymentTermId() |
java.lang.String |
getPaymentTermName() |
java.lang.String |
getPrintedNote() |
java.lang.String |
getPurchaseOrderNumber() |
java.util.Date |
getRequestedDeliveryDate() |
@Valid ShippingAddress |
getShippingAddress() |
@DecimalMin(value="0") java.lang.Long |
getShippingAddressId() |
@DecimalMin(value="0") @Valid java.math.BigDecimal |
getShippingAmount() |
java.lang.String |
getShippingAmountFormatted() |
@DecimalMin(value="0") java.lang.Double |
getShippingAmountValue() |
@Valid java.math.BigDecimal |
getShippingDiscountAmount() |
java.lang.String |
getShippingDiscountAmountFormatted() |
java.lang.Double |
getShippingDiscountAmountValue() |
@DecimalMin(value="0") @Valid java.math.BigDecimal |
getShippingDiscountPercentageLevel1() |
@DecimalMin(value="0") @Valid java.math.BigDecimal |
getShippingDiscountPercentageLevel1WithTaxAmount() |
@DecimalMin(value="0") @Valid java.math.BigDecimal |
getShippingDiscountPercentageLevel2() |
@DecimalMin(value="0") @Valid java.math.BigDecimal |
getShippingDiscountPercentageLevel2WithTaxAmount() |
@DecimalMin(value="0") @Valid java.math.BigDecimal |
getShippingDiscountPercentageLevel3() |
@DecimalMin(value="0") @Valid java.math.BigDecimal |
getShippingDiscountPercentageLevel3WithTaxAmount() |
@DecimalMin(value="0") @Valid java.math.BigDecimal |
getShippingDiscountPercentageLevel4() |
@DecimalMin(value="0") @Valid java.math.BigDecimal |
getShippingDiscountPercentageLevel4WithTaxAmount() |
@Valid java.math.BigDecimal |
getShippingDiscountWithTaxAmount() |
java.lang.String |
getShippingDiscountWithTaxAmountFormatted() |
java.lang.String |
getShippingMethod() |
java.lang.String |
getShippingOption() |
@DecimalMin(value="0") @Valid java.math.BigDecimal |
getShippingWithTaxAmount() |
java.lang.String |
getShippingWithTaxAmountFormatted() |
@DecimalMin(value="0") java.lang.Double |
getShippingWithTaxAmountValue() |
@Valid java.math.BigDecimal |
getSubtotal() |
java.lang.Double |
getSubtotalAmount() |
@Valid java.math.BigDecimal |
getSubtotalDiscountAmount() |
java.lang.String |
getSubtotalDiscountAmountFormatted() |
@DecimalMin(value="0") @Valid java.math.BigDecimal |
getSubtotalDiscountPercentageLevel1() |
@DecimalMin(value="0") @Valid java.math.BigDecimal |
getSubtotalDiscountPercentageLevel1WithTaxAmount() |
@DecimalMin(value="0") @Valid java.math.BigDecimal |
getSubtotalDiscountPercentageLevel2() |
@DecimalMin(value="0") @Valid java.math.BigDecimal |
getSubtotalDiscountPercentageLevel2WithTaxAmount() |
@DecimalMin(value="0") @Valid java.math.BigDecimal |
getSubtotalDiscountPercentageLevel3() |
@DecimalMin(value="0") @Valid java.math.BigDecimal |
getSubtotalDiscountPercentageLevel3WithTaxAmount() |
@DecimalMin(value="0") @Valid java.math.BigDecimal |
getSubtotalDiscountPercentageLevel4() |
@DecimalMin(value="0") @Valid java.math.BigDecimal |
getSubtotalDiscountPercentageLevel4WithTaxAmount() |
@Valid java.math.BigDecimal |
getSubtotalDiscountWithTaxAmount() |
java.lang.String |
getSubtotalDiscountWithTaxAmountFormatted() |
java.lang.String |
getSubtotalFormatted() |
@Valid java.math.BigDecimal |
getSubtotalWithTaxAmount() |
java.lang.String |
getSubtotalWithTaxAmountFormatted() |
java.lang.Double |
getSubtotalWithTaxAmountValue() |
@DecimalMin(value="0") @Valid java.math.BigDecimal |
getTaxAmount() |
java.lang.String |
getTaxAmountFormatted() |
@DecimalMin(value="0") java.lang.Double |
getTaxAmountValue() |
@DecimalMin(value="0") @Valid java.math.BigDecimal |
getTotal() |
@DecimalMin(value="0") java.lang.Double |
getTotalAmount() |
@DecimalMin(value="0") @Valid java.math.BigDecimal |
getTotalDiscountAmount() |
java.lang.String |
getTotalDiscountAmountFormatted() |
@DecimalMin(value="0") java.lang.Double |
getTotalDiscountAmountValue() |
@DecimalMin(value="0") @Valid java.math.BigDecimal |
getTotalDiscountPercentageLevel1() |
@DecimalMin(value="0") @Valid java.math.BigDecimal |
getTotalDiscountPercentageLevel1WithTaxAmount() |
@DecimalMin(value="0") @Valid java.math.BigDecimal |
getTotalDiscountPercentageLevel2() |
@DecimalMin(value="0") @Valid java.math.BigDecimal |
getTotalDiscountPercentageLevel2WithTaxAmount() |
@DecimalMin(value="0") @Valid java.math.BigDecimal |
getTotalDiscountPercentageLevel3() |
@DecimalMin(value="0") @Valid java.math.BigDecimal |
getTotalDiscountPercentageLevel3WithTaxAmount() |
@DecimalMin(value="0") @Valid java.math.BigDecimal |
getTotalDiscountPercentageLevel4() |
@DecimalMin(value="0") @Valid java.math.BigDecimal |
getTotalDiscountPercentageLevel4WithTaxAmount() |
@DecimalMin(value="0") @Valid java.math.BigDecimal |
getTotalDiscountWithTaxAmount() |
java.lang.String |
getTotalDiscountWithTaxAmountFormatted() |
@DecimalMin(value="0") java.lang.Double |
getTotalDiscountWithTaxAmountValue() |
java.lang.String |
getTotalFormatted() |
@DecimalMin(value="0") @Valid java.math.BigDecimal |
getTotalWithTaxAmount() |
java.lang.String |
getTotalWithTaxAmountFormatted() |
@DecimalMin(value="0") java.lang.Double |
getTotalWithTaxAmountValue() |
java.lang.String |
getTransactionId() |
@Valid Status |
getWorkflowStatusInfo() |
int |
hashCode() |
void |
setAccount(Account account) |
void |
setAccount(com.liferay.petra.function.UnsafeSupplier<Account,java.lang.Exception> accountUnsafeSupplier) |
void |
setAccountExternalReferenceCode(java.lang.String accountExternalReferenceCode) |
void |
setAccountExternalReferenceCode(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> accountExternalReferenceCodeUnsafeSupplier) |
void |
setAccountId(java.lang.Long accountId) |
void |
setAccountId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> accountIdUnsafeSupplier) |
void |
setActions(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> actions) |
void |
setActions(com.liferay.petra.function.UnsafeSupplier<java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>>,java.lang.Exception> actionsUnsafeSupplier) |
void |
setAdvanceStatus(java.lang.String advanceStatus) |
void |
setAdvanceStatus(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> advanceStatusUnsafeSupplier) |
void |
setBillingAddress(BillingAddress billingAddress) |
void |
setBillingAddress(com.liferay.petra.function.UnsafeSupplier<BillingAddress,java.lang.Exception> billingAddressUnsafeSupplier) |
void |
setBillingAddressId(java.lang.Long billingAddressId) |
void |
setBillingAddressId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> billingAddressIdUnsafeSupplier) |
void |
setChannel(Channel channel) |
void |
setChannel(com.liferay.petra.function.UnsafeSupplier<Channel,java.lang.Exception> channelUnsafeSupplier) |
void |
setChannelExternalReferenceCode(java.lang.String channelExternalReferenceCode) |
void |
setChannelExternalReferenceCode(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> channelExternalReferenceCodeUnsafeSupplier) |
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 |
setCreatorEmailAddress(java.lang.String creatorEmailAddress) |
void |
setCreatorEmailAddress(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> creatorEmailAddressUnsafeSupplier) |
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 |
setDeliveryTermDescription(java.lang.String deliveryTermDescription) |
void |
setDeliveryTermDescription(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> deliveryTermDescriptionUnsafeSupplier) |
void |
setDeliveryTermId(java.lang.Long deliveryTermId) |
void |
setDeliveryTermId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> deliveryTermIdUnsafeSupplier) |
void |
setDeliveryTermName(java.lang.String deliveryTermName) |
void |
setDeliveryTermName(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> deliveryTermNameUnsafeSupplier) |
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 |
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 |
setOrderDate(java.util.Date orderDate) |
void |
setOrderDate(com.liferay.petra.function.UnsafeSupplier<java.util.Date,java.lang.Exception> orderDateUnsafeSupplier) |
void |
setOrderItems(OrderItem[] orderItems) |
void |
setOrderItems(com.liferay.petra.function.UnsafeSupplier<OrderItem[],java.lang.Exception> orderItemsUnsafeSupplier) |
void |
setOrderStatus(java.lang.Integer orderStatus) |
void |
setOrderStatus(com.liferay.petra.function.UnsafeSupplier<java.lang.Integer,java.lang.Exception> orderStatusUnsafeSupplier) |
void |
setOrderStatusInfo(Status orderStatusInfo) |
void |
setOrderStatusInfo(com.liferay.petra.function.UnsafeSupplier<Status,java.lang.Exception> orderStatusInfoUnsafeSupplier) |
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 |
setPaymentMethod(java.lang.String paymentMethod) |
void |
setPaymentMethod(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> paymentMethodUnsafeSupplier) |
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 |
setPaymentTermDescription(java.lang.String paymentTermDescription) |
void |
setPaymentTermDescription(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> paymentTermDescriptionUnsafeSupplier) |
void |
setPaymentTermId(java.lang.Long paymentTermId) |
void |
setPaymentTermId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> paymentTermIdUnsafeSupplier) |
void |
setPaymentTermName(java.lang.String paymentTermName) |
void |
setPaymentTermName(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> paymentTermNameUnsafeSupplier) |
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(ShippingAddress shippingAddress) |
void |
setShippingAddress(com.liferay.petra.function.UnsafeSupplier<ShippingAddress,java.lang.Exception> shippingAddressUnsafeSupplier) |
void |
setShippingAddressId(java.lang.Long shippingAddressId) |
void |
setShippingAddressId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> shippingAddressIdUnsafeSupplier) |
void |
setShippingAmount(java.math.BigDecimal shippingAmount) |
void |
setShippingAmount(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> shippingAmountUnsafeSupplier) |
void |
setShippingAmountFormatted(java.lang.String shippingAmountFormatted) |
void |
setShippingAmountFormatted(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> shippingAmountFormattedUnsafeSupplier) |
void |
setShippingAmountValue(java.lang.Double shippingAmountValue) |
void |
setShippingAmountValue(com.liferay.petra.function.UnsafeSupplier<java.lang.Double,java.lang.Exception> shippingAmountValueUnsafeSupplier) |
void |
setShippingDiscountAmount(java.math.BigDecimal shippingDiscountAmount) |
void |
setShippingDiscountAmount(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> shippingDiscountAmountUnsafeSupplier) |
void |
setShippingDiscountAmountFormatted(java.lang.String shippingDiscountAmountFormatted) |
void |
setShippingDiscountAmountFormatted(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> shippingDiscountAmountFormattedUnsafeSupplier) |
void |
setShippingDiscountAmountValue(java.lang.Double shippingDiscountAmountValue) |
void |
setShippingDiscountAmountValue(com.liferay.petra.function.UnsafeSupplier<java.lang.Double,java.lang.Exception> shippingDiscountAmountValueUnsafeSupplier) |
void |
setShippingDiscountPercentageLevel1(java.math.BigDecimal shippingDiscountPercentageLevel1) |
void |
setShippingDiscountPercentageLevel1(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> shippingDiscountPercentageLevel1UnsafeSupplier) |
void |
setShippingDiscountPercentageLevel1WithTaxAmount(java.math.BigDecimal shippingDiscountPercentageLevel1WithTaxAmount) |
void |
setShippingDiscountPercentageLevel1WithTaxAmount(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> shippingDiscountPercentageLevel1WithTaxAmountUnsafeSupplier) |
void |
setShippingDiscountPercentageLevel2(java.math.BigDecimal shippingDiscountPercentageLevel2) |
void |
setShippingDiscountPercentageLevel2(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> shippingDiscountPercentageLevel2UnsafeSupplier) |
void |
setShippingDiscountPercentageLevel2WithTaxAmount(java.math.BigDecimal shippingDiscountPercentageLevel2WithTaxAmount) |
void |
setShippingDiscountPercentageLevel2WithTaxAmount(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> shippingDiscountPercentageLevel2WithTaxAmountUnsafeSupplier) |
void |
setShippingDiscountPercentageLevel3(java.math.BigDecimal shippingDiscountPercentageLevel3) |
void |
setShippingDiscountPercentageLevel3(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> shippingDiscountPercentageLevel3UnsafeSupplier) |
void |
setShippingDiscountPercentageLevel3WithTaxAmount(java.math.BigDecimal shippingDiscountPercentageLevel3WithTaxAmount) |
void |
setShippingDiscountPercentageLevel3WithTaxAmount(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> shippingDiscountPercentageLevel3WithTaxAmountUnsafeSupplier) |
void |
setShippingDiscountPercentageLevel4(java.math.BigDecimal shippingDiscountPercentageLevel4) |
void |
setShippingDiscountPercentageLevel4(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> shippingDiscountPercentageLevel4UnsafeSupplier) |
void |
setShippingDiscountPercentageLevel4WithTaxAmount(java.math.BigDecimal shippingDiscountPercentageLevel4WithTaxAmount) |
void |
setShippingDiscountPercentageLevel4WithTaxAmount(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> shippingDiscountPercentageLevel4WithTaxAmountUnsafeSupplier) |
void |
setShippingDiscountWithTaxAmount(java.math.BigDecimal shippingDiscountWithTaxAmount) |
void |
setShippingDiscountWithTaxAmount(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> shippingDiscountWithTaxAmountUnsafeSupplier) |
void |
setShippingDiscountWithTaxAmountFormatted(java.lang.String shippingDiscountWithTaxAmountFormatted) |
void |
setShippingDiscountWithTaxAmountFormatted(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> shippingDiscountWithTaxAmountFormattedUnsafeSupplier) |
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 |
setShippingWithTaxAmount(java.math.BigDecimal shippingWithTaxAmount) |
void |
setShippingWithTaxAmount(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> shippingWithTaxAmountUnsafeSupplier) |
void |
setShippingWithTaxAmountFormatted(java.lang.String shippingWithTaxAmountFormatted) |
void |
setShippingWithTaxAmountFormatted(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> shippingWithTaxAmountFormattedUnsafeSupplier) |
void |
setShippingWithTaxAmountValue(java.lang.Double shippingWithTaxAmountValue) |
void |
setShippingWithTaxAmountValue(com.liferay.petra.function.UnsafeSupplier<java.lang.Double,java.lang.Exception> shippingWithTaxAmountValueUnsafeSupplier) |
void |
setSubtotal(java.math.BigDecimal subtotal) |
void |
setSubtotal(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> subtotalUnsafeSupplier) |
void |
setSubtotalAmount(java.lang.Double subtotalAmount) |
void |
setSubtotalAmount(com.liferay.petra.function.UnsafeSupplier<java.lang.Double,java.lang.Exception> subtotalAmountUnsafeSupplier) |
void |
setSubtotalDiscountAmount(java.math.BigDecimal subtotalDiscountAmount) |
void |
setSubtotalDiscountAmount(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> subtotalDiscountAmountUnsafeSupplier) |
void |
setSubtotalDiscountAmountFormatted(java.lang.String subtotalDiscountAmountFormatted) |
void |
setSubtotalDiscountAmountFormatted(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> subtotalDiscountAmountFormattedUnsafeSupplier) |
void |
setSubtotalDiscountPercentageLevel1(java.math.BigDecimal subtotalDiscountPercentageLevel1) |
void |
setSubtotalDiscountPercentageLevel1(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> subtotalDiscountPercentageLevel1UnsafeSupplier) |
void |
setSubtotalDiscountPercentageLevel1WithTaxAmount(java.math.BigDecimal subtotalDiscountPercentageLevel1WithTaxAmount) |
void |
setSubtotalDiscountPercentageLevel1WithTaxAmount(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> subtotalDiscountPercentageLevel1WithTaxAmountUnsafeSupplier) |
void |
setSubtotalDiscountPercentageLevel2(java.math.BigDecimal subtotalDiscountPercentageLevel2) |
void |
setSubtotalDiscountPercentageLevel2(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> subtotalDiscountPercentageLevel2UnsafeSupplier) |
void |
setSubtotalDiscountPercentageLevel2WithTaxAmount(java.math.BigDecimal subtotalDiscountPercentageLevel2WithTaxAmount) |
void |
setSubtotalDiscountPercentageLevel2WithTaxAmount(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> subtotalDiscountPercentageLevel2WithTaxAmountUnsafeSupplier) |
void |
setSubtotalDiscountPercentageLevel3(java.math.BigDecimal subtotalDiscountPercentageLevel3) |
void |
setSubtotalDiscountPercentageLevel3(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> subtotalDiscountPercentageLevel3UnsafeSupplier) |
void |
setSubtotalDiscountPercentageLevel3WithTaxAmount(java.math.BigDecimal subtotalDiscountPercentageLevel3WithTaxAmount) |
void |
setSubtotalDiscountPercentageLevel3WithTaxAmount(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> subtotalDiscountPercentageLevel3WithTaxAmountUnsafeSupplier) |
void |
setSubtotalDiscountPercentageLevel4(java.math.BigDecimal subtotalDiscountPercentageLevel4) |
void |
setSubtotalDiscountPercentageLevel4(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> subtotalDiscountPercentageLevel4UnsafeSupplier) |
void |
setSubtotalDiscountPercentageLevel4WithTaxAmount(java.math.BigDecimal subtotalDiscountPercentageLevel4WithTaxAmount) |
void |
setSubtotalDiscountPercentageLevel4WithTaxAmount(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> subtotalDiscountPercentageLevel4WithTaxAmountUnsafeSupplier) |
void |
setSubtotalDiscountWithTaxAmount(java.math.BigDecimal subtotalDiscountWithTaxAmount) |
void |
setSubtotalDiscountWithTaxAmount(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> subtotalDiscountWithTaxAmountUnsafeSupplier) |
void |
setSubtotalDiscountWithTaxAmountFormatted(java.lang.String subtotalDiscountWithTaxAmountFormatted) |
void |
setSubtotalDiscountWithTaxAmountFormatted(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> subtotalDiscountWithTaxAmountFormattedUnsafeSupplier) |
void |
setSubtotalFormatted(java.lang.String subtotalFormatted) |
void |
setSubtotalFormatted(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> subtotalFormattedUnsafeSupplier) |
void |
setSubtotalWithTaxAmount(java.math.BigDecimal subtotalWithTaxAmount) |
void |
setSubtotalWithTaxAmount(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> subtotalWithTaxAmountUnsafeSupplier) |
void |
setSubtotalWithTaxAmountFormatted(java.lang.String subtotalWithTaxAmountFormatted) |
void |
setSubtotalWithTaxAmountFormatted(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> subtotalWithTaxAmountFormattedUnsafeSupplier) |
void |
setSubtotalWithTaxAmountValue(java.lang.Double subtotalWithTaxAmountValue) |
void |
setSubtotalWithTaxAmountValue(com.liferay.petra.function.UnsafeSupplier<java.lang.Double,java.lang.Exception> subtotalWithTaxAmountValueUnsafeSupplier) |
void |
setTaxAmount(java.math.BigDecimal taxAmount) |
void |
setTaxAmount(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> taxAmountUnsafeSupplier) |
void |
setTaxAmountFormatted(java.lang.String taxAmountFormatted) |
void |
setTaxAmountFormatted(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> taxAmountFormattedUnsafeSupplier) |
void |
setTaxAmountValue(java.lang.Double taxAmountValue) |
void |
setTaxAmountValue(com.liferay.petra.function.UnsafeSupplier<java.lang.Double,java.lang.Exception> taxAmountValueUnsafeSupplier) |
void |
setTotal(java.math.BigDecimal total) |
void |
setTotal(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> totalUnsafeSupplier) |
void |
setTotalAmount(java.lang.Double totalAmount) |
void |
setTotalAmount(com.liferay.petra.function.UnsafeSupplier<java.lang.Double,java.lang.Exception> totalAmountUnsafeSupplier) |
void |
setTotalDiscountAmount(java.math.BigDecimal totalDiscountAmount) |
void |
setTotalDiscountAmount(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> totalDiscountAmountUnsafeSupplier) |
void |
setTotalDiscountAmountFormatted(java.lang.String totalDiscountAmountFormatted) |
void |
setTotalDiscountAmountFormatted(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> totalDiscountAmountFormattedUnsafeSupplier) |
void |
setTotalDiscountAmountValue(java.lang.Double totalDiscountAmountValue) |
void |
setTotalDiscountAmountValue(com.liferay.petra.function.UnsafeSupplier<java.lang.Double,java.lang.Exception> totalDiscountAmountValueUnsafeSupplier) |
void |
setTotalDiscountPercentageLevel1(java.math.BigDecimal totalDiscountPercentageLevel1) |
void |
setTotalDiscountPercentageLevel1(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> totalDiscountPercentageLevel1UnsafeSupplier) |
void |
setTotalDiscountPercentageLevel1WithTaxAmount(java.math.BigDecimal totalDiscountPercentageLevel1WithTaxAmount) |
void |
setTotalDiscountPercentageLevel1WithTaxAmount(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> totalDiscountPercentageLevel1WithTaxAmountUnsafeSupplier) |
void |
setTotalDiscountPercentageLevel2(java.math.BigDecimal totalDiscountPercentageLevel2) |
void |
setTotalDiscountPercentageLevel2(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> totalDiscountPercentageLevel2UnsafeSupplier) |
void |
setTotalDiscountPercentageLevel2WithTaxAmount(java.math.BigDecimal totalDiscountPercentageLevel2WithTaxAmount) |
void |
setTotalDiscountPercentageLevel2WithTaxAmount(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> totalDiscountPercentageLevel2WithTaxAmountUnsafeSupplier) |
void |
setTotalDiscountPercentageLevel3(java.math.BigDecimal totalDiscountPercentageLevel3) |
void |
setTotalDiscountPercentageLevel3(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> totalDiscountPercentageLevel3UnsafeSupplier) |
void |
setTotalDiscountPercentageLevel3WithTaxAmount(java.math.BigDecimal totalDiscountPercentageLevel3WithTaxAmount) |
void |
setTotalDiscountPercentageLevel3WithTaxAmount(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> totalDiscountPercentageLevel3WithTaxAmountUnsafeSupplier) |
void |
setTotalDiscountPercentageLevel4(java.math.BigDecimal totalDiscountPercentageLevel4) |
void |
setTotalDiscountPercentageLevel4(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> totalDiscountPercentageLevel4UnsafeSupplier) |
void |
setTotalDiscountPercentageLevel4WithTaxAmount(java.math.BigDecimal totalDiscountPercentageLevel4WithTaxAmount) |
void |
setTotalDiscountPercentageLevel4WithTaxAmount(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> totalDiscountPercentageLevel4WithTaxAmountUnsafeSupplier) |
void |
setTotalDiscountWithTaxAmount(java.math.BigDecimal totalDiscountWithTaxAmount) |
void |
setTotalDiscountWithTaxAmount(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> totalDiscountWithTaxAmountUnsafeSupplier) |
void |
setTotalDiscountWithTaxAmountFormatted(java.lang.String totalDiscountWithTaxAmountFormatted) |
void |
setTotalDiscountWithTaxAmountFormatted(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> totalDiscountWithTaxAmountFormattedUnsafeSupplier) |
void |
setTotalDiscountWithTaxAmountValue(java.lang.Double totalDiscountWithTaxAmountValue) |
void |
setTotalDiscountWithTaxAmountValue(com.liferay.petra.function.UnsafeSupplier<java.lang.Double,java.lang.Exception> totalDiscountWithTaxAmountValueUnsafeSupplier) |
void |
setTotalFormatted(java.lang.String totalFormatted) |
void |
setTotalFormatted(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> totalFormattedUnsafeSupplier) |
void |
setTotalWithTaxAmount(java.math.BigDecimal totalWithTaxAmount) |
void |
setTotalWithTaxAmount(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> totalWithTaxAmountUnsafeSupplier) |
void |
setTotalWithTaxAmountFormatted(java.lang.String totalWithTaxAmountFormatted) |
void |
setTotalWithTaxAmountFormatted(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> totalWithTaxAmountFormattedUnsafeSupplier) |
void |
setTotalWithTaxAmountValue(java.lang.Double totalWithTaxAmountValue) |
void |
setTotalWithTaxAmountValue(com.liferay.petra.function.UnsafeSupplier<java.lang.Double,java.lang.Exception> totalWithTaxAmountValueUnsafeSupplier) |
void |
setTransactionId(java.lang.String transactionId) |
void |
setTransactionId(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> transactionIdUnsafeSupplier) |
void |
setWorkflowStatusInfo(Status workflowStatusInfo) |
void |
setWorkflowStatusInfo(com.liferay.petra.function.UnsafeSupplier<Status,java.lang.Exception> workflowStatusInfoUnsafeSupplier) |
static Order |
toDTO(java.lang.String json) |
java.lang.String |
toString() |
static Order |
unsafeToDTO(java.lang.String json) |
protected Account account
protected java.lang.String accountExternalReferenceCode
protected java.lang.Long accountId
protected java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> actions
protected java.lang.String advanceStatus
protected BillingAddress billingAddress
protected java.lang.Long billingAddressId
protected Channel channel
protected java.lang.String channelExternalReferenceCode
@NotNull protected @NotNull java.lang.Long channelId
protected java.lang.String couponCode
protected java.util.Date createDate
protected java.lang.String creatorEmailAddress
@NotEmpty protected @NotEmpty java.lang.String currencyCode
protected java.util.Map<java.lang.String,?> customFields
protected java.lang.String deliveryTermDescription
protected java.lang.Long deliveryTermId
protected java.lang.String deliveryTermName
protected java.lang.String externalReferenceCode
protected java.lang.Long id
protected java.util.Date lastPriceUpdateDate
protected java.util.Date modifiedDate
protected java.util.Date orderDate
protected OrderItem[] orderItems
protected java.lang.Integer orderStatus
protected Status orderStatusInfo
protected java.lang.String orderTypeExternalReferenceCode
protected java.lang.Long orderTypeId
protected java.lang.String paymentMethod
protected java.lang.Integer paymentStatus
protected Status paymentStatusInfo
protected java.lang.String paymentTermDescription
protected java.lang.Long paymentTermId
protected java.lang.String paymentTermName
protected java.lang.String printedNote
protected java.lang.String purchaseOrderNumber
protected java.util.Date requestedDeliveryDate
protected ShippingAddress shippingAddress
protected java.lang.Long shippingAddressId
protected java.math.BigDecimal shippingAmount
protected java.lang.String shippingAmountFormatted
protected java.lang.Double shippingAmountValue
protected java.math.BigDecimal shippingDiscountAmount
protected java.lang.String shippingDiscountAmountFormatted
protected java.lang.Double shippingDiscountAmountValue
protected java.math.BigDecimal shippingDiscountPercentageLevel1
protected java.math.BigDecimal shippingDiscountPercentageLevel1WithTaxAmount
protected java.math.BigDecimal shippingDiscountPercentageLevel2
protected java.math.BigDecimal shippingDiscountPercentageLevel2WithTaxAmount
protected java.math.BigDecimal shippingDiscountPercentageLevel3
protected java.math.BigDecimal shippingDiscountPercentageLevel3WithTaxAmount
protected java.math.BigDecimal shippingDiscountPercentageLevel4
protected java.math.BigDecimal shippingDiscountPercentageLevel4WithTaxAmount
protected java.math.BigDecimal shippingDiscountWithTaxAmount
protected java.lang.String shippingDiscountWithTaxAmountFormatted
protected java.lang.String shippingMethod
protected java.lang.String shippingOption
protected java.math.BigDecimal shippingWithTaxAmount
protected java.lang.String shippingWithTaxAmountFormatted
protected java.lang.Double shippingWithTaxAmountValue
protected java.math.BigDecimal subtotal
protected java.lang.Double subtotalAmount
protected java.math.BigDecimal subtotalDiscountAmount
protected java.lang.String subtotalDiscountAmountFormatted
protected java.math.BigDecimal subtotalDiscountPercentageLevel1
protected java.math.BigDecimal subtotalDiscountPercentageLevel1WithTaxAmount
protected java.math.BigDecimal subtotalDiscountPercentageLevel2
protected java.math.BigDecimal subtotalDiscountPercentageLevel2WithTaxAmount
protected java.math.BigDecimal subtotalDiscountPercentageLevel3
protected java.math.BigDecimal subtotalDiscountPercentageLevel3WithTaxAmount
protected java.math.BigDecimal subtotalDiscountPercentageLevel4
protected java.math.BigDecimal subtotalDiscountPercentageLevel4WithTaxAmount
protected java.math.BigDecimal subtotalDiscountWithTaxAmount
protected java.lang.String subtotalDiscountWithTaxAmountFormatted
protected java.lang.String subtotalFormatted
protected java.math.BigDecimal subtotalWithTaxAmount
protected java.lang.String subtotalWithTaxAmountFormatted
protected java.lang.Double subtotalWithTaxAmountValue
protected java.math.BigDecimal taxAmount
protected java.lang.String taxAmountFormatted
protected java.lang.Double taxAmountValue
protected java.math.BigDecimal total
protected java.lang.Double totalAmount
protected java.math.BigDecimal totalDiscountAmount
protected java.lang.String totalDiscountAmountFormatted
protected java.lang.Double totalDiscountAmountValue
protected java.math.BigDecimal totalDiscountPercentageLevel1
protected java.math.BigDecimal totalDiscountPercentageLevel1WithTaxAmount
protected java.math.BigDecimal totalDiscountPercentageLevel2
protected java.math.BigDecimal totalDiscountPercentageLevel2WithTaxAmount
protected java.math.BigDecimal totalDiscountPercentageLevel3
protected java.math.BigDecimal totalDiscountPercentageLevel3WithTaxAmount
protected java.math.BigDecimal totalDiscountPercentageLevel4
protected java.math.BigDecimal totalDiscountPercentageLevel4WithTaxAmount
protected java.math.BigDecimal totalDiscountWithTaxAmount
protected java.lang.String totalDiscountWithTaxAmountFormatted
protected java.lang.Double totalDiscountWithTaxAmountValue
protected java.lang.String totalFormatted
protected java.math.BigDecimal totalWithTaxAmount
protected java.lang.String totalWithTaxAmountFormatted
protected java.lang.Double totalWithTaxAmountValue
protected java.lang.String transactionId
protected Status workflowStatusInfo
public java.lang.String xClassName
public static Order toDTO(java.lang.String json)
public static Order unsafeToDTO(java.lang.String json)
@Valid public @Valid Account getAccount()
public void setAccount(Account account)
public void setAccount(com.liferay.petra.function.UnsafeSupplier<Account,java.lang.Exception> accountUnsafeSupplier)
public java.lang.String getAccountExternalReferenceCode()
public void setAccountExternalReferenceCode(java.lang.String accountExternalReferenceCode)
public void setAccountExternalReferenceCode(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> accountExternalReferenceCodeUnsafeSupplier)
@DecimalMin(value="0") public @DecimalMin(value="0") 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 java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> getActions()
public void setActions(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> actions)
public void setActions(com.liferay.petra.function.UnsafeSupplier<java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>>,java.lang.Exception> actionsUnsafeSupplier)
public java.lang.String getAdvanceStatus()
public void setAdvanceStatus(java.lang.String advanceStatus)
public void setAdvanceStatus(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> advanceStatusUnsafeSupplier)
@Valid public @Valid BillingAddress getBillingAddress()
public void setBillingAddress(BillingAddress billingAddress)
public void setBillingAddress(com.liferay.petra.function.UnsafeSupplier<BillingAddress,java.lang.Exception> billingAddressUnsafeSupplier)
@DecimalMin(value="0") public @DecimalMin(value="0") 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 Channel getChannel()
public void setChannel(Channel channel)
public void setChannel(com.liferay.petra.function.UnsafeSupplier<Channel,java.lang.Exception> channelUnsafeSupplier)
public java.lang.String getChannelExternalReferenceCode()
public void setChannelExternalReferenceCode(java.lang.String channelExternalReferenceCode)
public void setChannelExternalReferenceCode(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> channelExternalReferenceCodeUnsafeSupplier)
@DecimalMin(value="0") public @DecimalMin(value="0") 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 getCreatorEmailAddress()
public void setCreatorEmailAddress(java.lang.String creatorEmailAddress)
public void setCreatorEmailAddress(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> creatorEmailAddressUnsafeSupplier)
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.String getDeliveryTermDescription()
public void setDeliveryTermDescription(java.lang.String deliveryTermDescription)
public void setDeliveryTermDescription(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> deliveryTermDescriptionUnsafeSupplier)
@DecimalMin(value="0") public @DecimalMin(value="0") 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 getDeliveryTermName()
public void setDeliveryTermName(java.lang.String deliveryTermName)
public void setDeliveryTermName(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> deliveryTermNameUnsafeSupplier)
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)
@DecimalMin(value="0") public @DecimalMin(value="0") 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.util.Date getOrderDate()
public void setOrderDate(java.util.Date orderDate)
public void setOrderDate(com.liferay.petra.function.UnsafeSupplier<java.util.Date,java.lang.Exception> orderDateUnsafeSupplier)
@Valid public @Valid OrderItem[] getOrderItems()
public void setOrderItems(OrderItem[] orderItems)
public void setOrderItems(com.liferay.petra.function.UnsafeSupplier<OrderItem[],java.lang.Exception> orderItemsUnsafeSupplier)
@DecimalMin(value="0") public @DecimalMin(value="0") java.lang.Integer getOrderStatus()
public void setOrderStatus(java.lang.Integer orderStatus)
public void setOrderStatus(com.liferay.petra.function.UnsafeSupplier<java.lang.Integer,java.lang.Exception> orderStatusUnsafeSupplier)
@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 getOrderTypeExternalReferenceCode()
public void setOrderTypeExternalReferenceCode(java.lang.String orderTypeExternalReferenceCode)
public void setOrderTypeExternalReferenceCode(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> orderTypeExternalReferenceCodeUnsafeSupplier)
@DecimalMin(value="0") public @DecimalMin(value="0") 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 getPaymentMethod()
public void setPaymentMethod(java.lang.String paymentMethod)
public void setPaymentMethod(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> paymentMethodUnsafeSupplier)
@DecimalMin(value="0") public @DecimalMin(value="0") 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 getPaymentTermDescription()
public void setPaymentTermDescription(java.lang.String paymentTermDescription)
public void setPaymentTermDescription(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> paymentTermDescriptionUnsafeSupplier)
@DecimalMin(value="0") public @DecimalMin(value="0") 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 getPaymentTermName()
public void setPaymentTermName(java.lang.String paymentTermName)
public void setPaymentTermName(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> paymentTermNameUnsafeSupplier)
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 ShippingAddress getShippingAddress()
public void setShippingAddress(ShippingAddress shippingAddress)
public void setShippingAddress(com.liferay.petra.function.UnsafeSupplier<ShippingAddress,java.lang.Exception> shippingAddressUnsafeSupplier)
@DecimalMin(value="0") public @DecimalMin(value="0") 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)
@DecimalMin(value="0") @Valid public @DecimalMin(value="0") @Valid java.math.BigDecimal getShippingAmount()
public void setShippingAmount(java.math.BigDecimal shippingAmount)
public void setShippingAmount(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> shippingAmountUnsafeSupplier)
public java.lang.String getShippingAmountFormatted()
public void setShippingAmountFormatted(java.lang.String shippingAmountFormatted)
public void setShippingAmountFormatted(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> shippingAmountFormattedUnsafeSupplier)
@DecimalMin(value="0") public @DecimalMin(value="0") java.lang.Double getShippingAmountValue()
public void setShippingAmountValue(java.lang.Double shippingAmountValue)
public void setShippingAmountValue(com.liferay.petra.function.UnsafeSupplier<java.lang.Double,java.lang.Exception> shippingAmountValueUnsafeSupplier)
@Valid public @Valid java.math.BigDecimal getShippingDiscountAmount()
public void setShippingDiscountAmount(java.math.BigDecimal shippingDiscountAmount)
public void setShippingDiscountAmount(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> shippingDiscountAmountUnsafeSupplier)
public java.lang.String getShippingDiscountAmountFormatted()
public void setShippingDiscountAmountFormatted(java.lang.String shippingDiscountAmountFormatted)
public void setShippingDiscountAmountFormatted(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> shippingDiscountAmountFormattedUnsafeSupplier)
public java.lang.Double getShippingDiscountAmountValue()
public void setShippingDiscountAmountValue(java.lang.Double shippingDiscountAmountValue)
public void setShippingDiscountAmountValue(com.liferay.petra.function.UnsafeSupplier<java.lang.Double,java.lang.Exception> shippingDiscountAmountValueUnsafeSupplier)
@DecimalMin(value="0") @Valid public @DecimalMin(value="0") @Valid java.math.BigDecimal getShippingDiscountPercentageLevel1()
public void setShippingDiscountPercentageLevel1(java.math.BigDecimal shippingDiscountPercentageLevel1)
public void setShippingDiscountPercentageLevel1(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> shippingDiscountPercentageLevel1UnsafeSupplier)
@DecimalMin(value="0") @Valid public @DecimalMin(value="0") @Valid java.math.BigDecimal getShippingDiscountPercentageLevel1WithTaxAmount()
public void setShippingDiscountPercentageLevel1WithTaxAmount(java.math.BigDecimal shippingDiscountPercentageLevel1WithTaxAmount)
public void setShippingDiscountPercentageLevel1WithTaxAmount(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> shippingDiscountPercentageLevel1WithTaxAmountUnsafeSupplier)
@DecimalMin(value="0") @Valid public @DecimalMin(value="0") @Valid java.math.BigDecimal getShippingDiscountPercentageLevel2()
public void setShippingDiscountPercentageLevel2(java.math.BigDecimal shippingDiscountPercentageLevel2)
public void setShippingDiscountPercentageLevel2(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> shippingDiscountPercentageLevel2UnsafeSupplier)
@DecimalMin(value="0") @Valid public @DecimalMin(value="0") @Valid java.math.BigDecimal getShippingDiscountPercentageLevel2WithTaxAmount()
public void setShippingDiscountPercentageLevel2WithTaxAmount(java.math.BigDecimal shippingDiscountPercentageLevel2WithTaxAmount)
public void setShippingDiscountPercentageLevel2WithTaxAmount(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> shippingDiscountPercentageLevel2WithTaxAmountUnsafeSupplier)
@DecimalMin(value="0") @Valid public @DecimalMin(value="0") @Valid java.math.BigDecimal getShippingDiscountPercentageLevel3()
public void setShippingDiscountPercentageLevel3(java.math.BigDecimal shippingDiscountPercentageLevel3)
public void setShippingDiscountPercentageLevel3(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> shippingDiscountPercentageLevel3UnsafeSupplier)
@DecimalMin(value="0") @Valid public @DecimalMin(value="0") @Valid java.math.BigDecimal getShippingDiscountPercentageLevel3WithTaxAmount()
public void setShippingDiscountPercentageLevel3WithTaxAmount(java.math.BigDecimal shippingDiscountPercentageLevel3WithTaxAmount)
public void setShippingDiscountPercentageLevel3WithTaxAmount(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> shippingDiscountPercentageLevel3WithTaxAmountUnsafeSupplier)
@DecimalMin(value="0") @Valid public @DecimalMin(value="0") @Valid java.math.BigDecimal getShippingDiscountPercentageLevel4()
public void setShippingDiscountPercentageLevel4(java.math.BigDecimal shippingDiscountPercentageLevel4)
public void setShippingDiscountPercentageLevel4(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> shippingDiscountPercentageLevel4UnsafeSupplier)
@DecimalMin(value="0") @Valid public @DecimalMin(value="0") @Valid java.math.BigDecimal getShippingDiscountPercentageLevel4WithTaxAmount()
public void setShippingDiscountPercentageLevel4WithTaxAmount(java.math.BigDecimal shippingDiscountPercentageLevel4WithTaxAmount)
public void setShippingDiscountPercentageLevel4WithTaxAmount(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> shippingDiscountPercentageLevel4WithTaxAmountUnsafeSupplier)
@Valid public @Valid java.math.BigDecimal getShippingDiscountWithTaxAmount()
public void setShippingDiscountWithTaxAmount(java.math.BigDecimal shippingDiscountWithTaxAmount)
public void setShippingDiscountWithTaxAmount(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> shippingDiscountWithTaxAmountUnsafeSupplier)
public java.lang.String getShippingDiscountWithTaxAmountFormatted()
public void setShippingDiscountWithTaxAmountFormatted(java.lang.String shippingDiscountWithTaxAmountFormatted)
public void setShippingDiscountWithTaxAmountFormatted(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> shippingDiscountWithTaxAmountFormattedUnsafeSupplier)
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)
@DecimalMin(value="0") @Valid public @DecimalMin(value="0") @Valid java.math.BigDecimal getShippingWithTaxAmount()
public void setShippingWithTaxAmount(java.math.BigDecimal shippingWithTaxAmount)
public void setShippingWithTaxAmount(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> shippingWithTaxAmountUnsafeSupplier)
public java.lang.String getShippingWithTaxAmountFormatted()
public void setShippingWithTaxAmountFormatted(java.lang.String shippingWithTaxAmountFormatted)
public void setShippingWithTaxAmountFormatted(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> shippingWithTaxAmountFormattedUnsafeSupplier)
@DecimalMin(value="0") public @DecimalMin(value="0") java.lang.Double getShippingWithTaxAmountValue()
public void setShippingWithTaxAmountValue(java.lang.Double shippingWithTaxAmountValue)
public void setShippingWithTaxAmountValue(com.liferay.petra.function.UnsafeSupplier<java.lang.Double,java.lang.Exception> shippingWithTaxAmountValueUnsafeSupplier)
@Valid public @Valid java.math.BigDecimal getSubtotal()
public void setSubtotal(java.math.BigDecimal subtotal)
public void setSubtotal(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> subtotalUnsafeSupplier)
public java.lang.Double getSubtotalAmount()
public void setSubtotalAmount(java.lang.Double subtotalAmount)
public void setSubtotalAmount(com.liferay.petra.function.UnsafeSupplier<java.lang.Double,java.lang.Exception> subtotalAmountUnsafeSupplier)
@Valid public @Valid java.math.BigDecimal getSubtotalDiscountAmount()
public void setSubtotalDiscountAmount(java.math.BigDecimal subtotalDiscountAmount)
public void setSubtotalDiscountAmount(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> subtotalDiscountAmountUnsafeSupplier)
public java.lang.String getSubtotalDiscountAmountFormatted()
public void setSubtotalDiscountAmountFormatted(java.lang.String subtotalDiscountAmountFormatted)
public void setSubtotalDiscountAmountFormatted(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> subtotalDiscountAmountFormattedUnsafeSupplier)
@DecimalMin(value="0") @Valid public @DecimalMin(value="0") @Valid java.math.BigDecimal getSubtotalDiscountPercentageLevel1()
public void setSubtotalDiscountPercentageLevel1(java.math.BigDecimal subtotalDiscountPercentageLevel1)
public void setSubtotalDiscountPercentageLevel1(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> subtotalDiscountPercentageLevel1UnsafeSupplier)
@DecimalMin(value="0") @Valid public @DecimalMin(value="0") @Valid java.math.BigDecimal getSubtotalDiscountPercentageLevel1WithTaxAmount()
public void setSubtotalDiscountPercentageLevel1WithTaxAmount(java.math.BigDecimal subtotalDiscountPercentageLevel1WithTaxAmount)
public void setSubtotalDiscountPercentageLevel1WithTaxAmount(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> subtotalDiscountPercentageLevel1WithTaxAmountUnsafeSupplier)
@DecimalMin(value="0") @Valid public @DecimalMin(value="0") @Valid java.math.BigDecimal getSubtotalDiscountPercentageLevel2()
public void setSubtotalDiscountPercentageLevel2(java.math.BigDecimal subtotalDiscountPercentageLevel2)
public void setSubtotalDiscountPercentageLevel2(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> subtotalDiscountPercentageLevel2UnsafeSupplier)
@DecimalMin(value="0") @Valid public @DecimalMin(value="0") @Valid java.math.BigDecimal getSubtotalDiscountPercentageLevel2WithTaxAmount()
public void setSubtotalDiscountPercentageLevel2WithTaxAmount(java.math.BigDecimal subtotalDiscountPercentageLevel2WithTaxAmount)
public void setSubtotalDiscountPercentageLevel2WithTaxAmount(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> subtotalDiscountPercentageLevel2WithTaxAmountUnsafeSupplier)
@DecimalMin(value="0") @Valid public @DecimalMin(value="0") @Valid java.math.BigDecimal getSubtotalDiscountPercentageLevel3()
public void setSubtotalDiscountPercentageLevel3(java.math.BigDecimal subtotalDiscountPercentageLevel3)
public void setSubtotalDiscountPercentageLevel3(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> subtotalDiscountPercentageLevel3UnsafeSupplier)
@DecimalMin(value="0") @Valid public @DecimalMin(value="0") @Valid java.math.BigDecimal getSubtotalDiscountPercentageLevel3WithTaxAmount()
public void setSubtotalDiscountPercentageLevel3WithTaxAmount(java.math.BigDecimal subtotalDiscountPercentageLevel3WithTaxAmount)
public void setSubtotalDiscountPercentageLevel3WithTaxAmount(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> subtotalDiscountPercentageLevel3WithTaxAmountUnsafeSupplier)
@DecimalMin(value="0") @Valid public @DecimalMin(value="0") @Valid java.math.BigDecimal getSubtotalDiscountPercentageLevel4()
public void setSubtotalDiscountPercentageLevel4(java.math.BigDecimal subtotalDiscountPercentageLevel4)
public void setSubtotalDiscountPercentageLevel4(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> subtotalDiscountPercentageLevel4UnsafeSupplier)
@DecimalMin(value="0") @Valid public @DecimalMin(value="0") @Valid java.math.BigDecimal getSubtotalDiscountPercentageLevel4WithTaxAmount()
public void setSubtotalDiscountPercentageLevel4WithTaxAmount(java.math.BigDecimal subtotalDiscountPercentageLevel4WithTaxAmount)
public void setSubtotalDiscountPercentageLevel4WithTaxAmount(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> subtotalDiscountPercentageLevel4WithTaxAmountUnsafeSupplier)
@Valid public @Valid java.math.BigDecimal getSubtotalDiscountWithTaxAmount()
public void setSubtotalDiscountWithTaxAmount(java.math.BigDecimal subtotalDiscountWithTaxAmount)
public void setSubtotalDiscountWithTaxAmount(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> subtotalDiscountWithTaxAmountUnsafeSupplier)
public java.lang.String getSubtotalDiscountWithTaxAmountFormatted()
public void setSubtotalDiscountWithTaxAmountFormatted(java.lang.String subtotalDiscountWithTaxAmountFormatted)
public void setSubtotalDiscountWithTaxAmountFormatted(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> subtotalDiscountWithTaxAmountFormattedUnsafeSupplier)
public java.lang.String getSubtotalFormatted()
public void setSubtotalFormatted(java.lang.String subtotalFormatted)
public void setSubtotalFormatted(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> subtotalFormattedUnsafeSupplier)
@Valid public @Valid java.math.BigDecimal getSubtotalWithTaxAmount()
public void setSubtotalWithTaxAmount(java.math.BigDecimal subtotalWithTaxAmount)
public void setSubtotalWithTaxAmount(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> subtotalWithTaxAmountUnsafeSupplier)
public java.lang.String getSubtotalWithTaxAmountFormatted()
public void setSubtotalWithTaxAmountFormatted(java.lang.String subtotalWithTaxAmountFormatted)
public void setSubtotalWithTaxAmountFormatted(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> subtotalWithTaxAmountFormattedUnsafeSupplier)
public java.lang.Double getSubtotalWithTaxAmountValue()
public void setSubtotalWithTaxAmountValue(java.lang.Double subtotalWithTaxAmountValue)
public void setSubtotalWithTaxAmountValue(com.liferay.petra.function.UnsafeSupplier<java.lang.Double,java.lang.Exception> subtotalWithTaxAmountValueUnsafeSupplier)
@DecimalMin(value="0") @Valid public @DecimalMin(value="0") @Valid java.math.BigDecimal getTaxAmount()
public void setTaxAmount(java.math.BigDecimal taxAmount)
public void setTaxAmount(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> taxAmountUnsafeSupplier)
public java.lang.String getTaxAmountFormatted()
public void setTaxAmountFormatted(java.lang.String taxAmountFormatted)
public void setTaxAmountFormatted(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> taxAmountFormattedUnsafeSupplier)
@DecimalMin(value="0") public @DecimalMin(value="0") java.lang.Double getTaxAmountValue()
public void setTaxAmountValue(java.lang.Double taxAmountValue)
public void setTaxAmountValue(com.liferay.petra.function.UnsafeSupplier<java.lang.Double,java.lang.Exception> taxAmountValueUnsafeSupplier)
@DecimalMin(value="0") @Valid public @DecimalMin(value="0") @Valid java.math.BigDecimal getTotal()
public void setTotal(java.math.BigDecimal total)
public void setTotal(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> totalUnsafeSupplier)
@DecimalMin(value="0") public @DecimalMin(value="0") java.lang.Double getTotalAmount()
public void setTotalAmount(java.lang.Double totalAmount)
public void setTotalAmount(com.liferay.petra.function.UnsafeSupplier<java.lang.Double,java.lang.Exception> totalAmountUnsafeSupplier)
@DecimalMin(value="0") @Valid public @DecimalMin(value="0") @Valid java.math.BigDecimal getTotalDiscountAmount()
public void setTotalDiscountAmount(java.math.BigDecimal totalDiscountAmount)
public void setTotalDiscountAmount(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> totalDiscountAmountUnsafeSupplier)
public java.lang.String getTotalDiscountAmountFormatted()
public void setTotalDiscountAmountFormatted(java.lang.String totalDiscountAmountFormatted)
public void setTotalDiscountAmountFormatted(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> totalDiscountAmountFormattedUnsafeSupplier)
@DecimalMin(value="0") public @DecimalMin(value="0") java.lang.Double getTotalDiscountAmountValue()
public void setTotalDiscountAmountValue(java.lang.Double totalDiscountAmountValue)
public void setTotalDiscountAmountValue(com.liferay.petra.function.UnsafeSupplier<java.lang.Double,java.lang.Exception> totalDiscountAmountValueUnsafeSupplier)
@DecimalMin(value="0") @Valid public @DecimalMin(value="0") @Valid java.math.BigDecimal getTotalDiscountPercentageLevel1()
public void setTotalDiscountPercentageLevel1(java.math.BigDecimal totalDiscountPercentageLevel1)
public void setTotalDiscountPercentageLevel1(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> totalDiscountPercentageLevel1UnsafeSupplier)
@DecimalMin(value="0") @Valid public @DecimalMin(value="0") @Valid java.math.BigDecimal getTotalDiscountPercentageLevel1WithTaxAmount()
public void setTotalDiscountPercentageLevel1WithTaxAmount(java.math.BigDecimal totalDiscountPercentageLevel1WithTaxAmount)
public void setTotalDiscountPercentageLevel1WithTaxAmount(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> totalDiscountPercentageLevel1WithTaxAmountUnsafeSupplier)
@DecimalMin(value="0") @Valid public @DecimalMin(value="0") @Valid java.math.BigDecimal getTotalDiscountPercentageLevel2()
public void setTotalDiscountPercentageLevel2(java.math.BigDecimal totalDiscountPercentageLevel2)
public void setTotalDiscountPercentageLevel2(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> totalDiscountPercentageLevel2UnsafeSupplier)
@DecimalMin(value="0") @Valid public @DecimalMin(value="0") @Valid java.math.BigDecimal getTotalDiscountPercentageLevel2WithTaxAmount()
public void setTotalDiscountPercentageLevel2WithTaxAmount(java.math.BigDecimal totalDiscountPercentageLevel2WithTaxAmount)
public void setTotalDiscountPercentageLevel2WithTaxAmount(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> totalDiscountPercentageLevel2WithTaxAmountUnsafeSupplier)
@DecimalMin(value="0") @Valid public @DecimalMin(value="0") @Valid java.math.BigDecimal getTotalDiscountPercentageLevel3()
public void setTotalDiscountPercentageLevel3(java.math.BigDecimal totalDiscountPercentageLevel3)
public void setTotalDiscountPercentageLevel3(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> totalDiscountPercentageLevel3UnsafeSupplier)
@DecimalMin(value="0") @Valid public @DecimalMin(value="0") @Valid java.math.BigDecimal getTotalDiscountPercentageLevel3WithTaxAmount()
public void setTotalDiscountPercentageLevel3WithTaxAmount(java.math.BigDecimal totalDiscountPercentageLevel3WithTaxAmount)
public void setTotalDiscountPercentageLevel3WithTaxAmount(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> totalDiscountPercentageLevel3WithTaxAmountUnsafeSupplier)
@DecimalMin(value="0") @Valid public @DecimalMin(value="0") @Valid java.math.BigDecimal getTotalDiscountPercentageLevel4()
public void setTotalDiscountPercentageLevel4(java.math.BigDecimal totalDiscountPercentageLevel4)
public void setTotalDiscountPercentageLevel4(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> totalDiscountPercentageLevel4UnsafeSupplier)
@DecimalMin(value="0") @Valid public @DecimalMin(value="0") @Valid java.math.BigDecimal getTotalDiscountPercentageLevel4WithTaxAmount()
public void setTotalDiscountPercentageLevel4WithTaxAmount(java.math.BigDecimal totalDiscountPercentageLevel4WithTaxAmount)
public void setTotalDiscountPercentageLevel4WithTaxAmount(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> totalDiscountPercentageLevel4WithTaxAmountUnsafeSupplier)
@DecimalMin(value="0") @Valid public @DecimalMin(value="0") @Valid java.math.BigDecimal getTotalDiscountWithTaxAmount()
public void setTotalDiscountWithTaxAmount(java.math.BigDecimal totalDiscountWithTaxAmount)
public void setTotalDiscountWithTaxAmount(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> totalDiscountWithTaxAmountUnsafeSupplier)
public java.lang.String getTotalDiscountWithTaxAmountFormatted()
public void setTotalDiscountWithTaxAmountFormatted(java.lang.String totalDiscountWithTaxAmountFormatted)
public void setTotalDiscountWithTaxAmountFormatted(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> totalDiscountWithTaxAmountFormattedUnsafeSupplier)
@DecimalMin(value="0") public @DecimalMin(value="0") java.lang.Double getTotalDiscountWithTaxAmountValue()
public void setTotalDiscountWithTaxAmountValue(java.lang.Double totalDiscountWithTaxAmountValue)
public void setTotalDiscountWithTaxAmountValue(com.liferay.petra.function.UnsafeSupplier<java.lang.Double,java.lang.Exception> totalDiscountWithTaxAmountValueUnsafeSupplier)
public java.lang.String getTotalFormatted()
public void setTotalFormatted(java.lang.String totalFormatted)
public void setTotalFormatted(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> totalFormattedUnsafeSupplier)
@DecimalMin(value="0") @Valid public @DecimalMin(value="0") @Valid java.math.BigDecimal getTotalWithTaxAmount()
public void setTotalWithTaxAmount(java.math.BigDecimal totalWithTaxAmount)
public void setTotalWithTaxAmount(com.liferay.petra.function.UnsafeSupplier<java.math.BigDecimal,java.lang.Exception> totalWithTaxAmountUnsafeSupplier)
public java.lang.String getTotalWithTaxAmountFormatted()
public void setTotalWithTaxAmountFormatted(java.lang.String totalWithTaxAmountFormatted)
public void setTotalWithTaxAmountFormatted(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> totalWithTaxAmountFormattedUnsafeSupplier)
@DecimalMin(value="0") public @DecimalMin(value="0") java.lang.Double getTotalWithTaxAmountValue()
public void setTotalWithTaxAmountValue(java.lang.Double totalWithTaxAmountValue)
public void setTotalWithTaxAmountValue(com.liferay.petra.function.UnsafeSupplier<java.lang.Double,java.lang.Exception> totalWithTaxAmountValueUnsafeSupplier)
public java.lang.String getTransactionId()
public void setTransactionId(java.lang.String transactionId)
public void setTransactionId(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> transactionIdUnsafeSupplier)
@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.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object