Package de.hybris.platform.jalo.order
Class GeneratedAbstractOrder
- java.lang.Object
-
- de.hybris.platform.util.BridgeAbstraction
-
- de.hybris.platform.jalo.Item
-
- de.hybris.platform.jalo.ExtensibleItem
-
- de.hybris.platform.jalo.c2l.LocalizableItem
-
- de.hybris.platform.jalo.GenericItem
-
- de.hybris.platform.jalo.order.GeneratedAbstractOrder
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable
- Direct Known Subclasses:
AbstractOrder
public abstract class GeneratedAbstractOrder extends GenericItem
Generated class for typeAbstractOrder
.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.GenericItem
GenericItem.GenericItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LocalizableItem.LocalizableItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.ExtensibleItem
ExtensibleItem.ExtensibleItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.Item
Item.AttributeFilter, Item.AttributeMode, Item.CachedGetter, Item.CachedSetter, Item.ItemAttributeMap, Item.ItemConstraint, Item.ItemImpl, Item.JaloCachedComputationException
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CALCULATED
Qualifier of theAbstractOrder.calculated
attributestatic java.lang.String
CODE
Qualifier of theAbstractOrder.code
attributestatic java.lang.String
CURRENCY
Qualifier of theAbstractOrder.currency
attributestatic java.lang.String
DATE
Qualifier of theAbstractOrder.date
attributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>
DEFAULT_INITIAL_ATTRIBUTES
static java.lang.String
DELIVERYADDRESS
Qualifier of theAbstractOrder.deliveryAddress
attributestatic java.lang.String
DELIVERYCOST
Qualifier of theAbstractOrder.deliveryCost
attributestatic java.lang.String
DELIVERYMODE
Qualifier of theAbstractOrder.deliveryMode
attributestatic java.lang.String
DELIVERYSTATUS
Qualifier of theAbstractOrder.deliveryStatus
attributestatic java.lang.String
DESCRIPTION
Qualifier of theAbstractOrder.description
attributestatic java.lang.String
DISCOUNTS
Qualifier of theAbstractOrder.discounts
attributestatic java.lang.String
DISCOUNTSINCLUDEDELIVERYCOST
Qualifier of theAbstractOrder.discountsIncludeDeliveryCost
attributestatic java.lang.String
DISCOUNTSINCLUDEPAYMENTCOST
Qualifier of theAbstractOrder.discountsIncludePaymentCost
attributestatic java.lang.String
ENTRIES
Qualifier of theAbstractOrder.entries
attributeprotected static OneToManyHandler<AbstractOrderEntry>
ENTRIESHANDLER
OneToManyHandler
for handling 1:n ENTRIES's relation attributes from 'many' side.static java.lang.String
ENTRYGROUPS
Qualifier of theAbstractOrder.entryGroups
attributestatic java.lang.String
EXPIRATIONTIME
Qualifier of theAbstractOrder.expirationTime
attributestatic java.lang.String
EXPORTSTATUS
Qualifier of theAbstractOrder.exportStatus
attributestatic java.lang.String
GLOBALDISCOUNTVALUESINTERNAL
Qualifier of theAbstractOrder.globalDiscountValuesInternal
attributestatic java.lang.String
NAME
Qualifier of theAbstractOrder.name
attributestatic java.lang.String
NET
Qualifier of theAbstractOrder.net
attributeprotected static java.lang.String
ORDERDISCOUNTRELATION_MARKMODIFIED
Relation disable markmodifed parameter constants for OrderDiscountRelation from ((core))protected static java.lang.String
ORDERDISCOUNTRELATION_SRC_ORDERED
Relation ordering override parameter constants for OrderDiscountRelation from ((core))protected static java.lang.String
ORDERDISCOUNTRELATION_TGT_ORDERED
static java.lang.String
PAYMENTADDRESS
Qualifier of theAbstractOrder.paymentAddress
attributestatic java.lang.String
PAYMENTCOST
Qualifier of theAbstractOrder.paymentCost
attributestatic java.lang.String
PAYMENTINFO
Qualifier of theAbstractOrder.paymentInfo
attributestatic java.lang.String
PAYMENTMODE
Qualifier of theAbstractOrder.paymentMode
attributestatic java.lang.String
PAYMENTSTATUS
Qualifier of theAbstractOrder.paymentStatus
attributestatic java.lang.String
STATUS
Qualifier of theAbstractOrder.status
attributestatic java.lang.String
STATUSINFO
Qualifier of theAbstractOrder.statusInfo
attributestatic java.lang.String
SUBTOTAL
Qualifier of theAbstractOrder.subtotal
attributestatic java.lang.String
TOTALDISCOUNTS
Qualifier of theAbstractOrder.totalDiscounts
attributestatic java.lang.String
TOTALPRICE
Qualifier of theAbstractOrder.totalPrice
attributestatic java.lang.String
TOTALTAX
Qualifier of theAbstractOrder.totalTax
attributestatic java.lang.String
TOTALTAXVALUESINTERNAL
Qualifier of theAbstractOrder.totalTaxValuesInternal
attributestatic java.lang.String
USER
Qualifier of theAbstractOrder.user
attribute-
Fields inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LANGUAGE_FALLBACK_ENABLED
-
Fields inherited from class de.hybris.platform.jalo.Item
_CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, HJMPTS, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects, TYPE
-
Fields inherited from class de.hybris.platform.util.BridgeAbstraction
impl, tenant
-
-
Constructor Summary
Constructors Constructor Description GeneratedAbstractOrder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addToDiscounts(Discount value)
Generated method - Addsvalue
to discounts.void
addToDiscounts(SessionContext ctx, Discount value)
Generated method - Addsvalue
to discounts.void
addToEntries(AbstractOrderEntry value)
Generated method - Addsvalue
to entries.void
addToEntries(SessionContext ctx, AbstractOrderEntry value)
Generated method - Addsvalue
to entries.java.lang.String
getCode()
Generated method - Getter of theAbstractOrder.code
attribute.java.lang.String
getCode(SessionContext ctx)
Generated method - Getter of theAbstractOrder.code
attribute.Currency
getCurrency()
Generated method - Getter of theAbstractOrder.currency
attribute.Currency
getCurrency(SessionContext ctx)
Generated method - Getter of theAbstractOrder.currency
attribute.java.util.Date
getDate()
Generated method - Getter of theAbstractOrder.date
attribute.java.util.Date
getDate(SessionContext ctx)
Generated method - Getter of theAbstractOrder.date
attribute.protected java.util.Map<java.lang.String,Item.AttributeMode>
getDefaultAttributeModes()
Address
getDeliveryAddress()
Generated method - Getter of theAbstractOrder.deliveryAddress
attribute.Address
getDeliveryAddress(SessionContext ctx)
Generated method - Getter of theAbstractOrder.deliveryAddress
attribute.java.lang.Double
getDeliveryCost()
Generated method - Getter of theAbstractOrder.deliveryCost
attribute.java.lang.Double
getDeliveryCost(SessionContext ctx)
Generated method - Getter of theAbstractOrder.deliveryCost
attribute.double
getDeliveryCostAsPrimitive()
Generated method - Getter of theAbstractOrder.deliveryCost
attribute.double
getDeliveryCostAsPrimitive(SessionContext ctx)
Generated method - Getter of theAbstractOrder.deliveryCost
attribute.DeliveryMode
getDeliveryMode()
Generated method - Getter of theAbstractOrder.deliveryMode
attribute.DeliveryMode
getDeliveryMode(SessionContext ctx)
Generated method - Getter of theAbstractOrder.deliveryMode
attribute.EnumerationValue
getDeliveryStatus()
Generated method - Getter of theAbstractOrder.deliveryStatus
attribute.EnumerationValue
getDeliveryStatus(SessionContext ctx)
Generated method - Getter of theAbstractOrder.deliveryStatus
attribute.java.lang.String
getDescription()
Generated method - Getter of theAbstractOrder.description
attribute.java.lang.String
getDescription(SessionContext ctx)
Generated method - Getter of theAbstractOrder.description
attribute.java.util.List<Discount>
getDiscounts()
Generated method - Getter of theAbstractOrder.discounts
attribute.java.util.List<Discount>
getDiscounts(SessionContext ctx)
Generated method - Getter of theAbstractOrder.discounts
attribute.long
getDiscountsCount()
long
getDiscountsCount(SessionContext ctx)
java.util.List<AbstractOrderEntry>
getEntries()
Generated method - Getter of theAbstractOrder.entries
attribute.java.util.List<AbstractOrderEntry>
getEntries(SessionContext ctx)
Generated method - Getter of theAbstractOrder.entries
attribute.java.util.List<EntryGroup>
getEntryGroups()
Generated method - Getter of theAbstractOrder.entryGroups
attribute.java.util.List<EntryGroup>
getEntryGroups(SessionContext ctx)
Generated method - Getter of theAbstractOrder.entryGroups
attribute.java.util.Date
getExpirationTime()
Generated method - Getter of theAbstractOrder.expirationTime
attribute.java.util.Date
getExpirationTime(SessionContext ctx)
Generated method - Getter of theAbstractOrder.expirationTime
attribute.EnumerationValue
getExportStatus()
Generated method - Getter of theAbstractOrder.exportStatus
attribute.EnumerationValue
getExportStatus(SessionContext ctx)
Generated method - Getter of theAbstractOrder.exportStatus
attribute.java.lang.String
getGlobalDiscountValuesInternal()
Generated method - Getter of theAbstractOrder.globalDiscountValuesInternal
attribute.java.lang.String
getGlobalDiscountValuesInternal(SessionContext ctx)
Generated method - Getter of theAbstractOrder.globalDiscountValuesInternal
attribute.java.lang.String
getName()
Generated method - Getter of theAbstractOrder.name
attribute.java.lang.String
getName(SessionContext ctx)
Generated method - Getter of theAbstractOrder.name
attribute.Address
getPaymentAddress()
Generated method - Getter of theAbstractOrder.paymentAddress
attribute.Address
getPaymentAddress(SessionContext ctx)
Generated method - Getter of theAbstractOrder.paymentAddress
attribute.java.lang.Double
getPaymentCost()
Generated method - Getter of theAbstractOrder.paymentCost
attribute.java.lang.Double
getPaymentCost(SessionContext ctx)
Generated method - Getter of theAbstractOrder.paymentCost
attribute.double
getPaymentCostAsPrimitive()
Generated method - Getter of theAbstractOrder.paymentCost
attribute.double
getPaymentCostAsPrimitive(SessionContext ctx)
Generated method - Getter of theAbstractOrder.paymentCost
attribute.PaymentInfo
getPaymentInfo()
Generated method - Getter of theAbstractOrder.paymentInfo
attribute.PaymentInfo
getPaymentInfo(SessionContext ctx)
Generated method - Getter of theAbstractOrder.paymentInfo
attribute.PaymentMode
getPaymentMode()
Generated method - Getter of theAbstractOrder.paymentMode
attribute.PaymentMode
getPaymentMode(SessionContext ctx)
Generated method - Getter of theAbstractOrder.paymentMode
attribute.EnumerationValue
getPaymentStatus()
Generated method - Getter of theAbstractOrder.paymentStatus
attribute.EnumerationValue
getPaymentStatus(SessionContext ctx)
Generated method - Getter of theAbstractOrder.paymentStatus
attribute.EnumerationValue
getStatus()
Generated method - Getter of theAbstractOrder.status
attribute.EnumerationValue
getStatus(SessionContext ctx)
Generated method - Getter of theAbstractOrder.status
attribute.java.lang.String
getStatusInfo()
Generated method - Getter of theAbstractOrder.statusInfo
attribute.java.lang.String
getStatusInfo(SessionContext ctx)
Generated method - Getter of theAbstractOrder.statusInfo
attribute.java.lang.Double
getSubtotal()
Generated method - Getter of theAbstractOrder.subtotal
attribute.java.lang.Double
getSubtotal(SessionContext ctx)
Generated method - Getter of theAbstractOrder.subtotal
attribute.double
getSubtotalAsPrimitive()
Generated method - Getter of theAbstractOrder.subtotal
attribute.double
getSubtotalAsPrimitive(SessionContext ctx)
Generated method - Getter of theAbstractOrder.subtotal
attribute.java.lang.Double
getTotalDiscounts()
Generated method - Getter of theAbstractOrder.totalDiscounts
attribute.java.lang.Double
getTotalDiscounts(SessionContext ctx)
Generated method - Getter of theAbstractOrder.totalDiscounts
attribute.double
getTotalDiscountsAsPrimitive()
Generated method - Getter of theAbstractOrder.totalDiscounts
attribute.double
getTotalDiscountsAsPrimitive(SessionContext ctx)
Generated method - Getter of theAbstractOrder.totalDiscounts
attribute.java.lang.Double
getTotalPrice()
Generated method - Getter of theAbstractOrder.totalPrice
attribute.java.lang.Double
getTotalPrice(SessionContext ctx)
Generated method - Getter of theAbstractOrder.totalPrice
attribute.double
getTotalPriceAsPrimitive()
Generated method - Getter of theAbstractOrder.totalPrice
attribute.double
getTotalPriceAsPrimitive(SessionContext ctx)
Generated method - Getter of theAbstractOrder.totalPrice
attribute.java.lang.Double
getTotalTax()
Generated method - Getter of theAbstractOrder.totalTax
attribute.java.lang.Double
getTotalTax(SessionContext ctx)
Generated method - Getter of theAbstractOrder.totalTax
attribute.double
getTotalTaxAsPrimitive()
Generated method - Getter of theAbstractOrder.totalTax
attribute.double
getTotalTaxAsPrimitive(SessionContext ctx)
Generated method - Getter of theAbstractOrder.totalTax
attribute.java.lang.String
getTotalTaxValuesInternal()
Generated method - Getter of theAbstractOrder.totalTaxValuesInternal
attribute.java.lang.String
getTotalTaxValuesInternal(SessionContext ctx)
Generated method - Getter of theAbstractOrder.totalTaxValuesInternal
attribute.User
getUser()
Generated method - Getter of theAbstractOrder.user
attribute.User
getUser(SessionContext ctx)
Generated method - Getter of theAbstractOrder.user
attribute.java.lang.Boolean
isCalculated()
Generated method - Getter of theAbstractOrder.calculated
attribute.java.lang.Boolean
isCalculated(SessionContext ctx)
Generated method - Getter of theAbstractOrder.calculated
attribute.boolean
isCalculatedAsPrimitive()
Generated method - Getter of theAbstractOrder.calculated
attribute.boolean
isCalculatedAsPrimitive(SessionContext ctx)
Generated method - Getter of theAbstractOrder.calculated
attribute.java.lang.Boolean
isDiscountsIncludeDeliveryCost()
Generated method - Getter of theAbstractOrder.discountsIncludeDeliveryCost
attribute.java.lang.Boolean
isDiscountsIncludeDeliveryCost(SessionContext ctx)
Generated method - Getter of theAbstractOrder.discountsIncludeDeliveryCost
attribute.boolean
isDiscountsIncludeDeliveryCostAsPrimitive()
Generated method - Getter of theAbstractOrder.discountsIncludeDeliveryCost
attribute.boolean
isDiscountsIncludeDeliveryCostAsPrimitive(SessionContext ctx)
Generated method - Getter of theAbstractOrder.discountsIncludeDeliveryCost
attribute.java.lang.Boolean
isDiscountsIncludePaymentCost()
Generated method - Getter of theAbstractOrder.discountsIncludePaymentCost
attribute.java.lang.Boolean
isDiscountsIncludePaymentCost(SessionContext ctx)
Generated method - Getter of theAbstractOrder.discountsIncludePaymentCost
attribute.boolean
isDiscountsIncludePaymentCostAsPrimitive()
Generated method - Getter of theAbstractOrder.discountsIncludePaymentCost
attribute.boolean
isDiscountsIncludePaymentCostAsPrimitive(SessionContext ctx)
Generated method - Getter of theAbstractOrder.discountsIncludePaymentCost
attribute.boolean
isMarkModifiedDisabled(Item referencedItem)
java.lang.Boolean
isNet()
Generated method - Getter of theAbstractOrder.net
attribute.java.lang.Boolean
isNet(SessionContext ctx)
Generated method - Getter of theAbstractOrder.net
attribute.boolean
isNetAsPrimitive()
Generated method - Getter of theAbstractOrder.net
attribute.boolean
isNetAsPrimitive(SessionContext ctx)
Generated method - Getter of theAbstractOrder.net
attribute.void
removeFromDiscounts(Discount value)
Generated method - Removesvalue
from discounts.void
removeFromDiscounts(SessionContext ctx, Discount value)
Generated method - Removesvalue
from discounts.void
removeFromEntries(AbstractOrderEntry value)
Generated method - Removesvalue
from entries.void
removeFromEntries(SessionContext ctx, AbstractOrderEntry value)
Generated method - Removesvalue
from entries.void
setCalculated(boolean value)
Generated method - Setter of theAbstractOrder.calculated
attribute.void
setCalculated(SessionContext ctx, boolean value)
Generated method - Setter of theAbstractOrder.calculated
attribute.void
setCalculated(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theAbstractOrder.calculated
attribute.void
setCalculated(java.lang.Boolean value)
Generated method - Setter of theAbstractOrder.calculated
attribute.void
setCode(SessionContext ctx, java.lang.String value)
Generated method - Setter of theAbstractOrder.code
attribute.void
setCode(java.lang.String value)
Generated method - Setter of theAbstractOrder.code
attribute.void
setCurrency(Currency value)
Generated method - Setter of theAbstractOrder.currency
attribute.void
setCurrency(SessionContext ctx, Currency value)
Generated method - Setter of theAbstractOrder.currency
attribute.void
setDate(SessionContext ctx, java.util.Date value)
Generated method - Setter of theAbstractOrder.date
attribute.void
setDate(java.util.Date value)
Generated method - Setter of theAbstractOrder.date
attribute.void
setDeliveryAddress(SessionContext ctx, Address value)
Generated method - Setter of theAbstractOrder.deliveryAddress
attribute.void
setDeliveryAddress(Address value)
Generated method - Setter of theAbstractOrder.deliveryAddress
attribute.void
setDeliveryCost(double value)
Generated method - Setter of theAbstractOrder.deliveryCost
attribute.void
setDeliveryCost(SessionContext ctx, double value)
Generated method - Setter of theAbstractOrder.deliveryCost
attribute.void
setDeliveryCost(SessionContext ctx, java.lang.Double value)
Generated method - Setter of theAbstractOrder.deliveryCost
attribute.void
setDeliveryCost(java.lang.Double value)
Generated method - Setter of theAbstractOrder.deliveryCost
attribute.void
setDeliveryMode(DeliveryMode value)
Generated method - Setter of theAbstractOrder.deliveryMode
attribute.void
setDeliveryMode(SessionContext ctx, DeliveryMode value)
Generated method - Setter of theAbstractOrder.deliveryMode
attribute.void
setDeliveryStatus(EnumerationValue value)
Generated method - Setter of theAbstractOrder.deliveryStatus
attribute.void
setDeliveryStatus(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theAbstractOrder.deliveryStatus
attribute.void
setDescription(SessionContext ctx, java.lang.String value)
Generated method - Setter of theAbstractOrder.description
attribute.void
setDescription(java.lang.String value)
Generated method - Setter of theAbstractOrder.description
attribute.void
setDiscounts(SessionContext ctx, java.util.List<Discount> value)
Generated method - Setter of theAbstractOrder.discounts
attribute.void
setDiscounts(java.util.List<Discount> value)
Generated method - Setter of theAbstractOrder.discounts
attribute.void
setDiscountsIncludeDeliveryCost(boolean value)
Generated method - Setter of theAbstractOrder.discountsIncludeDeliveryCost
attribute.void
setDiscountsIncludeDeliveryCost(SessionContext ctx, boolean value)
Generated method - Setter of theAbstractOrder.discountsIncludeDeliveryCost
attribute.void
setDiscountsIncludeDeliveryCost(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theAbstractOrder.discountsIncludeDeliveryCost
attribute.void
setDiscountsIncludeDeliveryCost(java.lang.Boolean value)
Generated method - Setter of theAbstractOrder.discountsIncludeDeliveryCost
attribute.void
setDiscountsIncludePaymentCost(boolean value)
Generated method - Setter of theAbstractOrder.discountsIncludePaymentCost
attribute.void
setDiscountsIncludePaymentCost(SessionContext ctx, boolean value)
Generated method - Setter of theAbstractOrder.discountsIncludePaymentCost
attribute.void
setDiscountsIncludePaymentCost(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theAbstractOrder.discountsIncludePaymentCost
attribute.void
setDiscountsIncludePaymentCost(java.lang.Boolean value)
Generated method - Setter of theAbstractOrder.discountsIncludePaymentCost
attribute.void
setEntries(SessionContext ctx, java.util.List<AbstractOrderEntry> value)
Generated method - Setter of theAbstractOrder.entries
attribute.void
setEntries(java.util.List<AbstractOrderEntry> value)
Generated method - Setter of theAbstractOrder.entries
attribute.void
setEntryGroups(SessionContext ctx, java.util.List<EntryGroup> value)
Generated method - Setter of theAbstractOrder.entryGroups
attribute.void
setEntryGroups(java.util.List<EntryGroup> value)
Generated method - Setter of theAbstractOrder.entryGroups
attribute.void
setExpirationTime(SessionContext ctx, java.util.Date value)
Generated method - Setter of theAbstractOrder.expirationTime
attribute.void
setExpirationTime(java.util.Date value)
Generated method - Setter of theAbstractOrder.expirationTime
attribute.void
setExportStatus(EnumerationValue value)
Generated method - Setter of theAbstractOrder.exportStatus
attribute.void
setExportStatus(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theAbstractOrder.exportStatus
attribute.void
setGlobalDiscountValuesInternal(SessionContext ctx, java.lang.String value)
Generated method - Setter of theAbstractOrder.globalDiscountValuesInternal
attribute.void
setGlobalDiscountValuesInternal(java.lang.String value)
Generated method - Setter of theAbstractOrder.globalDiscountValuesInternal
attribute.void
setName(SessionContext ctx, java.lang.String value)
Generated method - Setter of theAbstractOrder.name
attribute.void
setName(java.lang.String value)
Generated method - Setter of theAbstractOrder.name
attribute.void
setNet(boolean value)
Generated method - Setter of theAbstractOrder.net
attribute.void
setNet(SessionContext ctx, boolean value)
Generated method - Setter of theAbstractOrder.net
attribute.void
setNet(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theAbstractOrder.net
attribute.void
setNet(java.lang.Boolean value)
Generated method - Setter of theAbstractOrder.net
attribute.void
setPaymentAddress(SessionContext ctx, Address value)
Generated method - Setter of theAbstractOrder.paymentAddress
attribute.void
setPaymentAddress(Address value)
Generated method - Setter of theAbstractOrder.paymentAddress
attribute.void
setPaymentCost(double value)
Generated method - Setter of theAbstractOrder.paymentCost
attribute.void
setPaymentCost(SessionContext ctx, double value)
Generated method - Setter of theAbstractOrder.paymentCost
attribute.void
setPaymentCost(SessionContext ctx, java.lang.Double value)
Generated method - Setter of theAbstractOrder.paymentCost
attribute.void
setPaymentCost(java.lang.Double value)
Generated method - Setter of theAbstractOrder.paymentCost
attribute.void
setPaymentInfo(PaymentInfo value)
Generated method - Setter of theAbstractOrder.paymentInfo
attribute.void
setPaymentInfo(SessionContext ctx, PaymentInfo value)
Generated method - Setter of theAbstractOrder.paymentInfo
attribute.void
setPaymentMode(PaymentMode value)
Generated method - Setter of theAbstractOrder.paymentMode
attribute.void
setPaymentMode(SessionContext ctx, PaymentMode value)
Generated method - Setter of theAbstractOrder.paymentMode
attribute.void
setPaymentStatus(EnumerationValue value)
Generated method - Setter of theAbstractOrder.paymentStatus
attribute.void
setPaymentStatus(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theAbstractOrder.paymentStatus
attribute.void
setStatus(EnumerationValue value)
Generated method - Setter of theAbstractOrder.status
attribute.void
setStatus(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theAbstractOrder.status
attribute.void
setStatusInfo(SessionContext ctx, java.lang.String value)
Generated method - Setter of theAbstractOrder.statusInfo
attribute.void
setStatusInfo(java.lang.String value)
Generated method - Setter of theAbstractOrder.statusInfo
attribute.void
setSubtotal(double value)
Generated method - Setter of theAbstractOrder.subtotal
attribute.void
setSubtotal(SessionContext ctx, double value)
Generated method - Setter of theAbstractOrder.subtotal
attribute.void
setSubtotal(SessionContext ctx, java.lang.Double value)
Generated method - Setter of theAbstractOrder.subtotal
attribute.void
setSubtotal(java.lang.Double value)
Generated method - Setter of theAbstractOrder.subtotal
attribute.void
setTotalDiscounts(double value)
Generated method - Setter of theAbstractOrder.totalDiscounts
attribute.void
setTotalDiscounts(SessionContext ctx, double value)
Generated method - Setter of theAbstractOrder.totalDiscounts
attribute.void
setTotalDiscounts(SessionContext ctx, java.lang.Double value)
Generated method - Setter of theAbstractOrder.totalDiscounts
attribute.void
setTotalDiscounts(java.lang.Double value)
Generated method - Setter of theAbstractOrder.totalDiscounts
attribute.void
setTotalPrice(double value)
Generated method - Setter of theAbstractOrder.totalPrice
attribute.void
setTotalPrice(SessionContext ctx, double value)
Generated method - Setter of theAbstractOrder.totalPrice
attribute.void
setTotalPrice(SessionContext ctx, java.lang.Double value)
Generated method - Setter of theAbstractOrder.totalPrice
attribute.void
setTotalPrice(java.lang.Double value)
Generated method - Setter of theAbstractOrder.totalPrice
attribute.void
setTotalTax(double value)
Generated method - Setter of theAbstractOrder.totalTax
attribute.void
setTotalTax(SessionContext ctx, double value)
Generated method - Setter of theAbstractOrder.totalTax
attribute.void
setTotalTax(SessionContext ctx, java.lang.Double value)
Generated method - Setter of theAbstractOrder.totalTax
attribute.void
setTotalTax(java.lang.Double value)
Generated method - Setter of theAbstractOrder.totalTax
attribute.void
setTotalTaxValuesInternal(SessionContext ctx, java.lang.String value)
Generated method - Setter of theAbstractOrder.totalTaxValuesInternal
attribute.void
setTotalTaxValuesInternal(java.lang.String value)
Generated method - Setter of theAbstractOrder.totalTaxValuesInternal
attribute.void
setUser(SessionContext ctx, User value)
Generated method - Setter of theAbstractOrder.user
attribute.void
setUser(User value)
Generated method - Setter of theAbstractOrder.user
attribute.-
Methods inherited from class de.hybris.platform.jalo.GenericItem
createItem, getImplementation, getInitialProperties, getNonInitialAttributes, getRelatedItems, setRelatedItems
-
Methods inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedProperty
-
Methods inherited from class de.hybris.platform.jalo.ExtensibleItem
createNonClassAccessor, getAllProperties, getAllProperties, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setProperty
-
Methods inherited from class de.hybris.platform.jalo.Item
addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addNegativePermission, addPermission, addPositivePermission, assureExtensionsLoaded, changeTypeAfterCreation, checkConstraint, checkItemPermission, checkMandatoryAttribute, checkMandatoryAttribute, checkPermission, checkPermission, checkRemovable, clearPermission, compareTo, ctx, doAfterRemove, doBeforeRemove, equals, getAccessorFor, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributesInternal, getAllLinkedItems, getAndCheckCacheBoundItem, getAttribute, getAttribute, getCacheBoundItem, getComposedType, getComposedTypePK, getCreationTime, getCurrentlyRemovingCount, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItemsCount, getLinkedItemsCount, getLinkedItemsCount, getModificationTime, getNegativePermissions, getOwner, getPermissionMap, getPermissions, getPersistenceVersion, getPK, getPositivePermissions, getRestrictedPrincipals, getSession, getSyncObject, getTenant, getTransientObject, getTransientObjectMap, hashCode, hasRegisteredClassAccessorFor, internal_registerClassAccessorFor, internal_registerNonClassAccessorFor, invalidateLocalCaches, isAlive, isCacheBound, isCurrentlyRemoving, isCurrentlyRemoving, isEmptyRelationValue, isInCreate, isInstanceOf, isItemCheckBeforeRemoveableDisabled, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, notifyManagerAboutItemRemoval, readResolve, registerAccessFor, registerAccessFor, registerJaloInvalidationListeners, remove, remove, removeItemCollection, removeItemCollection, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinks, removePartOfItems, removePartOfItems, setAllAttributes, setAllAttributes, setAllAttributesInternal, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAttribute, setAttribute, setAttributeFromString, setAttributeFromString, setCacheBound, setComposedType, setCreationTime, setImplementation, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setModificationTime, setNonInitialAttributes, setOwner, setPermissionsByMap, setTransientObject, setUseTA, toString, useTA, writeReplace
-
Methods inherited from class de.hybris.platform.util.BridgeAbstraction
setTenant
-
-
-
-
Field Detail
-
CALCULATED
public static final java.lang.String CALCULATED
Qualifier of theAbstractOrder.calculated
attribute- See Also:
- Constant Field Values
-
CODE
public static final java.lang.String CODE
Qualifier of theAbstractOrder.code
attribute- See Also:
- Constant Field Values
-
CURRENCY
public static final java.lang.String CURRENCY
Qualifier of theAbstractOrder.currency
attribute- See Also:
- Constant Field Values
-
DATE
public static final java.lang.String DATE
Qualifier of theAbstractOrder.date
attribute- See Also:
- Constant Field Values
-
DELIVERYADDRESS
public static final java.lang.String DELIVERYADDRESS
Qualifier of theAbstractOrder.deliveryAddress
attribute- See Also:
- Constant Field Values
-
DELIVERYCOST
public static final java.lang.String DELIVERYCOST
Qualifier of theAbstractOrder.deliveryCost
attribute- See Also:
- Constant Field Values
-
DELIVERYMODE
public static final java.lang.String DELIVERYMODE
Qualifier of theAbstractOrder.deliveryMode
attribute- See Also:
- Constant Field Values
-
DELIVERYSTATUS
public static final java.lang.String DELIVERYSTATUS
Qualifier of theAbstractOrder.deliveryStatus
attribute- See Also:
- Constant Field Values
-
DESCRIPTION
public static final java.lang.String DESCRIPTION
Qualifier of theAbstractOrder.description
attribute- See Also:
- Constant Field Values
-
EXPIRATIONTIME
public static final java.lang.String EXPIRATIONTIME
Qualifier of theAbstractOrder.expirationTime
attribute- See Also:
- Constant Field Values
-
GLOBALDISCOUNTVALUESINTERNAL
public static final java.lang.String GLOBALDISCOUNTVALUESINTERNAL
Qualifier of theAbstractOrder.globalDiscountValuesInternal
attribute- See Also:
- Constant Field Values
-
NAME
public static final java.lang.String NAME
Qualifier of theAbstractOrder.name
attribute- See Also:
- Constant Field Values
-
NET
public static final java.lang.String NET
Qualifier of theAbstractOrder.net
attribute- See Also:
- Constant Field Values
-
PAYMENTADDRESS
public static final java.lang.String PAYMENTADDRESS
Qualifier of theAbstractOrder.paymentAddress
attribute- See Also:
- Constant Field Values
-
PAYMENTCOST
public static final java.lang.String PAYMENTCOST
Qualifier of theAbstractOrder.paymentCost
attribute- See Also:
- Constant Field Values
-
PAYMENTINFO
public static final java.lang.String PAYMENTINFO
Qualifier of theAbstractOrder.paymentInfo
attribute- See Also:
- Constant Field Values
-
PAYMENTMODE
public static final java.lang.String PAYMENTMODE
Qualifier of theAbstractOrder.paymentMode
attribute- See Also:
- Constant Field Values
-
PAYMENTSTATUS
public static final java.lang.String PAYMENTSTATUS
Qualifier of theAbstractOrder.paymentStatus
attribute- See Also:
- Constant Field Values
-
STATUS
public static final java.lang.String STATUS
Qualifier of theAbstractOrder.status
attribute- See Also:
- Constant Field Values
-
EXPORTSTATUS
public static final java.lang.String EXPORTSTATUS
Qualifier of theAbstractOrder.exportStatus
attribute- See Also:
- Constant Field Values
-
STATUSINFO
public static final java.lang.String STATUSINFO
Qualifier of theAbstractOrder.statusInfo
attribute- See Also:
- Constant Field Values
-
TOTALPRICE
public static final java.lang.String TOTALPRICE
Qualifier of theAbstractOrder.totalPrice
attribute- See Also:
- Constant Field Values
-
TOTALDISCOUNTS
public static final java.lang.String TOTALDISCOUNTS
Qualifier of theAbstractOrder.totalDiscounts
attribute- See Also:
- Constant Field Values
-
TOTALTAX
public static final java.lang.String TOTALTAX
Qualifier of theAbstractOrder.totalTax
attribute- See Also:
- Constant Field Values
-
TOTALTAXVALUESINTERNAL
public static final java.lang.String TOTALTAXVALUESINTERNAL
Qualifier of theAbstractOrder.totalTaxValuesInternal
attribute- See Also:
- Constant Field Values
-
USER
public static final java.lang.String USER
Qualifier of theAbstractOrder.user
attribute- See Also:
- Constant Field Values
-
SUBTOTAL
public static final java.lang.String SUBTOTAL
Qualifier of theAbstractOrder.subtotal
attribute- See Also:
- Constant Field Values
-
DISCOUNTSINCLUDEDELIVERYCOST
public static final java.lang.String DISCOUNTSINCLUDEDELIVERYCOST
Qualifier of theAbstractOrder.discountsIncludeDeliveryCost
attribute- See Also:
- Constant Field Values
-
DISCOUNTSINCLUDEPAYMENTCOST
public static final java.lang.String DISCOUNTSINCLUDEPAYMENTCOST
Qualifier of theAbstractOrder.discountsIncludePaymentCost
attribute- See Also:
- Constant Field Values
-
ENTRYGROUPS
public static final java.lang.String ENTRYGROUPS
Qualifier of theAbstractOrder.entryGroups
attribute- See Also:
- Constant Field Values
-
ENTRIES
public static final java.lang.String ENTRIES
Qualifier of theAbstractOrder.entries
attribute- See Also:
- Constant Field Values
-
DISCOUNTS
public static final java.lang.String DISCOUNTS
Qualifier of theAbstractOrder.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))
-
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 java.util.Map<java.lang.String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
-
-
Method Detail
-
getDefaultAttributeModes
protected java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes()
- Overrides:
getDefaultAttributeModes
in classItem
-
isCalculated
public java.lang.Boolean isCalculated(SessionContext ctx)
Generated method - Getter of theAbstractOrder.calculated
attribute.- Returns:
- the calculated
-
isCalculated
public java.lang.Boolean isCalculated()
Generated method - Getter of theAbstractOrder.calculated
attribute.- Returns:
- the calculated
-
isCalculatedAsPrimitive
public boolean isCalculatedAsPrimitive(SessionContext ctx)
Generated method - Getter of theAbstractOrder.calculated
attribute.- Returns:
- the calculated
-
isCalculatedAsPrimitive
public boolean isCalculatedAsPrimitive()
Generated method - Getter of theAbstractOrder.calculated
attribute.- Returns:
- the calculated
-
setCalculated
public void setCalculated(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theAbstractOrder.calculated
attribute.- Parameters:
value
- the calculated
-
setCalculated
public void setCalculated(java.lang.Boolean value)
Generated method - Setter of theAbstractOrder.calculated
attribute.- Parameters:
value
- the calculated
-
setCalculated
public void setCalculated(SessionContext ctx, boolean value)
Generated method - Setter of theAbstractOrder.calculated
attribute.- Parameters:
value
- the calculated
-
setCalculated
public void setCalculated(boolean value)
Generated method - Setter of theAbstractOrder.calculated
attribute.- Parameters:
value
- the calculated
-
getCode
public java.lang.String getCode(SessionContext ctx)
Generated method - Getter of theAbstractOrder.code
attribute.- Returns:
- the code
-
getCode
public java.lang.String getCode()
Generated method - Getter of theAbstractOrder.code
attribute.- Returns:
- the code
-
setCode
public void setCode(SessionContext ctx, java.lang.String value)
Generated method - Setter of theAbstractOrder.code
attribute.- Parameters:
value
- the code
-
setCode
public void setCode(java.lang.String value)
Generated method - Setter of theAbstractOrder.code
attribute.- Parameters:
value
- the code
-
getCurrency
public Currency getCurrency(SessionContext ctx)
Generated method - Getter of theAbstractOrder.currency
attribute.- Returns:
- the currency
-
getCurrency
public Currency getCurrency()
Generated method - Getter of theAbstractOrder.currency
attribute.- Returns:
- the currency
-
setCurrency
public void setCurrency(SessionContext ctx, Currency value)
Generated method - Setter of theAbstractOrder.currency
attribute.- Parameters:
value
- the currency
-
setCurrency
public void setCurrency(Currency value)
Generated method - Setter of theAbstractOrder.currency
attribute.- Parameters:
value
- the currency
-
getDate
public java.util.Date getDate(SessionContext ctx)
Generated method - Getter of theAbstractOrder.date
attribute.- Returns:
- the date
-
getDate
public java.util.Date getDate()
Generated method - Getter of theAbstractOrder.date
attribute.- Returns:
- the date
-
setDate
public void setDate(SessionContext ctx, java.util.Date value)
Generated method - Setter of theAbstractOrder.date
attribute.- Parameters:
value
- the date
-
setDate
public void setDate(java.util.Date value)
Generated method - Setter of theAbstractOrder.date
attribute.- Parameters:
value
- the date
-
getDeliveryAddress
public Address getDeliveryAddress(SessionContext ctx)
Generated method - Getter of theAbstractOrder.deliveryAddress
attribute.- Returns:
- the deliveryAddress
-
getDeliveryAddress
public Address getDeliveryAddress()
Generated method - Getter of theAbstractOrder.deliveryAddress
attribute.- Returns:
- the deliveryAddress
-
setDeliveryAddress
public void setDeliveryAddress(SessionContext ctx, Address value)
Generated method - Setter of theAbstractOrder.deliveryAddress
attribute.- Parameters:
value
- the deliveryAddress
-
setDeliveryAddress
public void setDeliveryAddress(Address value)
Generated method - Setter of theAbstractOrder.deliveryAddress
attribute.- Parameters:
value
- the deliveryAddress
-
getDeliveryCost
public java.lang.Double getDeliveryCost(SessionContext ctx)
Generated method - Getter of theAbstractOrder.deliveryCost
attribute.- Returns:
- the deliveryCost
-
getDeliveryCost
public java.lang.Double getDeliveryCost()
Generated method - Getter of theAbstractOrder.deliveryCost
attribute.- Returns:
- the deliveryCost
-
getDeliveryCostAsPrimitive
public double getDeliveryCostAsPrimitive(SessionContext ctx)
Generated method - Getter of theAbstractOrder.deliveryCost
attribute.- Returns:
- the deliveryCost
-
getDeliveryCostAsPrimitive
public double getDeliveryCostAsPrimitive()
Generated method - Getter of theAbstractOrder.deliveryCost
attribute.- Returns:
- the deliveryCost
-
setDeliveryCost
public void setDeliveryCost(SessionContext ctx, java.lang.Double value)
Generated method - Setter of theAbstractOrder.deliveryCost
attribute.- Parameters:
value
- the deliveryCost
-
setDeliveryCost
public void setDeliveryCost(java.lang.Double value)
Generated method - Setter of theAbstractOrder.deliveryCost
attribute.- Parameters:
value
- the deliveryCost
-
setDeliveryCost
public void setDeliveryCost(SessionContext ctx, double value)
Generated method - Setter of theAbstractOrder.deliveryCost
attribute.- Parameters:
value
- the deliveryCost
-
setDeliveryCost
public void setDeliveryCost(double value)
Generated method - Setter of theAbstractOrder.deliveryCost
attribute.- Parameters:
value
- the deliveryCost
-
getDeliveryMode
public DeliveryMode getDeliveryMode(SessionContext ctx)
Generated method - Getter of theAbstractOrder.deliveryMode
attribute.- Returns:
- the deliveryMode
-
getDeliveryMode
public DeliveryMode getDeliveryMode()
Generated method - Getter of theAbstractOrder.deliveryMode
attribute.- Returns:
- the deliveryMode
-
setDeliveryMode
public void setDeliveryMode(SessionContext ctx, DeliveryMode value)
Generated method - Setter of theAbstractOrder.deliveryMode
attribute.- Parameters:
value
- the deliveryMode
-
setDeliveryMode
public void setDeliveryMode(DeliveryMode value)
Generated method - Setter of theAbstractOrder.deliveryMode
attribute.- Parameters:
value
- the deliveryMode
-
getDeliveryStatus
public EnumerationValue getDeliveryStatus(SessionContext ctx)
Generated method - Getter of theAbstractOrder.deliveryStatus
attribute.- Returns:
- the deliveryStatus
-
getDeliveryStatus
public EnumerationValue getDeliveryStatus()
Generated method - Getter of theAbstractOrder.deliveryStatus
attribute.- Returns:
- the deliveryStatus
-
setDeliveryStatus
public void setDeliveryStatus(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theAbstractOrder.deliveryStatus
attribute.- Parameters:
value
- the deliveryStatus
-
setDeliveryStatus
public void setDeliveryStatus(EnumerationValue value)
Generated method - Setter of theAbstractOrder.deliveryStatus
attribute.- Parameters:
value
- the deliveryStatus
-
getDescription
public java.lang.String getDescription(SessionContext ctx)
Generated method - Getter of theAbstractOrder.description
attribute.- Returns:
- the description
-
getDescription
public java.lang.String getDescription()
Generated method - Getter of theAbstractOrder.description
attribute.- Returns:
- the description
-
setDescription
public void setDescription(SessionContext ctx, java.lang.String value)
Generated method - Setter of theAbstractOrder.description
attribute.- Parameters:
value
- the description
-
setDescription
public void setDescription(java.lang.String value)
Generated method - Setter of theAbstractOrder.description
attribute.- Parameters:
value
- the description
-
getDiscounts
public java.util.List<Discount> getDiscounts(SessionContext ctx)
Generated method - Getter of theAbstractOrder.discounts
attribute.- Returns:
- the discounts
-
getDiscounts
public java.util.List<Discount> getDiscounts()
Generated method - Getter of theAbstractOrder.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 theAbstractOrder.discounts
attribute.- Parameters:
value
- the discounts
-
setDiscounts
public void setDiscounts(java.util.List<Discount> value)
Generated method - Setter of theAbstractOrder.discounts
attribute.- Parameters:
value
- the discounts
-
addToDiscounts
public void addToDiscounts(SessionContext ctx, Discount value)
Generated method - Addsvalue
to discounts.- Parameters:
value
- the item to add to discounts
-
addToDiscounts
public void addToDiscounts(Discount value)
Generated method - Addsvalue
to discounts.- Parameters:
value
- the item to add to discounts
-
removeFromDiscounts
public void removeFromDiscounts(SessionContext ctx, Discount value)
Generated method - Removesvalue
from discounts.- Parameters:
value
- the item to remove from discounts
-
removeFromDiscounts
public void removeFromDiscounts(Discount value)
Generated method - Removesvalue
from discounts.- Parameters:
value
- the item to remove from discounts
-
isDiscountsIncludeDeliveryCost
public java.lang.Boolean isDiscountsIncludeDeliveryCost(SessionContext ctx)
Generated method - Getter of theAbstractOrder.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 theAbstractOrder.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 theAbstractOrder.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 theAbstractOrder.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 theAbstractOrder.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 theAbstractOrder.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 theAbstractOrder.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 theAbstractOrder.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 theAbstractOrder.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 theAbstractOrder.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 theAbstractOrder.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 theAbstractOrder.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 theAbstractOrder.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 theAbstractOrder.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 theAbstractOrder.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 theAbstractOrder.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 theAbstractOrder.entries
attribute.- Returns:
- the entries
-
getEntries
public java.util.List<AbstractOrderEntry> getEntries()
Generated method - Getter of theAbstractOrder.entries
attribute.- Returns:
- the entries
-
setEntries
public void setEntries(SessionContext ctx, java.util.List<AbstractOrderEntry> value)
Generated method - Setter of theAbstractOrder.entries
attribute.- Parameters:
value
- the entries
-
setEntries
public void setEntries(java.util.List<AbstractOrderEntry> value)
Generated method - Setter of theAbstractOrder.entries
attribute.- Parameters:
value
- the entries
-
addToEntries
public void addToEntries(SessionContext ctx, AbstractOrderEntry value)
Generated method - Addsvalue
to entries.- Parameters:
value
- the item to add to entries
-
addToEntries
public void addToEntries(AbstractOrderEntry value)
Generated method - Addsvalue
to entries.- Parameters:
value
- the item to add to entries
-
removeFromEntries
public void removeFromEntries(SessionContext ctx, AbstractOrderEntry value)
Generated method - Removesvalue
from entries.- Parameters:
value
- the item to remove from entries
-
removeFromEntries
public void removeFromEntries(AbstractOrderEntry value)
Generated method - Removesvalue
from entries.- Parameters:
value
- the item to remove from entries
-
getEntryGroups
public java.util.List<EntryGroup> getEntryGroups(SessionContext ctx)
Generated method - Getter of theAbstractOrder.entryGroups
attribute.- Returns:
- the entryGroups - List of entry groups for this order.
-
getEntryGroups
public java.util.List<EntryGroup> getEntryGroups()
Generated method - Getter of theAbstractOrder.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 theAbstractOrder.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 theAbstractOrder.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 theAbstractOrder.expirationTime
attribute.- Returns:
- the expirationTime - The date/time when the order will expire
-
getExpirationTime
public java.util.Date getExpirationTime()
Generated method - Getter of theAbstractOrder.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 theAbstractOrder.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 theAbstractOrder.expirationTime
attribute.- Parameters:
value
- the expirationTime - The date/time when the order will expire
-
getExportStatus
public EnumerationValue getExportStatus(SessionContext ctx)
Generated method - Getter of theAbstractOrder.exportStatus
attribute.- Returns:
- the exportStatus
-
getExportStatus
public EnumerationValue getExportStatus()
Generated method - Getter of theAbstractOrder.exportStatus
attribute.- Returns:
- the exportStatus
-
setExportStatus
public void setExportStatus(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theAbstractOrder.exportStatus
attribute.- Parameters:
value
- the exportStatus
-
setExportStatus
public void setExportStatus(EnumerationValue value)
Generated method - Setter of theAbstractOrder.exportStatus
attribute.- Parameters:
value
- the exportStatus
-
getGlobalDiscountValuesInternal
public java.lang.String getGlobalDiscountValuesInternal(SessionContext ctx)
Generated method - Getter of theAbstractOrder.globalDiscountValuesInternal
attribute.- Returns:
- the globalDiscountValuesInternal
-
getGlobalDiscountValuesInternal
public java.lang.String getGlobalDiscountValuesInternal()
Generated method - Getter of theAbstractOrder.globalDiscountValuesInternal
attribute.- Returns:
- the globalDiscountValuesInternal
-
setGlobalDiscountValuesInternal
public void setGlobalDiscountValuesInternal(SessionContext ctx, java.lang.String value)
Generated method - Setter of theAbstractOrder.globalDiscountValuesInternal
attribute.- Parameters:
value
- the globalDiscountValuesInternal
-
setGlobalDiscountValuesInternal
public void setGlobalDiscountValuesInternal(java.lang.String value)
Generated method - Setter of theAbstractOrder.globalDiscountValuesInternal
attribute.- Parameters:
value
- the globalDiscountValuesInternal
-
isMarkModifiedDisabled
public boolean isMarkModifiedDisabled(Item referencedItem)
- Overrides:
isMarkModifiedDisabled
in classItem
-
getName
public java.lang.String getName(SessionContext ctx)
Generated method - Getter of theAbstractOrder.name
attribute.- Returns:
- the name
-
getName
public java.lang.String getName()
Generated method - Getter of theAbstractOrder.name
attribute.- Returns:
- the name
-
setName
public void setName(SessionContext ctx, java.lang.String value)
Generated method - Setter of theAbstractOrder.name
attribute.- Parameters:
value
- the name
-
setName
public void setName(java.lang.String value)
Generated method - Setter of theAbstractOrder.name
attribute.- Parameters:
value
- the name
-
isNet
public java.lang.Boolean isNet(SessionContext ctx)
Generated method - Getter of theAbstractOrder.net
attribute.- Returns:
- the net
-
isNet
public java.lang.Boolean isNet()
Generated method - Getter of theAbstractOrder.net
attribute.- Returns:
- the net
-
isNetAsPrimitive
public boolean isNetAsPrimitive(SessionContext ctx)
Generated method - Getter of theAbstractOrder.net
attribute.- Returns:
- the net
-
isNetAsPrimitive
public boolean isNetAsPrimitive()
Generated method - Getter of theAbstractOrder.net
attribute.- Returns:
- the net
-
setNet
public void setNet(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theAbstractOrder.net
attribute.- Parameters:
value
- the net
-
setNet
public void setNet(java.lang.Boolean value)
Generated method - Setter of theAbstractOrder.net
attribute.- Parameters:
value
- the net
-
setNet
public void setNet(SessionContext ctx, boolean value)
Generated method - Setter of theAbstractOrder.net
attribute.- Parameters:
value
- the net
-
setNet
public void setNet(boolean value)
Generated method - Setter of theAbstractOrder.net
attribute.- Parameters:
value
- the net
-
getPaymentAddress
public Address getPaymentAddress(SessionContext ctx)
Generated method - Getter of theAbstractOrder.paymentAddress
attribute.- Returns:
- the paymentAddress
-
getPaymentAddress
public Address getPaymentAddress()
Generated method - Getter of theAbstractOrder.paymentAddress
attribute.- Returns:
- the paymentAddress
-
setPaymentAddress
public void setPaymentAddress(SessionContext ctx, Address value)
Generated method - Setter of theAbstractOrder.paymentAddress
attribute.- Parameters:
value
- the paymentAddress
-
setPaymentAddress
public void setPaymentAddress(Address value)
Generated method - Setter of theAbstractOrder.paymentAddress
attribute.- Parameters:
value
- the paymentAddress
-
getPaymentCost
public java.lang.Double getPaymentCost(SessionContext ctx)
Generated method - Getter of theAbstractOrder.paymentCost
attribute.- Returns:
- the paymentCost
-
getPaymentCost
public java.lang.Double getPaymentCost()
Generated method - Getter of theAbstractOrder.paymentCost
attribute.- Returns:
- the paymentCost
-
getPaymentCostAsPrimitive
public double getPaymentCostAsPrimitive(SessionContext ctx)
Generated method - Getter of theAbstractOrder.paymentCost
attribute.- Returns:
- the paymentCost
-
getPaymentCostAsPrimitive
public double getPaymentCostAsPrimitive()
Generated method - Getter of theAbstractOrder.paymentCost
attribute.- Returns:
- the paymentCost
-
setPaymentCost
public void setPaymentCost(SessionContext ctx, java.lang.Double value)
Generated method - Setter of theAbstractOrder.paymentCost
attribute.- Parameters:
value
- the paymentCost
-
setPaymentCost
public void setPaymentCost(java.lang.Double value)
Generated method - Setter of theAbstractOrder.paymentCost
attribute.- Parameters:
value
- the paymentCost
-
setPaymentCost
public void setPaymentCost(SessionContext ctx, double value)
Generated method - Setter of theAbstractOrder.paymentCost
attribute.- Parameters:
value
- the paymentCost
-
setPaymentCost
public void setPaymentCost(double value)
Generated method - Setter of theAbstractOrder.paymentCost
attribute.- Parameters:
value
- the paymentCost
-
getPaymentInfo
public PaymentInfo getPaymentInfo(SessionContext ctx)
Generated method - Getter of theAbstractOrder.paymentInfo
attribute.- Returns:
- the paymentInfo
-
getPaymentInfo
public PaymentInfo getPaymentInfo()
Generated method - Getter of theAbstractOrder.paymentInfo
attribute.- Returns:
- the paymentInfo
-
setPaymentInfo
public void setPaymentInfo(SessionContext ctx, PaymentInfo value)
Generated method - Setter of theAbstractOrder.paymentInfo
attribute.- Parameters:
value
- the paymentInfo
-
setPaymentInfo
public void setPaymentInfo(PaymentInfo value)
Generated method - Setter of theAbstractOrder.paymentInfo
attribute.- Parameters:
value
- the paymentInfo
-
getPaymentMode
public PaymentMode getPaymentMode(SessionContext ctx)
Generated method - Getter of theAbstractOrder.paymentMode
attribute.- Returns:
- the paymentMode
-
getPaymentMode
public PaymentMode getPaymentMode()
Generated method - Getter of theAbstractOrder.paymentMode
attribute.- Returns:
- the paymentMode
-
setPaymentMode
public void setPaymentMode(SessionContext ctx, PaymentMode value)
Generated method - Setter of theAbstractOrder.paymentMode
attribute.- Parameters:
value
- the paymentMode
-
setPaymentMode
public void setPaymentMode(PaymentMode value)
Generated method - Setter of theAbstractOrder.paymentMode
attribute.- Parameters:
value
- the paymentMode
-
getPaymentStatus
public EnumerationValue getPaymentStatus(SessionContext ctx)
Generated method - Getter of theAbstractOrder.paymentStatus
attribute.- Returns:
- the paymentStatus
-
getPaymentStatus
public EnumerationValue getPaymentStatus()
Generated method - Getter of theAbstractOrder.paymentStatus
attribute.- Returns:
- the paymentStatus
-
setPaymentStatus
public void setPaymentStatus(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theAbstractOrder.paymentStatus
attribute.- Parameters:
value
- the paymentStatus
-
setPaymentStatus
public void setPaymentStatus(EnumerationValue value)
Generated method - Setter of theAbstractOrder.paymentStatus
attribute.- Parameters:
value
- the paymentStatus
-
getStatus
public EnumerationValue getStatus(SessionContext ctx)
Generated method - Getter of theAbstractOrder.status
attribute.- Returns:
- the status
-
getStatus
public EnumerationValue getStatus()
Generated method - Getter of theAbstractOrder.status
attribute.- Returns:
- the status
-
setStatus
public void setStatus(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theAbstractOrder.status
attribute.- Parameters:
value
- the status
-
setStatus
public void setStatus(EnumerationValue value)
Generated method - Setter of theAbstractOrder.status
attribute.- Parameters:
value
- the status
-
getStatusInfo
public java.lang.String getStatusInfo(SessionContext ctx)
Generated method - Getter of theAbstractOrder.statusInfo
attribute.- Returns:
- the statusInfo
-
getStatusInfo
public java.lang.String getStatusInfo()
Generated method - Getter of theAbstractOrder.statusInfo
attribute.- Returns:
- the statusInfo
-
setStatusInfo
public void setStatusInfo(SessionContext ctx, java.lang.String value)
Generated method - Setter of theAbstractOrder.statusInfo
attribute.- Parameters:
value
- the statusInfo
-
setStatusInfo
public void setStatusInfo(java.lang.String value)
Generated method - Setter of theAbstractOrder.statusInfo
attribute.- Parameters:
value
- the statusInfo
-
getSubtotal
public java.lang.Double getSubtotal(SessionContext ctx)
Generated method - Getter of theAbstractOrder.subtotal
attribute.- Returns:
- the subtotal
-
getSubtotal
public java.lang.Double getSubtotal()
Generated method - Getter of theAbstractOrder.subtotal
attribute.- Returns:
- the subtotal
-
getSubtotalAsPrimitive
public double getSubtotalAsPrimitive(SessionContext ctx)
Generated method - Getter of theAbstractOrder.subtotal
attribute.- Returns:
- the subtotal
-
getSubtotalAsPrimitive
public double getSubtotalAsPrimitive()
Generated method - Getter of theAbstractOrder.subtotal
attribute.- Returns:
- the subtotal
-
setSubtotal
public void setSubtotal(SessionContext ctx, java.lang.Double value)
Generated method - Setter of theAbstractOrder.subtotal
attribute.- Parameters:
value
- the subtotal
-
setSubtotal
public void setSubtotal(java.lang.Double value)
Generated method - Setter of theAbstractOrder.subtotal
attribute.- Parameters:
value
- the subtotal
-
setSubtotal
public void setSubtotal(SessionContext ctx, double value)
Generated method - Setter of theAbstractOrder.subtotal
attribute.- Parameters:
value
- the subtotal
-
setSubtotal
public void setSubtotal(double value)
Generated method - Setter of theAbstractOrder.subtotal
attribute.- Parameters:
value
- the subtotal
-
getTotalDiscounts
public java.lang.Double getTotalDiscounts(SessionContext ctx)
Generated method - Getter of theAbstractOrder.totalDiscounts
attribute.- Returns:
- the totalDiscounts
-
getTotalDiscounts
public java.lang.Double getTotalDiscounts()
Generated method - Getter of theAbstractOrder.totalDiscounts
attribute.- Returns:
- the totalDiscounts
-
getTotalDiscountsAsPrimitive
public double getTotalDiscountsAsPrimitive(SessionContext ctx)
Generated method - Getter of theAbstractOrder.totalDiscounts
attribute.- Returns:
- the totalDiscounts
-
getTotalDiscountsAsPrimitive
public double getTotalDiscountsAsPrimitive()
Generated method - Getter of theAbstractOrder.totalDiscounts
attribute.- Returns:
- the totalDiscounts
-
setTotalDiscounts
public void setTotalDiscounts(SessionContext ctx, java.lang.Double value)
Generated method - Setter of theAbstractOrder.totalDiscounts
attribute.- Parameters:
value
- the totalDiscounts
-
setTotalDiscounts
public void setTotalDiscounts(java.lang.Double value)
Generated method - Setter of theAbstractOrder.totalDiscounts
attribute.- Parameters:
value
- the totalDiscounts
-
setTotalDiscounts
public void setTotalDiscounts(SessionContext ctx, double value)
Generated method - Setter of theAbstractOrder.totalDiscounts
attribute.- Parameters:
value
- the totalDiscounts
-
setTotalDiscounts
public void setTotalDiscounts(double value)
Generated method - Setter of theAbstractOrder.totalDiscounts
attribute.- Parameters:
value
- the totalDiscounts
-
getTotalPrice
public java.lang.Double getTotalPrice(SessionContext ctx)
Generated method - Getter of theAbstractOrder.totalPrice
attribute.- Returns:
- the totalPrice
-
getTotalPrice
public java.lang.Double getTotalPrice()
Generated method - Getter of theAbstractOrder.totalPrice
attribute.- Returns:
- the totalPrice
-
getTotalPriceAsPrimitive
public double getTotalPriceAsPrimitive(SessionContext ctx)
Generated method - Getter of theAbstractOrder.totalPrice
attribute.- Returns:
- the totalPrice
-
getTotalPriceAsPrimitive
public double getTotalPriceAsPrimitive()
Generated method - Getter of theAbstractOrder.totalPrice
attribute.- Returns:
- the totalPrice
-
setTotalPrice
public void setTotalPrice(SessionContext ctx, java.lang.Double value)
Generated method - Setter of theAbstractOrder.totalPrice
attribute.- Parameters:
value
- the totalPrice
-
setTotalPrice
public void setTotalPrice(java.lang.Double value)
Generated method - Setter of theAbstractOrder.totalPrice
attribute.- Parameters:
value
- the totalPrice
-
setTotalPrice
public void setTotalPrice(SessionContext ctx, double value)
Generated method - Setter of theAbstractOrder.totalPrice
attribute.- Parameters:
value
- the totalPrice
-
setTotalPrice
public void setTotalPrice(double value)
Generated method - Setter of theAbstractOrder.totalPrice
attribute.- Parameters:
value
- the totalPrice
-
getTotalTax
public java.lang.Double getTotalTax(SessionContext ctx)
Generated method - Getter of theAbstractOrder.totalTax
attribute.- Returns:
- the totalTax
-
getTotalTax
public java.lang.Double getTotalTax()
Generated method - Getter of theAbstractOrder.totalTax
attribute.- Returns:
- the totalTax
-
getTotalTaxAsPrimitive
public double getTotalTaxAsPrimitive(SessionContext ctx)
Generated method - Getter of theAbstractOrder.totalTax
attribute.- Returns:
- the totalTax
-
getTotalTaxAsPrimitive
public double getTotalTaxAsPrimitive()
Generated method - Getter of theAbstractOrder.totalTax
attribute.- Returns:
- the totalTax
-
setTotalTax
public void setTotalTax(SessionContext ctx, java.lang.Double value)
Generated method - Setter of theAbstractOrder.totalTax
attribute.- Parameters:
value
- the totalTax
-
setTotalTax
public void setTotalTax(java.lang.Double value)
Generated method - Setter of theAbstractOrder.totalTax
attribute.- Parameters:
value
- the totalTax
-
setTotalTax
public void setTotalTax(SessionContext ctx, double value)
Generated method - Setter of theAbstractOrder.totalTax
attribute.- Parameters:
value
- the totalTax
-
setTotalTax
public void setTotalTax(double value)
Generated method - Setter of theAbstractOrder.totalTax
attribute.- Parameters:
value
- the totalTax
-
getTotalTaxValuesInternal
public java.lang.String getTotalTaxValuesInternal(SessionContext ctx)
Generated method - Getter of theAbstractOrder.totalTaxValuesInternal
attribute.- Returns:
- the totalTaxValuesInternal
-
getTotalTaxValuesInternal
public java.lang.String getTotalTaxValuesInternal()
Generated method - Getter of theAbstractOrder.totalTaxValuesInternal
attribute.- Returns:
- the totalTaxValuesInternal
-
setTotalTaxValuesInternal
public void setTotalTaxValuesInternal(SessionContext ctx, java.lang.String value)
Generated method - Setter of theAbstractOrder.totalTaxValuesInternal
attribute.- Parameters:
value
- the totalTaxValuesInternal
-
setTotalTaxValuesInternal
public void setTotalTaxValuesInternal(java.lang.String value)
Generated method - Setter of theAbstractOrder.totalTaxValuesInternal
attribute.- Parameters:
value
- the totalTaxValuesInternal
-
getUser
public User getUser(SessionContext ctx)
Generated method - Getter of theAbstractOrder.user
attribute.- Returns:
- the user
-
getUser
public User getUser()
Generated method - Getter of theAbstractOrder.user
attribute.- Returns:
- the user
-
setUser
public void setUser(SessionContext ctx, User value)
Generated method - Setter of theAbstractOrder.user
attribute.- Parameters:
value
- the user
-
setUser
public void setUser(User value)
Generated method - Setter of theAbstractOrder.user
attribute.- Parameters:
value
- the user
-
-