Class GeneratedAbstractOrder

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
AbstractOrder

public abstract class GeneratedAbstractOrder extends GenericItem
Generated class for type AbstractOrder.
See Also:
  • Field Details

    • CALCULATED

      public static final String CALCULATED
      Qualifier of the AbstractOrder.calculated attribute
      See Also:
    • CODE

      public static final String CODE
      Qualifier of the AbstractOrder.code attribute
      See Also:
    • CURRENCY

      public static final String CURRENCY
      Qualifier of the AbstractOrder.currency attribute
      See Also:
    • DATE

      public static final String DATE
      Qualifier of the AbstractOrder.date attribute
      See Also:
    • DELIVERYADDRESS

      public static final String DELIVERYADDRESS
      Qualifier of the AbstractOrder.deliveryAddress attribute
      See Also:
    • DELIVERYCOST

      public static final String DELIVERYCOST
      Qualifier of the AbstractOrder.deliveryCost attribute
      See Also:
    • DELIVERYMODE

      public static final String DELIVERYMODE
      Qualifier of the AbstractOrder.deliveryMode attribute
      See Also:
    • DELIVERYSTATUS

      public static final String DELIVERYSTATUS
      Qualifier of the AbstractOrder.deliveryStatus attribute
      See Also:
    • DESCRIPTION

      public static final String DESCRIPTION
      Qualifier of the AbstractOrder.description attribute
      See Also:
    • EXPIRATIONTIME

      public static final String EXPIRATIONTIME
      Qualifier of the AbstractOrder.expirationTime attribute
      See Also:
    • GLOBALDISCOUNTVALUESINTERNAL

      public static final String GLOBALDISCOUNTVALUESINTERNAL
      Qualifier of the AbstractOrder.globalDiscountValuesInternal attribute
      See Also:
    • NAME

      public static final String NAME
      Qualifier of the AbstractOrder.name attribute
      See Also:
    • NET

      public static final String NET
      Qualifier of the AbstractOrder.net attribute
      See Also:
    • PAYMENTADDRESS

      public static final String PAYMENTADDRESS
      Qualifier of the AbstractOrder.paymentAddress attribute
      See Also:
    • PAYMENTCOST

      public static final String PAYMENTCOST
      Qualifier of the AbstractOrder.paymentCost attribute
      See Also:
    • PAYMENTINFO

      public static final String PAYMENTINFO
      Qualifier of the AbstractOrder.paymentInfo attribute
      See Also:
    • PAYMENTMODE

      public static final String PAYMENTMODE
      Qualifier of the AbstractOrder.paymentMode attribute
      See Also:
    • PAYMENTSTATUS

      public static final String PAYMENTSTATUS
      Qualifier of the AbstractOrder.paymentStatus attribute
      See Also:
    • STATUS

      public static final String STATUS
      Qualifier of the AbstractOrder.status attribute
      See Also:
    • EXPORTSTATUS

      public static final String EXPORTSTATUS
      Qualifier of the AbstractOrder.exportStatus attribute
      See Also:
    • STATUSINFO

      public static final String STATUSINFO
      Qualifier of the AbstractOrder.statusInfo attribute
      See Also:
    • TOTALPRICE

      public static final String TOTALPRICE
      Qualifier of the AbstractOrder.totalPrice attribute
      See Also:
    • TOTALDISCOUNTS

      public static final String TOTALDISCOUNTS
      Qualifier of the AbstractOrder.totalDiscounts attribute
      See Also:
    • TOTALTAX

      public static final String TOTALTAX
      Qualifier of the AbstractOrder.totalTax attribute
      See Also:
    • TOTALTAXVALUESINTERNAL

      public static final String TOTALTAXVALUESINTERNAL
      Qualifier of the AbstractOrder.totalTaxValuesInternal attribute
      See Also:
    • USER

      public static final String USER
      Qualifier of the AbstractOrder.user attribute
      See Also:
    • SUBTOTAL

      public static final String SUBTOTAL
      Qualifier of the AbstractOrder.subtotal attribute
      See Also:
    • DISCOUNTSINCLUDEDELIVERYCOST

      public static final String DISCOUNTSINCLUDEDELIVERYCOST
      Qualifier of the AbstractOrder.discountsIncludeDeliveryCost attribute
      See Also:
    • DISCOUNTSINCLUDEPAYMENTCOST

      public static final String DISCOUNTSINCLUDEPAYMENTCOST
      Qualifier of the AbstractOrder.discountsIncludePaymentCost attribute
      See Also:
    • ENTRYGROUPS

      public static final String ENTRYGROUPS
      Qualifier of the AbstractOrder.entryGroups attribute
      See Also:
    • ENTRIES

      public static final String ENTRIES
      Qualifier of the AbstractOrder.entries attribute
      See Also:
    • DISCOUNTS

      public static final String DISCOUNTS
      Qualifier of the AbstractOrder.discounts attribute
      See Also:
    • ORDERDISCOUNTRELATION_SRC_ORDERED

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

      protected static String ORDERDISCOUNTRELATION_TGT_ORDERED
    • ORDERDISCOUNTRELATION_MARKMODIFIED

      protected static String ORDERDISCOUNTRELATION_MARKMODIFIED
      Relation disable markmodifed parameter constants for OrderDiscountRelation from ((core))
    • ENTRIESHANDLER

      protected static final OneToManyHandler<AbstractOrderEntry> ENTRIESHANDLER
      OneToManyHandler for handling 1:n ENTRIES's relation attributes from 'many' side.
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedAbstractOrder

      public GeneratedAbstractOrder()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • isCalculated

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

      public 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, 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
    • 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 String getCode(SessionContext ctx)
      Generated method - Getter of the AbstractOrder.code attribute.
      Returns:
      the code
    • getCode

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

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

      public void setCode(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 Date getDate(SessionContext ctx)
      Generated method - Getter of the AbstractOrder.date attribute.
      Returns:
      the date
    • getDate

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

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

      public void setDate(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 Double getDeliveryCost(SessionContext ctx)
      Generated method - Getter of the AbstractOrder.deliveryCost attribute.
      Returns:
      the deliveryCost
    • getDeliveryCost

      public 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, 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
    • 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 String getDescription(SessionContext ctx)
      Generated method - Getter of the AbstractOrder.description attribute.
      Returns:
      the description
    • getDescription

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

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

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

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

      public 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, List<Discount> value)
      Generated method - Setter of the AbstractOrder.discounts attribute.
      Parameters:
      value - the discounts
    • setDiscounts

      public void setDiscounts(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 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 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, 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.
    • 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 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 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, 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.
    • 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 List<AbstractOrderEntry> getEntries(SessionContext ctx)
      Generated method - Getter of the AbstractOrder.entries attribute.
      Returns:
      the entries
    • getEntries

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

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

      public void setEntries(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 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 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, 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(List<EntryGroup> value)
      Generated method - Setter of the AbstractOrder.entryGroups attribute.
      Parameters:
      value - the entryGroups - List of entry groups for this order.
    • getExpirationTime

      public 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 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, 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(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 String getGlobalDiscountValuesInternal(SessionContext ctx)
      Generated method - Getter of the AbstractOrder.globalDiscountValuesInternal attribute.
      Returns:
      the globalDiscountValuesInternal
    • getGlobalDiscountValuesInternal

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

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

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

      @Deprecated(since="2105", forRemoval=true) public boolean isMarkModifiedDisabled(Item referencedItem)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      isMarkModifiedDisabled in class Item
    • getName

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

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

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

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

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

      public 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, 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
    • 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 Double getPaymentCost(SessionContext ctx)
      Generated method - Getter of the AbstractOrder.paymentCost attribute.
      Returns:
      the paymentCost
    • getPaymentCost

      public 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, 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
    • 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 String getStatusInfo(SessionContext ctx)
      Generated method - Getter of the AbstractOrder.statusInfo attribute.
      Returns:
      the statusInfo
    • getStatusInfo

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

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

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

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

      public 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, 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
    • 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 Double getTotalDiscounts(SessionContext ctx)
      Generated method - Getter of the AbstractOrder.totalDiscounts attribute.
      Returns:
      the totalDiscounts
    • getTotalDiscounts

      public 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, 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
    • 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 Double getTotalPrice(SessionContext ctx)
      Generated method - Getter of the AbstractOrder.totalPrice attribute.
      Returns:
      the totalPrice
    • getTotalPrice

      public 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, 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
    • 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 Double getTotalTax(SessionContext ctx)
      Generated method - Getter of the AbstractOrder.totalTax attribute.
      Returns:
      the totalTax
    • getTotalTax

      public 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, 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
    • 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 String getTotalTaxValuesInternal(SessionContext ctx)
      Generated method - Getter of the AbstractOrder.totalTaxValuesInternal attribute.
      Returns:
      the totalTaxValuesInternal
    • getTotalTaxValuesInternal

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

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

      public void setTotalTaxValuesInternal(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