Class AbstractItemCtnr
Basis for item-based objects stemming from a single Order, with these common
properties (Invoice is used as an example):
All Known Subclasses
Appeasement, Invoice, Return, ReturnCase, ShippingOrder
Property Summary
Constructor Summary
This class does not have a constructor, so you cannot create it directly.
Method Summary
Methods inherited from class Extensible
describe, getCustom
Methods inherited from class Object
assign, create, create, defineProperties, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toLocaleString, toString, valueOf, values
Property Details
createdBy
- createdBy: String
(read-only)
Created by this user.
creationDate
- creationDate: Date
(read-only)
The time of creation.
grandTotal
- grandTotal: SumItem
(read-only)
Returns the sum-item representing the grandtotal for all items.
items
- items: FilteringCollection
(read-only)
Returns the unsorted collection of items
lastModified
- lastModified: Date
(read-only)
The last modification time.
modifiedBy
- modifiedBy: String
(read-only)
Last modified by this user.
order
- order: Order
(read-only)
Returns the Order this object was created for.
productSubtotal
- productSubtotal: SumItem
(read-only)
Returns the sum-item representing the subtotal for product items.
serviceSubtotal
- serviceSubtotal: SumItem
(read-only)
Returns the sum-item representing the subtotal for service items such as
shipping.
Method Details
getCreatedBy()
- getCreatedBy(): String
Created by this user.
Returns:
getCreationDate()
- getCreationDate(): Date
The time of creation.
Returns:
getGrandTotal()
- getGrandTotal(): SumItem
Returns the sum-item representing the grandtotal for all items.
Returns:
getItems()
- getItems(): FilteringCollection
Returns the unsorted collection of items
Returns:
- the unsorted collection of items
getLastModified()
- getLastModified(): Date
The last modification time.
Returns:
getModifiedBy()
- getModifiedBy(): String
Last modified by this user.
Returns:
- Last modified by this user
getOrder()
- getOrder(): Order
Returns the Order this object was created for.
Returns:
- the Order this object was created for.
getProductSubtotal()
- getProductSubtotal(): SumItem
Returns the sum-item representing the subtotal for product items.
Returns:
- sum-item for product items
getServiceSubtotal()
- getServiceSubtotal(): SumItem
Returns the sum-item representing the subtotal for service items such as
shipping.
Returns:
- sum-item for service items such as shipping