Class GeneratedAbstractOrder

    • Field Detail

      • CALCULATED

        public static final java.lang.String CALCULATED
        Qualifier of the AbstractOrder.calculated attribute
        See Also:
        Constant Field Values
      • CODE

        public static final java.lang.String CODE
        Qualifier of the AbstractOrder.code attribute
        See Also:
        Constant Field Values
      • CURRENCY

        public static final java.lang.String CURRENCY
        Qualifier of the AbstractOrder.currency attribute
        See Also:
        Constant Field Values
      • DATE

        public static final java.lang.String DATE
        Qualifier of the AbstractOrder.date attribute
        See Also:
        Constant Field Values
      • DELIVERYADDRESS

        public static final java.lang.String DELIVERYADDRESS
        Qualifier of the AbstractOrder.deliveryAddress attribute
        See Also:
        Constant Field Values
      • DELIVERYCOST

        public static final java.lang.String DELIVERYCOST
        Qualifier of the AbstractOrder.deliveryCost attribute
        See Also:
        Constant Field Values
      • DELIVERYMODE

        public static final java.lang.String DELIVERYMODE
        Qualifier of the AbstractOrder.deliveryMode attribute
        See Also:
        Constant Field Values
      • DELIVERYSTATUS

        public static final java.lang.String DELIVERYSTATUS
        Qualifier of the AbstractOrder.deliveryStatus attribute
        See Also:
        Constant Field Values
      • DESCRIPTION

        public static final java.lang.String DESCRIPTION
        Qualifier of the AbstractOrder.description attribute
        See Also:
        Constant Field Values
      • EXPIRATIONTIME

        public static final java.lang.String EXPIRATIONTIME
        Qualifier of the AbstractOrder.expirationTime attribute
        See Also:
        Constant Field Values
      • GLOBALDISCOUNTVALUESINTERNAL

        public static final java.lang.String GLOBALDISCOUNTVALUESINTERNAL
        Qualifier of the AbstractOrder.globalDiscountValuesInternal attribute
        See Also:
        Constant Field Values
      • NAME

        public static final java.lang.String NAME
        Qualifier of the AbstractOrder.name attribute
        See Also:
        Constant Field Values
      • NET

        public static final java.lang.String NET
        Qualifier of the AbstractOrder.net attribute
        See Also:
        Constant Field Values
      • PAYMENTADDRESS

        public static final java.lang.String PAYMENTADDRESS
        Qualifier of the AbstractOrder.paymentAddress attribute
        See Also:
        Constant Field Values
      • PAYMENTCOST

        public static final java.lang.String PAYMENTCOST
        Qualifier of the AbstractOrder.paymentCost attribute
        See Also:
        Constant Field Values
      • PAYMENTINFO

        public static final java.lang.String PAYMENTINFO
        Qualifier of the AbstractOrder.paymentInfo attribute
        See Also:
        Constant Field Values
      • PAYMENTMODE

        public static final java.lang.String PAYMENTMODE
        Qualifier of the AbstractOrder.paymentMode attribute
        See Also:
        Constant Field Values
      • PAYMENTSTATUS

        public static final java.lang.String PAYMENTSTATUS
        Qualifier of the AbstractOrder.paymentStatus attribute
        See Also:
        Constant Field Values
      • STATUS

        public static final java.lang.String STATUS
        Qualifier of the AbstractOrder.status attribute
        See Also:
        Constant Field Values
      • EXPORTSTATUS

        public static final java.lang.String EXPORTSTATUS
        Qualifier of the AbstractOrder.exportStatus attribute
        See Also:
        Constant Field Values
      • STATUSINFO

        public static final java.lang.String STATUSINFO
        Qualifier of the AbstractOrder.statusInfo attribute
        See Also:
        Constant Field Values
      • TOTALPRICE

        public static final java.lang.String TOTALPRICE
        Qualifier of the AbstractOrder.totalPrice attribute
        See Also:
        Constant Field Values
      • TOTALDISCOUNTS

        public static final java.lang.String TOTALDISCOUNTS
        Qualifier of the AbstractOrder.totalDiscounts attribute
        See Also:
        Constant Field Values
      • TOTALTAX

        public static final java.lang.String TOTALTAX
        Qualifier of the AbstractOrder.totalTax attribute
        See Also:
        Constant Field Values
      • TOTALTAXVALUESINTERNAL

        public static final java.lang.String TOTALTAXVALUESINTERNAL
        Qualifier of the AbstractOrder.totalTaxValuesInternal attribute
        See Also:
        Constant Field Values
      • USER

        public static final java.lang.String USER
        Qualifier of the AbstractOrder.user attribute
        See Also:
        Constant Field Values
      • SUBTOTAL

        public static final java.lang.String SUBTOTAL
        Qualifier of the AbstractOrder.subtotal attribute
        See Also:
        Constant Field Values
      • DISCOUNTSINCLUDEDELIVERYCOST

        public static final java.lang.String DISCOUNTSINCLUDEDELIVERYCOST
        Qualifier of the AbstractOrder.discountsIncludeDeliveryCost attribute
        See Also:
        Constant Field Values
      • DISCOUNTSINCLUDEPAYMENTCOST

        public static final java.lang.String DISCOUNTSINCLUDEPAYMENTCOST
        Qualifier of the AbstractOrder.discountsIncludePaymentCost attribute
        See Also:
        Constant Field Values
      • ENTRYGROUPS

        public static final java.lang.String ENTRYGROUPS
        Qualifier of the AbstractOrder.entryGroups attribute
        See Also:
        Constant Field Values
      • ENTRIES

        public static final java.lang.String ENTRIES
        Qualifier of the AbstractOrder.entries attribute
        See Also:
        Constant Field Values
      • DISCOUNTS

        public static final java.lang.String DISCOUNTS
        Qualifier of the AbstractOrder.discounts attribute
        See Also:
        Constant Field Values
      • ORDERDISCOUNTRELATION_SRC_ORDERED

        protected static java.lang.String ORDERDISCOUNTRELATION_SRC_ORDERED
        Relation ordering override parameter constants for OrderDiscountRelation from ((core))
      • ORDERDISCOUNTRELATION_TGT_ORDERED

        protected static java.lang.String ORDERDISCOUNTRELATION_TGT_ORDERED
      • ORDERDISCOUNTRELATION_MARKMODIFIED

        protected static java.lang.String ORDERDISCOUNTRELATION_MARKMODIFIED
        Relation disable markmodifed parameter constants for OrderDiscountRelation from ((core))
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedAbstractOrder

        public GeneratedAbstractOrder()
    • Method Detail

      • isCalculated

        public java.lang.Boolean isCalculated​(SessionContext ctx)
        Generated method - Getter of the AbstractOrder.calculated attribute.
        Returns:
        the calculated
      • isCalculated

        public java.lang.Boolean isCalculated()
        Generated method - Getter of the AbstractOrder.calculated attribute.
        Returns:
        the calculated
      • isCalculatedAsPrimitive

        public boolean isCalculatedAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the AbstractOrder.calculated attribute.
        Returns:
        the calculated
      • isCalculatedAsPrimitive

        public boolean isCalculatedAsPrimitive()
        Generated method - Getter of the AbstractOrder.calculated attribute.
        Returns:
        the calculated
      • setCalculated

        public void setCalculated​(SessionContext ctx,
                                  java.lang.Boolean value)
        Generated method - Setter of the AbstractOrder.calculated attribute.
        Parameters:
        value - the calculated
      • setCalculated

        public void setCalculated​(java.lang.Boolean value)
        Generated method - Setter of the AbstractOrder.calculated attribute.
        Parameters:
        value - the calculated
      • setCalculated

        public void setCalculated​(SessionContext ctx,
                                  boolean value)
        Generated method - Setter of the AbstractOrder.calculated attribute.
        Parameters:
        value - the calculated
      • setCalculated

        public void setCalculated​(boolean value)
        Generated method - Setter of the AbstractOrder.calculated attribute.
        Parameters:
        value - the calculated
      • getCode

        public java.lang.String getCode​(SessionContext ctx)
        Generated method - Getter of the AbstractOrder.code attribute.
        Returns:
        the code
      • getCode

        public java.lang.String getCode()
        Generated method - Getter of the AbstractOrder.code attribute.
        Returns:
        the code
      • setCode

        public void setCode​(SessionContext ctx,
                            java.lang.String value)
        Generated method - Setter of the AbstractOrder.code attribute.
        Parameters:
        value - the code
      • setCode

        public void setCode​(java.lang.String value)
        Generated method - Setter of the AbstractOrder.code attribute.
        Parameters:
        value - the code
      • getCurrency

        public Currency getCurrency​(SessionContext ctx)
        Generated method - Getter of the AbstractOrder.currency attribute.
        Returns:
        the currency
      • getCurrency

        public Currency getCurrency()
        Generated method - Getter of the AbstractOrder.currency attribute.
        Returns:
        the currency
      • setCurrency

        public void setCurrency​(SessionContext ctx,
                                Currency value)
        Generated method - Setter of the AbstractOrder.currency attribute.
        Parameters:
        value - the currency
      • setCurrency

        public void setCurrency​(Currency value)
        Generated method - Setter of the AbstractOrder.currency attribute.
        Parameters:
        value - the currency
      • getDate

        public java.util.Date getDate​(SessionContext ctx)
        Generated method - Getter of the AbstractOrder.date attribute.
        Returns:
        the date
      • getDate

        public java.util.Date getDate()
        Generated method - Getter of the AbstractOrder.date attribute.
        Returns:
        the date
      • setDate

        public void setDate​(SessionContext ctx,
                            java.util.Date value)
        Generated method - Setter of the AbstractOrder.date attribute.
        Parameters:
        value - the date
      • setDate

        public void setDate​(java.util.Date value)
        Generated method - Setter of the AbstractOrder.date attribute.
        Parameters:
        value - the date
      • getDeliveryAddress

        public Address getDeliveryAddress​(SessionContext ctx)
        Generated method - Getter of the AbstractOrder.deliveryAddress attribute.
        Returns:
        the deliveryAddress
      • getDeliveryAddress

        public Address getDeliveryAddress()
        Generated method - Getter of the AbstractOrder.deliveryAddress attribute.
        Returns:
        the deliveryAddress
      • setDeliveryAddress

        public void setDeliveryAddress​(SessionContext ctx,
                                       Address value)
        Generated method - Setter of the AbstractOrder.deliveryAddress attribute.
        Parameters:
        value - the deliveryAddress
      • setDeliveryAddress

        public void setDeliveryAddress​(Address value)
        Generated method - Setter of the AbstractOrder.deliveryAddress attribute.
        Parameters:
        value - the deliveryAddress
      • getDeliveryCost

        public java.lang.Double getDeliveryCost​(SessionContext ctx)
        Generated method - Getter of the AbstractOrder.deliveryCost attribute.
        Returns:
        the deliveryCost
      • getDeliveryCost

        public java.lang.Double getDeliveryCost()
        Generated method - Getter of the AbstractOrder.deliveryCost attribute.
        Returns:
        the deliveryCost
      • getDeliveryCostAsPrimitive

        public double getDeliveryCostAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the AbstractOrder.deliveryCost attribute.
        Returns:
        the deliveryCost
      • getDeliveryCostAsPrimitive

        public double getDeliveryCostAsPrimitive()
        Generated method - Getter of the AbstractOrder.deliveryCost attribute.
        Returns:
        the deliveryCost
      • setDeliveryCost

        public void setDeliveryCost​(SessionContext ctx,
                                    java.lang.Double value)
        Generated method - Setter of the AbstractOrder.deliveryCost attribute.
        Parameters:
        value - the deliveryCost
      • setDeliveryCost

        public void setDeliveryCost​(java.lang.Double value)
        Generated method - Setter of the AbstractOrder.deliveryCost attribute.
        Parameters:
        value - the deliveryCost
      • setDeliveryCost

        public void setDeliveryCost​(SessionContext ctx,
                                    double value)
        Generated method - Setter of the AbstractOrder.deliveryCost attribute.
        Parameters:
        value - the deliveryCost
      • setDeliveryCost

        public void setDeliveryCost​(double value)
        Generated method - Setter of the AbstractOrder.deliveryCost attribute.
        Parameters:
        value - the deliveryCost
      • getDeliveryMode

        public DeliveryMode getDeliveryMode​(SessionContext ctx)
        Generated method - Getter of the AbstractOrder.deliveryMode attribute.
        Returns:
        the deliveryMode
      • getDeliveryMode

        public DeliveryMode getDeliveryMode()
        Generated method - Getter of the AbstractOrder.deliveryMode attribute.
        Returns:
        the deliveryMode
      • setDeliveryMode

        public void setDeliveryMode​(SessionContext ctx,
                                    DeliveryMode value)
        Generated method - Setter of the AbstractOrder.deliveryMode attribute.
        Parameters:
        value - the deliveryMode
      • setDeliveryMode

        public void setDeliveryMode​(DeliveryMode value)
        Generated method - Setter of the AbstractOrder.deliveryMode attribute.
        Parameters:
        value - the deliveryMode
      • getDeliveryStatus

        public EnumerationValue getDeliveryStatus​(SessionContext ctx)
        Generated method - Getter of the AbstractOrder.deliveryStatus attribute.
        Returns:
        the deliveryStatus
      • getDeliveryStatus

        public EnumerationValue getDeliveryStatus()
        Generated method - Getter of the AbstractOrder.deliveryStatus attribute.
        Returns:
        the deliveryStatus
      • setDeliveryStatus

        public void setDeliveryStatus​(SessionContext ctx,
                                      EnumerationValue value)
        Generated method - Setter of the AbstractOrder.deliveryStatus attribute.
        Parameters:
        value - the deliveryStatus
      • setDeliveryStatus

        public void setDeliveryStatus​(EnumerationValue value)
        Generated method - Setter of the AbstractOrder.deliveryStatus attribute.
        Parameters:
        value - the deliveryStatus
      • getDescription

        public java.lang.String getDescription​(SessionContext ctx)
        Generated method - Getter of the AbstractOrder.description attribute.
        Returns:
        the description
      • getDescription

        public java.lang.String getDescription()
        Generated method - Getter of the AbstractOrder.description attribute.
        Returns:
        the description
      • setDescription

        public void setDescription​(SessionContext ctx,
                                   java.lang.String value)
        Generated method - Setter of the AbstractOrder.description attribute.
        Parameters:
        value - the description
      • setDescription

        public void setDescription​(java.lang.String value)
        Generated method - Setter of the AbstractOrder.description attribute.
        Parameters:
        value - the description
      • getDiscounts

        public java.util.List<Discount> getDiscounts​(SessionContext ctx)
        Generated method - Getter of the AbstractOrder.discounts attribute.
        Returns:
        the discounts
      • getDiscounts

        public java.util.List<Discount> getDiscounts()
        Generated method - Getter of the AbstractOrder.discounts attribute.
        Returns:
        the discounts
      • getDiscountsCount

        public long getDiscountsCount​(SessionContext ctx)
      • getDiscountsCount

        public long getDiscountsCount()
      • setDiscounts

        public void setDiscounts​(SessionContext ctx,
                                 java.util.List<Discount> value)
        Generated method - Setter of the AbstractOrder.discounts attribute.
        Parameters:
        value - the discounts
      • setDiscounts

        public void setDiscounts​(java.util.List<Discount> value)
        Generated method - Setter of the AbstractOrder.discounts attribute.
        Parameters:
        value - the discounts
      • addToDiscounts

        public void addToDiscounts​(SessionContext ctx,
                                   Discount value)
        Generated method - Adds value to discounts.
        Parameters:
        value - the item to add to discounts
      • addToDiscounts

        public void addToDiscounts​(Discount value)
        Generated method - Adds value to discounts.
        Parameters:
        value - the item to add to discounts
      • removeFromDiscounts

        public void removeFromDiscounts​(SessionContext ctx,
                                        Discount value)
        Generated method - Removes value from discounts.
        Parameters:
        value - the item to remove from discounts
      • removeFromDiscounts

        public void removeFromDiscounts​(Discount value)
        Generated method - Removes value from discounts.
        Parameters:
        value - the item to remove from discounts
      • isDiscountsIncludeDeliveryCost

        public java.lang.Boolean isDiscountsIncludeDeliveryCost​(SessionContext ctx)
        Generated method - Getter of the AbstractOrder.discountsIncludeDeliveryCost attribute.
        Returns:
        the discountsIncludeDeliveryCost - Tells whether delivery costs should be included in discount calculation or not. If this field is true delivery costs are changed the same way as product costs if discount values are set at this order.
      • isDiscountsIncludeDeliveryCost

        public java.lang.Boolean isDiscountsIncludeDeliveryCost()
        Generated method - Getter of the AbstractOrder.discountsIncludeDeliveryCost attribute.
        Returns:
        the discountsIncludeDeliveryCost - Tells whether delivery costs should be included in discount calculation or not. If this field is true delivery costs are changed the same way as product costs if discount values are set at this order.
      • isDiscountsIncludeDeliveryCostAsPrimitive

        public boolean isDiscountsIncludeDeliveryCostAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the AbstractOrder.discountsIncludeDeliveryCost attribute.
        Returns:
        the discountsIncludeDeliveryCost - Tells whether delivery costs should be included in discount calculation or not. If this field is true delivery costs are changed the same way as product costs if discount values are set at this order.
      • isDiscountsIncludeDeliveryCostAsPrimitive

        public boolean isDiscountsIncludeDeliveryCostAsPrimitive()
        Generated method - Getter of the AbstractOrder.discountsIncludeDeliveryCost attribute.
        Returns:
        the discountsIncludeDeliveryCost - Tells whether delivery costs should be included in discount calculation or not. If this field is true delivery costs are changed the same way as product costs if discount values are set at this order.
      • setDiscountsIncludeDeliveryCost

        public void setDiscountsIncludeDeliveryCost​(SessionContext ctx,
                                                    java.lang.Boolean value)
        Generated method - Setter of the AbstractOrder.discountsIncludeDeliveryCost attribute.
        Parameters:
        value - the discountsIncludeDeliveryCost - Tells whether delivery costs should be included in discount calculation or not. If this field is true delivery costs are changed the same way as product costs if discount values are set at this order.
      • setDiscountsIncludeDeliveryCost

        public void setDiscountsIncludeDeliveryCost​(java.lang.Boolean value)
        Generated method - Setter of the AbstractOrder.discountsIncludeDeliveryCost attribute.
        Parameters:
        value - the discountsIncludeDeliveryCost - Tells whether delivery costs should be included in discount calculation or not. If this field is true delivery costs are changed the same way as product costs if discount values are set at this order.
      • setDiscountsIncludeDeliveryCost

        public void setDiscountsIncludeDeliveryCost​(SessionContext ctx,
                                                    boolean value)
        Generated method - Setter of the AbstractOrder.discountsIncludeDeliveryCost attribute.
        Parameters:
        value - the discountsIncludeDeliveryCost - Tells whether delivery costs should be included in discount calculation or not. If this field is true delivery costs are changed the same way as product costs if discount values are set at this order.
      • setDiscountsIncludeDeliveryCost

        public void setDiscountsIncludeDeliveryCost​(boolean value)
        Generated method - Setter of the AbstractOrder.discountsIncludeDeliveryCost attribute.
        Parameters:
        value - the discountsIncludeDeliveryCost - Tells whether delivery costs should be included in discount calculation or not. If this field is true delivery costs are changed the same way as product costs if discount values are set at this order.
      • isDiscountsIncludePaymentCost

        public java.lang.Boolean isDiscountsIncludePaymentCost​(SessionContext ctx)
        Generated method - Getter of the AbstractOrder.discountsIncludePaymentCost attribute.
        Returns:
        the discountsIncludePaymentCost - Tells whether payment costs should be included in discount calculation or not. If this field is true payment costs are changed the same way as product costs if discount values are set at this order.
      • isDiscountsIncludePaymentCost

        public java.lang.Boolean isDiscountsIncludePaymentCost()
        Generated method - Getter of the AbstractOrder.discountsIncludePaymentCost attribute.
        Returns:
        the discountsIncludePaymentCost - Tells whether payment costs should be included in discount calculation or not. If this field is true payment costs are changed the same way as product costs if discount values are set at this order.
      • isDiscountsIncludePaymentCostAsPrimitive

        public boolean isDiscountsIncludePaymentCostAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the AbstractOrder.discountsIncludePaymentCost attribute.
        Returns:
        the discountsIncludePaymentCost - Tells whether payment costs should be included in discount calculation or not. If this field is true payment costs are changed the same way as product costs if discount values are set at this order.
      • isDiscountsIncludePaymentCostAsPrimitive

        public boolean isDiscountsIncludePaymentCostAsPrimitive()
        Generated method - Getter of the AbstractOrder.discountsIncludePaymentCost attribute.
        Returns:
        the discountsIncludePaymentCost - Tells whether payment costs should be included in discount calculation or not. If this field is true payment costs are changed the same way as product costs if discount values are set at this order.
      • setDiscountsIncludePaymentCost

        public void setDiscountsIncludePaymentCost​(SessionContext ctx,
                                                   java.lang.Boolean value)
        Generated method - Setter of the AbstractOrder.discountsIncludePaymentCost attribute.
        Parameters:
        value - the discountsIncludePaymentCost - Tells whether payment costs should be included in discount calculation or not. If this field is true payment costs are changed the same way as product costs if discount values are set at this order.
      • setDiscountsIncludePaymentCost

        public void setDiscountsIncludePaymentCost​(java.lang.Boolean value)
        Generated method - Setter of the AbstractOrder.discountsIncludePaymentCost attribute.
        Parameters:
        value - the discountsIncludePaymentCost - Tells whether payment costs should be included in discount calculation or not. If this field is true payment costs are changed the same way as product costs if discount values are set at this order.
      • setDiscountsIncludePaymentCost

        public void setDiscountsIncludePaymentCost​(SessionContext ctx,
                                                   boolean value)
        Generated method - Setter of the AbstractOrder.discountsIncludePaymentCost attribute.
        Parameters:
        value - the discountsIncludePaymentCost - Tells whether payment costs should be included in discount calculation or not. If this field is true payment costs are changed the same way as product costs if discount values are set at this order.
      • setDiscountsIncludePaymentCost

        public void setDiscountsIncludePaymentCost​(boolean value)
        Generated method - Setter of the AbstractOrder.discountsIncludePaymentCost attribute.
        Parameters:
        value - the discountsIncludePaymentCost - Tells whether payment costs should be included in discount calculation or not. If this field is true payment costs are changed the same way as product costs if discount values are set at this order.
      • getEntries

        public java.util.List<AbstractOrderEntry> getEntries​(SessionContext ctx)
        Generated method - Getter of the AbstractOrder.entries attribute.
        Returns:
        the entries
      • getEntries

        public java.util.List<AbstractOrderEntry> getEntries()
        Generated method - Getter of the AbstractOrder.entries attribute.
        Returns:
        the entries
      • setEntries

        public void setEntries​(SessionContext ctx,
                               java.util.List<AbstractOrderEntry> value)
        Generated method - Setter of the AbstractOrder.entries attribute.
        Parameters:
        value - the entries
      • setEntries

        public void setEntries​(java.util.List<AbstractOrderEntry> value)
        Generated method - Setter of the AbstractOrder.entries attribute.
        Parameters:
        value - the entries
      • addToEntries

        public void addToEntries​(SessionContext ctx,
                                 AbstractOrderEntry value)
        Generated method - Adds value to entries.
        Parameters:
        value - the item to add to entries
      • addToEntries

        public void addToEntries​(AbstractOrderEntry value)
        Generated method - Adds value to entries.
        Parameters:
        value - the item to add to entries
      • removeFromEntries

        public void removeFromEntries​(SessionContext ctx,
                                      AbstractOrderEntry value)
        Generated method - Removes value from entries.
        Parameters:
        value - the item to remove from entries
      • removeFromEntries

        public void removeFromEntries​(AbstractOrderEntry value)
        Generated method - Removes value from entries.
        Parameters:
        value - the item to remove from entries
      • getEntryGroups

        public java.util.List<EntryGroup> getEntryGroups​(SessionContext ctx)
        Generated method - Getter of the AbstractOrder.entryGroups attribute.
        Returns:
        the entryGroups - List of entry groups for this order.
      • getEntryGroups

        public java.util.List<EntryGroup> getEntryGroups()
        Generated method - Getter of the AbstractOrder.entryGroups attribute.
        Returns:
        the entryGroups - List of entry groups for this order.
      • setEntryGroups

        public void setEntryGroups​(SessionContext ctx,
                                   java.util.List<EntryGroup> value)
        Generated method - Setter of the AbstractOrder.entryGroups attribute.
        Parameters:
        value - the entryGroups - List of entry groups for this order.
      • setEntryGroups

        public void setEntryGroups​(java.util.List<EntryGroup> value)
        Generated method - Setter of the AbstractOrder.entryGroups attribute.
        Parameters:
        value - the entryGroups - List of entry groups for this order.
      • getExpirationTime

        public java.util.Date getExpirationTime​(SessionContext ctx)
        Generated method - Getter of the AbstractOrder.expirationTime attribute.
        Returns:
        the expirationTime - The date/time when the order will expire
      • getExpirationTime

        public java.util.Date getExpirationTime()
        Generated method - Getter of the AbstractOrder.expirationTime attribute.
        Returns:
        the expirationTime - The date/time when the order will expire
      • setExpirationTime

        public void setExpirationTime​(SessionContext ctx,
                                      java.util.Date value)
        Generated method - Setter of the AbstractOrder.expirationTime attribute.
        Parameters:
        value - the expirationTime - The date/time when the order will expire
      • setExpirationTime

        public void setExpirationTime​(java.util.Date value)
        Generated method - Setter of the AbstractOrder.expirationTime attribute.
        Parameters:
        value - the expirationTime - The date/time when the order will expire
      • getExportStatus

        public EnumerationValue getExportStatus​(SessionContext ctx)
        Generated method - Getter of the AbstractOrder.exportStatus attribute.
        Returns:
        the exportStatus
      • getExportStatus

        public EnumerationValue getExportStatus()
        Generated method - Getter of the AbstractOrder.exportStatus attribute.
        Returns:
        the exportStatus
      • setExportStatus

        public void setExportStatus​(SessionContext ctx,
                                    EnumerationValue value)
        Generated method - Setter of the AbstractOrder.exportStatus attribute.
        Parameters:
        value - the exportStatus
      • setExportStatus

        public void setExportStatus​(EnumerationValue value)
        Generated method - Setter of the AbstractOrder.exportStatus attribute.
        Parameters:
        value - the exportStatus
      • getGlobalDiscountValuesInternal

        public java.lang.String getGlobalDiscountValuesInternal​(SessionContext ctx)
        Generated method - Getter of the AbstractOrder.globalDiscountValuesInternal attribute.
        Returns:
        the globalDiscountValuesInternal
      • getGlobalDiscountValuesInternal

        public java.lang.String getGlobalDiscountValuesInternal()
        Generated method - Getter of the AbstractOrder.globalDiscountValuesInternal attribute.
        Returns:
        the globalDiscountValuesInternal
      • setGlobalDiscountValuesInternal

        public void setGlobalDiscountValuesInternal​(SessionContext ctx,
                                                    java.lang.String value)
        Generated method - Setter of the AbstractOrder.globalDiscountValuesInternal attribute.
        Parameters:
        value - the globalDiscountValuesInternal
      • setGlobalDiscountValuesInternal

        public void setGlobalDiscountValuesInternal​(java.lang.String value)
        Generated method - Setter of the AbstractOrder.globalDiscountValuesInternal attribute.
        Parameters:
        value - the globalDiscountValuesInternal
      • getName

        public java.lang.String getName​(SessionContext ctx)
        Generated method - Getter of the AbstractOrder.name attribute.
        Returns:
        the name
      • getName

        public java.lang.String getName()
        Generated method - Getter of the AbstractOrder.name attribute.
        Returns:
        the name
      • setName

        public void setName​(SessionContext ctx,
                            java.lang.String value)
        Generated method - Setter of the AbstractOrder.name attribute.
        Parameters:
        value - the name
      • setName

        public void setName​(java.lang.String value)
        Generated method - Setter of the AbstractOrder.name attribute.
        Parameters:
        value - the name
      • isNet

        public java.lang.Boolean isNet​(SessionContext ctx)
        Generated method - Getter of the AbstractOrder.net attribute.
        Returns:
        the net
      • isNet

        public java.lang.Boolean isNet()
        Generated method - Getter of the AbstractOrder.net attribute.
        Returns:
        the net
      • isNetAsPrimitive

        public boolean isNetAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the AbstractOrder.net attribute.
        Returns:
        the net
      • isNetAsPrimitive

        public boolean isNetAsPrimitive()
        Generated method - Getter of the AbstractOrder.net attribute.
        Returns:
        the net
      • setNet

        public void setNet​(SessionContext ctx,
                           java.lang.Boolean value)
        Generated method - Setter of the AbstractOrder.net attribute.
        Parameters:
        value - the net
      • setNet

        public void setNet​(java.lang.Boolean value)
        Generated method - Setter of the AbstractOrder.net attribute.
        Parameters:
        value - the net
      • setNet

        public void setNet​(SessionContext ctx,
                           boolean value)
        Generated method - Setter of the AbstractOrder.net attribute.
        Parameters:
        value - the net
      • setNet

        public void setNet​(boolean value)
        Generated method - Setter of the AbstractOrder.net attribute.
        Parameters:
        value - the net
      • getPaymentAddress

        public Address getPaymentAddress​(SessionContext ctx)
        Generated method - Getter of the AbstractOrder.paymentAddress attribute.
        Returns:
        the paymentAddress
      • getPaymentAddress

        public Address getPaymentAddress()
        Generated method - Getter of the AbstractOrder.paymentAddress attribute.
        Returns:
        the paymentAddress
      • setPaymentAddress

        public void setPaymentAddress​(SessionContext ctx,
                                      Address value)
        Generated method - Setter of the AbstractOrder.paymentAddress attribute.
        Parameters:
        value - the paymentAddress
      • setPaymentAddress

        public void setPaymentAddress​(Address value)
        Generated method - Setter of the AbstractOrder.paymentAddress attribute.
        Parameters:
        value - the paymentAddress
      • getPaymentCost

        public java.lang.Double getPaymentCost​(SessionContext ctx)
        Generated method - Getter of the AbstractOrder.paymentCost attribute.
        Returns:
        the paymentCost
      • getPaymentCost

        public java.lang.Double getPaymentCost()
        Generated method - Getter of the AbstractOrder.paymentCost attribute.
        Returns:
        the paymentCost
      • getPaymentCostAsPrimitive

        public double getPaymentCostAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the AbstractOrder.paymentCost attribute.
        Returns:
        the paymentCost
      • getPaymentCostAsPrimitive

        public double getPaymentCostAsPrimitive()
        Generated method - Getter of the AbstractOrder.paymentCost attribute.
        Returns:
        the paymentCost
      • setPaymentCost

        public void setPaymentCost​(SessionContext ctx,
                                   java.lang.Double value)
        Generated method - Setter of the AbstractOrder.paymentCost attribute.
        Parameters:
        value - the paymentCost
      • setPaymentCost

        public void setPaymentCost​(java.lang.Double value)
        Generated method - Setter of the AbstractOrder.paymentCost attribute.
        Parameters:
        value - the paymentCost
      • setPaymentCost

        public void setPaymentCost​(SessionContext ctx,
                                   double value)
        Generated method - Setter of the AbstractOrder.paymentCost attribute.
        Parameters:
        value - the paymentCost
      • setPaymentCost

        public void setPaymentCost​(double value)
        Generated method - Setter of the AbstractOrder.paymentCost attribute.
        Parameters:
        value - the paymentCost
      • getPaymentInfo

        public PaymentInfo getPaymentInfo​(SessionContext ctx)
        Generated method - Getter of the AbstractOrder.paymentInfo attribute.
        Returns:
        the paymentInfo
      • getPaymentInfo

        public PaymentInfo getPaymentInfo()
        Generated method - Getter of the AbstractOrder.paymentInfo attribute.
        Returns:
        the paymentInfo
      • setPaymentInfo

        public void setPaymentInfo​(SessionContext ctx,
                                   PaymentInfo value)
        Generated method - Setter of the AbstractOrder.paymentInfo attribute.
        Parameters:
        value - the paymentInfo
      • setPaymentInfo

        public void setPaymentInfo​(PaymentInfo value)
        Generated method - Setter of the AbstractOrder.paymentInfo attribute.
        Parameters:
        value - the paymentInfo
      • getPaymentMode

        public PaymentMode getPaymentMode​(SessionContext ctx)
        Generated method - Getter of the AbstractOrder.paymentMode attribute.
        Returns:
        the paymentMode
      • getPaymentMode

        public PaymentMode getPaymentMode()
        Generated method - Getter of the AbstractOrder.paymentMode attribute.
        Returns:
        the paymentMode
      • setPaymentMode

        public void setPaymentMode​(SessionContext ctx,
                                   PaymentMode value)
        Generated method - Setter of the AbstractOrder.paymentMode attribute.
        Parameters:
        value - the paymentMode
      • setPaymentMode

        public void setPaymentMode​(PaymentMode value)
        Generated method - Setter of the AbstractOrder.paymentMode attribute.
        Parameters:
        value - the paymentMode
      • getPaymentStatus

        public EnumerationValue getPaymentStatus​(SessionContext ctx)
        Generated method - Getter of the AbstractOrder.paymentStatus attribute.
        Returns:
        the paymentStatus
      • getPaymentStatus

        public EnumerationValue getPaymentStatus()
        Generated method - Getter of the AbstractOrder.paymentStatus attribute.
        Returns:
        the paymentStatus
      • setPaymentStatus

        public void setPaymentStatus​(SessionContext ctx,
                                     EnumerationValue value)
        Generated method - Setter of the AbstractOrder.paymentStatus attribute.
        Parameters:
        value - the paymentStatus
      • setPaymentStatus

        public void setPaymentStatus​(EnumerationValue value)
        Generated method - Setter of the AbstractOrder.paymentStatus attribute.
        Parameters:
        value - the paymentStatus
      • getStatus

        public EnumerationValue getStatus​(SessionContext ctx)
        Generated method - Getter of the AbstractOrder.status attribute.
        Returns:
        the status
      • getStatus

        public EnumerationValue getStatus()
        Generated method - Getter of the AbstractOrder.status attribute.
        Returns:
        the status
      • setStatus

        public void setStatus​(SessionContext ctx,
                              EnumerationValue value)
        Generated method - Setter of the AbstractOrder.status attribute.
        Parameters:
        value - the status
      • setStatus

        public void setStatus​(EnumerationValue value)
        Generated method - Setter of the AbstractOrder.status attribute.
        Parameters:
        value - the status
      • getStatusInfo

        public java.lang.String getStatusInfo​(SessionContext ctx)
        Generated method - Getter of the AbstractOrder.statusInfo attribute.
        Returns:
        the statusInfo
      • getStatusInfo

        public java.lang.String getStatusInfo()
        Generated method - Getter of the AbstractOrder.statusInfo attribute.
        Returns:
        the statusInfo
      • setStatusInfo

        public void setStatusInfo​(SessionContext ctx,
                                  java.lang.String value)
        Generated method - Setter of the AbstractOrder.statusInfo attribute.
        Parameters:
        value - the statusInfo
      • setStatusInfo

        public void setStatusInfo​(java.lang.String value)
        Generated method - Setter of the AbstractOrder.statusInfo attribute.
        Parameters:
        value - the statusInfo
      • getSubtotal

        public java.lang.Double getSubtotal​(SessionContext ctx)
        Generated method - Getter of the AbstractOrder.subtotal attribute.
        Returns:
        the subtotal
      • getSubtotal

        public java.lang.Double getSubtotal()
        Generated method - Getter of the AbstractOrder.subtotal attribute.
        Returns:
        the subtotal
      • getSubtotalAsPrimitive

        public double getSubtotalAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the AbstractOrder.subtotal attribute.
        Returns:
        the subtotal
      • getSubtotalAsPrimitive

        public double getSubtotalAsPrimitive()
        Generated method - Getter of the AbstractOrder.subtotal attribute.
        Returns:
        the subtotal
      • setSubtotal

        public void setSubtotal​(SessionContext ctx,
                                java.lang.Double value)
        Generated method - Setter of the AbstractOrder.subtotal attribute.
        Parameters:
        value - the subtotal
      • setSubtotal

        public void setSubtotal​(java.lang.Double value)
        Generated method - Setter of the AbstractOrder.subtotal attribute.
        Parameters:
        value - the subtotal
      • setSubtotal

        public void setSubtotal​(SessionContext ctx,
                                double value)
        Generated method - Setter of the AbstractOrder.subtotal attribute.
        Parameters:
        value - the subtotal
      • setSubtotal

        public void setSubtotal​(double value)
        Generated method - Setter of the AbstractOrder.subtotal attribute.
        Parameters:
        value - the subtotal
      • getTotalDiscounts

        public java.lang.Double getTotalDiscounts​(SessionContext ctx)
        Generated method - Getter of the AbstractOrder.totalDiscounts attribute.
        Returns:
        the totalDiscounts
      • getTotalDiscounts

        public java.lang.Double getTotalDiscounts()
        Generated method - Getter of the AbstractOrder.totalDiscounts attribute.
        Returns:
        the totalDiscounts
      • getTotalDiscountsAsPrimitive

        public double getTotalDiscountsAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the AbstractOrder.totalDiscounts attribute.
        Returns:
        the totalDiscounts
      • getTotalDiscountsAsPrimitive

        public double getTotalDiscountsAsPrimitive()
        Generated method - Getter of the AbstractOrder.totalDiscounts attribute.
        Returns:
        the totalDiscounts
      • setTotalDiscounts

        public void setTotalDiscounts​(SessionContext ctx,
                                      java.lang.Double value)
        Generated method - Setter of the AbstractOrder.totalDiscounts attribute.
        Parameters:
        value - the totalDiscounts
      • setTotalDiscounts

        public void setTotalDiscounts​(java.lang.Double value)
        Generated method - Setter of the AbstractOrder.totalDiscounts attribute.
        Parameters:
        value - the totalDiscounts
      • setTotalDiscounts

        public void setTotalDiscounts​(SessionContext ctx,
                                      double value)
        Generated method - Setter of the AbstractOrder.totalDiscounts attribute.
        Parameters:
        value - the totalDiscounts
      • setTotalDiscounts

        public void setTotalDiscounts​(double value)
        Generated method - Setter of the AbstractOrder.totalDiscounts attribute.
        Parameters:
        value - the totalDiscounts
      • getTotalPrice

        public java.lang.Double getTotalPrice​(SessionContext ctx)
        Generated method - Getter of the AbstractOrder.totalPrice attribute.
        Returns:
        the totalPrice
      • getTotalPrice

        public java.lang.Double getTotalPrice()
        Generated method - Getter of the AbstractOrder.totalPrice attribute.
        Returns:
        the totalPrice
      • getTotalPriceAsPrimitive

        public double getTotalPriceAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the AbstractOrder.totalPrice attribute.
        Returns:
        the totalPrice
      • getTotalPriceAsPrimitive

        public double getTotalPriceAsPrimitive()
        Generated method - Getter of the AbstractOrder.totalPrice attribute.
        Returns:
        the totalPrice
      • setTotalPrice

        public void setTotalPrice​(SessionContext ctx,
                                  java.lang.Double value)
        Generated method - Setter of the AbstractOrder.totalPrice attribute.
        Parameters:
        value - the totalPrice
      • setTotalPrice

        public void setTotalPrice​(java.lang.Double value)
        Generated method - Setter of the AbstractOrder.totalPrice attribute.
        Parameters:
        value - the totalPrice
      • setTotalPrice

        public void setTotalPrice​(SessionContext ctx,
                                  double value)
        Generated method - Setter of the AbstractOrder.totalPrice attribute.
        Parameters:
        value - the totalPrice
      • setTotalPrice

        public void setTotalPrice​(double value)
        Generated method - Setter of the AbstractOrder.totalPrice attribute.
        Parameters:
        value - the totalPrice
      • getTotalTax

        public java.lang.Double getTotalTax​(SessionContext ctx)
        Generated method - Getter of the AbstractOrder.totalTax attribute.
        Returns:
        the totalTax
      • getTotalTax

        public java.lang.Double getTotalTax()
        Generated method - Getter of the AbstractOrder.totalTax attribute.
        Returns:
        the totalTax
      • getTotalTaxAsPrimitive

        public double getTotalTaxAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the AbstractOrder.totalTax attribute.
        Returns:
        the totalTax
      • getTotalTaxAsPrimitive

        public double getTotalTaxAsPrimitive()
        Generated method - Getter of the AbstractOrder.totalTax attribute.
        Returns:
        the totalTax
      • setTotalTax

        public void setTotalTax​(SessionContext ctx,
                                java.lang.Double value)
        Generated method - Setter of the AbstractOrder.totalTax attribute.
        Parameters:
        value - the totalTax
      • setTotalTax

        public void setTotalTax​(java.lang.Double value)
        Generated method - Setter of the AbstractOrder.totalTax attribute.
        Parameters:
        value - the totalTax
      • setTotalTax

        public void setTotalTax​(SessionContext ctx,
                                double value)
        Generated method - Setter of the AbstractOrder.totalTax attribute.
        Parameters:
        value - the totalTax
      • setTotalTax

        public void setTotalTax​(double value)
        Generated method - Setter of the AbstractOrder.totalTax attribute.
        Parameters:
        value - the totalTax
      • getTotalTaxValuesInternal

        public java.lang.String getTotalTaxValuesInternal​(SessionContext ctx)
        Generated method - Getter of the AbstractOrder.totalTaxValuesInternal attribute.
        Returns:
        the totalTaxValuesInternal
      • getTotalTaxValuesInternal

        public java.lang.String getTotalTaxValuesInternal()
        Generated method - Getter of the AbstractOrder.totalTaxValuesInternal attribute.
        Returns:
        the totalTaxValuesInternal
      • setTotalTaxValuesInternal

        public void setTotalTaxValuesInternal​(SessionContext ctx,
                                              java.lang.String value)
        Generated method - Setter of the AbstractOrder.totalTaxValuesInternal attribute.
        Parameters:
        value - the totalTaxValuesInternal
      • setTotalTaxValuesInternal

        public void setTotalTaxValuesInternal​(java.lang.String value)
        Generated method - Setter of the AbstractOrder.totalTaxValuesInternal attribute.
        Parameters:
        value - the totalTaxValuesInternal
      • getUser

        public User getUser​(SessionContext ctx)
        Generated method - Getter of the AbstractOrder.user attribute.
        Returns:
        the user
      • getUser

        public User getUser()
        Generated method - Getter of the AbstractOrder.user attribute.
        Returns:
        the user
      • setUser

        public void setUser​(SessionContext ctx,
                            User value)
        Generated method - Setter of the AbstractOrder.user attribute.
        Parameters:
        value - the user
      • setUser

        public void setUser​(User value)
        Generated method - Setter of the AbstractOrder.user attribute.
        Parameters:
        value - the user