public class ConsignmentEntryModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_DECLINECONSIGNMENTENTRYEVENTCONSIGNMENTENTRYRELATION
Generated relation code constant for relation
DeclineConsignmentEntryEventConsignmentEntryRelation defining source attribute declineEntryEvents in extension warehousing. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CONSIGNMENT
Generated constant - Attribute key of
ConsignmentEntry.consignment attribute defined at extension basecommerce. |
static String |
DECLINEENTRYEVENTS
Generated constant - Attribute key of
ConsignmentEntry.declineEntryEvents attribute defined at extension warehousing. |
static String |
INVENTORYEVENTS
Generated constant - Attribute key of
ConsignmentEntry.inventoryEvents attribute defined at extension warehousing. |
static String |
ORDERENTRY
Generated constant - Attribute key of
ConsignmentEntry.orderEntry attribute defined at extension basecommerce. |
static String |
QUANTITY
Generated constant - Attribute key of
ConsignmentEntry.quantity attribute defined at extension basecommerce. |
static String |
QUANTITYDECLINED
Generated constant - Attribute key of
ConsignmentEntry.quantityDeclined attribute defined at extension warehousing. |
static String |
QUANTITYPENDING
Generated constant - Attribute key of
ConsignmentEntry.quantityPending attribute defined at extension warehousing. |
static String |
QUANTITYSHIPPED
Generated constant - Attribute key of
ConsignmentEntry.quantityShipped attribute defined at extension warehousing. |
static String |
SAPORDERENTRYROWNUMBER
Generated constant - Attribute key of
ConsignmentEntry.sapOrderEntryRowNumber attribute defined at extension sapmodel. |
static String |
SHIPPEDQUANTITY
Generated constant - Attribute key of
ConsignmentEntry.shippedQuantity attribute defined at extension basecommerce. |
static String |
STATUS
Generated constant - Attribute key of
ConsignmentEntry.status attribute defined at extension sapmodel. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
ConsignmentEntryModel()
Generated constructor - Default constructor for generic creation.
|
ConsignmentEntryModel(ConsignmentModel _consignment,
AbstractOrderEntryModel _orderEntry,
ItemModel _owner,
Long _quantity)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
ConsignmentEntryModel(ConsignmentModel _consignment,
AbstractOrderEntryModel _orderEntry,
Long _quantity)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
ConsignmentEntryModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
ConsignmentModel |
getConsignment()
Generated method - Getter of the
ConsignmentEntry.consignment attribute defined at extension basecommerce. |
Set<DeclineConsignmentEntryEventModel> |
getDeclineEntryEvents()
Generated method - Getter of the
ConsignmentEntry.declineEntryEvents attribute defined at extension warehousing. |
Collection<InventoryEventModel> |
getInventoryEvents()
Generated method - Getter of the
ConsignmentEntry.inventoryEvents attribute defined at extension warehousing. |
AbstractOrderEntryModel |
getOrderEntry()
Generated method - Getter of the
ConsignmentEntry.orderEntry attribute defined at extension basecommerce. |
Long |
getQuantity()
Generated method - Getter of the
ConsignmentEntry.quantity attribute defined at extension basecommerce. |
Long |
getQuantityDeclined()
Generated method - Getter of the
ConsignmentEntry.quantityDeclined dynamic attribute defined at extension warehousing. |
Long |
getQuantityPending()
Generated method - Getter of the
ConsignmentEntry.quantityPending dynamic attribute defined at extension warehousing. |
Long |
getQuantityShipped()
Generated method - Getter of the
ConsignmentEntry.quantityShipped dynamic attribute defined at extension warehousing. |
int |
getSapOrderEntryRowNumber()
Generated method - Getter of the
ConsignmentEntry.sapOrderEntryRowNumber attribute defined at extension sapmodel. |
Long |
getShippedQuantity()
Generated method - Getter of the
ConsignmentEntry.shippedQuantity attribute defined at extension basecommerce. |
ConsignmentEntryStatus |
getStatus()
Generated method - Getter of the
ConsignmentEntry.status attribute defined at extension sapmodel. |
void |
setConsignment(ConsignmentModel value)
Generated method - Initial setter of
ConsignmentEntry.consignment attribute defined at extension basecommerce. |
void |
setDeclineEntryEvents(Set<DeclineConsignmentEntryEventModel> value)
Generated method - Setter of
ConsignmentEntry.declineEntryEvents attribute defined at extension warehousing. |
void |
setInventoryEvents(Collection<InventoryEventModel> value)
Generated method - Setter of
ConsignmentEntry.inventoryEvents attribute defined at extension warehousing. |
void |
setOrderEntry(AbstractOrderEntryModel value)
Generated method - Initial setter of
ConsignmentEntry.orderEntry attribute defined at extension basecommerce. |
void |
setQuantity(Long value)
Generated method - Initial setter of
ConsignmentEntry.quantity attribute defined at extension basecommerce. |
void |
setSapOrderEntryRowNumber(int value)
Generated method - Setter of
ConsignmentEntry.sapOrderEntryRowNumber attribute defined at extension sapmodel. |
void |
setShippedQuantity(Long value)
Generated method - Setter of
ConsignmentEntry.shippedQuantity attribute defined at extension basecommerce. |
void |
setStatus(ConsignmentEntryStatus value)
Generated method - Setter of
ConsignmentEntry.status attribute defined at extension sapmodel. |
getComments, getCreationtime, getModifiedtime, getOwner, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final String _TYPECODE
public static final String _DECLINECONSIGNMENTENTRYEVENTCONSIGNMENTENTRYRELATION
DeclineConsignmentEntryEventConsignmentEntryRelation defining source attribute declineEntryEvents in extension warehousing.public static final String QUANTITY
ConsignmentEntry.quantity attribute defined at extension basecommerce.public static final String SHIPPEDQUANTITY
ConsignmentEntry.shippedQuantity attribute defined at extension basecommerce.public static final String ORDERENTRY
ConsignmentEntry.orderEntry attribute defined at extension basecommerce.public static final String CONSIGNMENT
ConsignmentEntry.consignment attribute defined at extension basecommerce.public static final String QUANTITYDECLINED
ConsignmentEntry.quantityDeclined attribute defined at extension warehousing.public static final String QUANTITYPENDING
ConsignmentEntry.quantityPending attribute defined at extension warehousing.public static final String QUANTITYSHIPPED
ConsignmentEntry.quantityShipped attribute defined at extension warehousing.public static final String DECLINEENTRYEVENTS
ConsignmentEntry.declineEntryEvents attribute defined at extension warehousing.public static final String INVENTORYEVENTS
ConsignmentEntry.inventoryEvents attribute defined at extension warehousing.public static final String SAPORDERENTRYROWNUMBER
ConsignmentEntry.sapOrderEntryRowNumber attribute defined at extension sapmodel.public static final String STATUS
ConsignmentEntry.status attribute defined at extension sapmodel.public ConsignmentEntryModel()
public ConsignmentEntryModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public ConsignmentEntryModel(ConsignmentModel _consignment, AbstractOrderEntryModel _orderEntry, Long _quantity)
_consignment - initial attribute declared by type ConsignmentEntry at extension basecommerce_orderEntry - initial attribute declared by type ConsignmentEntry at extension basecommerce_quantity - initial attribute declared by type ConsignmentEntry at extension basecommerce@Deprecated public ConsignmentEntryModel(ConsignmentModel _consignment, AbstractOrderEntryModel _orderEntry, ItemModel _owner, Long _quantity)
_consignment - initial attribute declared by type ConsignmentEntry at extension basecommerce_orderEntry - initial attribute declared by type ConsignmentEntry at extension basecommerce_owner - initial attribute declared by type Item at extension core_quantity - initial attribute declared by type ConsignmentEntry at extension basecommerce@Accessor(qualifier="consignment", type=GETTER) public ConsignmentModel getConsignment()
ConsignmentEntry.consignment attribute defined at extension basecommerce.@Accessor(qualifier="declineEntryEvents", type=GETTER) public Set<DeclineConsignmentEntryEventModel> getDeclineEntryEvents()
ConsignmentEntry.declineEntryEvents attribute defined at extension warehousing.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="inventoryEvents", type=GETTER) public Collection<InventoryEventModel> getInventoryEvents()
ConsignmentEntry.inventoryEvents attribute defined at extension warehousing.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="orderEntry", type=GETTER) public AbstractOrderEntryModel getOrderEntry()
ConsignmentEntry.orderEntry attribute defined at extension basecommerce.@Accessor(qualifier="quantity", type=GETTER) public Long getQuantity()
ConsignmentEntry.quantity attribute defined at extension basecommerce.@Accessor(qualifier="quantityDeclined", type=GETTER) public Long getQuantityDeclined()
ConsignmentEntry.quantityDeclined dynamic attribute defined at extension warehousing.@Accessor(qualifier="quantityPending", type=GETTER) public Long getQuantityPending()
ConsignmentEntry.quantityPending dynamic attribute defined at extension warehousing.@Accessor(qualifier="quantityShipped", type=GETTER) public Long getQuantityShipped()
ConsignmentEntry.quantityShipped dynamic attribute defined at extension warehousing.@Accessor(qualifier="sapOrderEntryRowNumber", type=GETTER) public int getSapOrderEntryRowNumber()
ConsignmentEntry.sapOrderEntryRowNumber attribute defined at extension sapmodel.@Accessor(qualifier="shippedQuantity", type=GETTER) public Long getShippedQuantity()
ConsignmentEntry.shippedQuantity attribute defined at extension basecommerce.@Accessor(qualifier="status", type=GETTER) public ConsignmentEntryStatus getStatus()
ConsignmentEntry.status attribute defined at extension sapmodel.@Accessor(qualifier="consignment", type=SETTER) public void setConsignment(ConsignmentModel value)
ConsignmentEntry.consignment attribute defined at extension basecommerce. Can only be used at creation of model - before first save.value - the consignment@Accessor(qualifier="declineEntryEvents", type=SETTER) public void setDeclineEntryEvents(Set<DeclineConsignmentEntryEventModel> value)
ConsignmentEntry.declineEntryEvents attribute defined at extension warehousing.value - the declineEntryEvents@Accessor(qualifier="inventoryEvents", type=SETTER) public void setInventoryEvents(Collection<InventoryEventModel> value)
ConsignmentEntry.inventoryEvents attribute defined at extension warehousing.value - the inventoryEvents@Accessor(qualifier="orderEntry", type=SETTER) public void setOrderEntry(AbstractOrderEntryModel value)
ConsignmentEntry.orderEntry attribute defined at extension basecommerce. Can only be used at creation of model - before first save.value - the orderEntry@Accessor(qualifier="quantity", type=SETTER) public void setQuantity(Long value)
ConsignmentEntry.quantity attribute defined at extension basecommerce. Can only be used at creation of model - before first save.value - the quantity@Accessor(qualifier="sapOrderEntryRowNumber", type=SETTER) public void setSapOrderEntryRowNumber(int value)
ConsignmentEntry.sapOrderEntryRowNumber attribute defined at extension sapmodel.value - the sapOrderEntryRowNumber@Accessor(qualifier="shippedQuantity", type=SETTER) public void setShippedQuantity(Long value)
ConsignmentEntry.shippedQuantity attribute defined at extension basecommerce.value - the shippedQuantity@Accessor(qualifier="status", type=SETTER) public void setStatus(ConsignmentEntryStatus value)
ConsignmentEntry.status attribute defined at extension sapmodel.value - the statusCopyright © 2017 SAP SE. All Rights Reserved.