public class ConsignmentEntryModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_DECLINECONSIGNMENTENTRYEVENTCONSIGNMENTENTRYRELATION
Generated relation code constant for relation
DeclineConsignmentEntryEventConsignmentEntryRelation defining source attribute declineEntryEvents in extension warehousing. |
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
AMOUNT
Generated constant - Attribute key of
ConsignmentEntry.amount attribute defined at extension ysapomsreturnprocess. |
static java.lang.String |
CONSIGNMENT
Generated constant - Attribute key of
ConsignmentEntry.consignment attribute defined at extension basecommerce. |
static java.lang.String |
DECLINEENTRYEVENTS
Generated constant - Attribute key of
ConsignmentEntry.declineEntryEvents attribute defined at extension warehousing. |
static java.lang.String |
INVENTORYEVENTS
Generated constant - Attribute key of
ConsignmentEntry.inventoryEvents attribute defined at extension warehousing. |
static java.lang.String |
ORDERENTRY
Generated constant - Attribute key of
ConsignmentEntry.orderEntry attribute defined at extension basecommerce. |
static java.lang.String |
QUANTITY
Generated constant - Attribute key of
ConsignmentEntry.quantity attribute defined at extension basecommerce. |
static java.lang.String |
QUANTITYDECLINED
Generated constant - Attribute key of
ConsignmentEntry.quantityDeclined attribute defined at extension warehousing. |
static java.lang.String |
QUANTITYPENDING
Generated constant - Attribute key of
ConsignmentEntry.quantityPending attribute defined at extension warehousing. |
static java.lang.String |
QUANTITYRETURNEDUPTIL
Generated constant - Attribute key of
ConsignmentEntry.quantityReturnedUptil attribute defined at extension ysapomsreturnprocess. |
static java.lang.String |
QUANTITYSHIPPED
Generated constant - Attribute key of
ConsignmentEntry.quantityShipped attribute defined at extension warehousing. |
static java.lang.String |
RETURNQUANTITY
Generated constant - Attribute key of
ConsignmentEntry.returnQuantity attribute defined at extension ysapomsreturnprocess. |
static java.lang.String |
SAPORDERENTRYROWNUMBER
Generated constant - Attribute key of
ConsignmentEntry.sapOrderEntryRowNumber attribute defined at extension sapmodel. |
static java.lang.String |
SHIPPEDQUANTITY
Generated constant - Attribute key of
ConsignmentEntry.shippedQuantity attribute defined at extension basecommerce. |
static java.lang.String |
STATUS
Generated constant - Attribute key of
ConsignmentEntry.status attribute defined at extension sapmodel. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_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,
java.lang.Long _quantity)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
ConsignmentEntryModel(ConsignmentModel _consignment,
AbstractOrderEntryModel _orderEntry,
java.lang.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 |
|---|---|
java.math.BigDecimal |
getAmount()
Generated method - Getter of the
ConsignmentEntry.amount attribute defined at extension ysapomsreturnprocess. |
ConsignmentModel |
getConsignment()
Generated method - Getter of the
ConsignmentEntry.consignment attribute defined at extension basecommerce. |
java.util.Set<DeclineConsignmentEntryEventModel> |
getDeclineEntryEvents()
Generated method - Getter of the
ConsignmentEntry.declineEntryEvents attribute defined at extension warehousing. |
java.util.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. |
java.lang.Long |
getQuantity()
Generated method - Getter of the
ConsignmentEntry.quantity attribute defined at extension basecommerce. |
java.lang.Long |
getQuantityDeclined()
Generated method - Getter of the
ConsignmentEntry.quantityDeclined dynamic attribute defined at extension warehousing. |
java.lang.Long |
getQuantityPending()
Generated method - Getter of the
ConsignmentEntry.quantityPending dynamic attribute defined at extension warehousing. |
java.lang.Long |
getQuantityReturnedUptil()
Generated method - Getter of the
ConsignmentEntry.quantityReturnedUptil attribute defined at extension ysapomsreturnprocess. |
java.lang.Long |
getQuantityShipped()
Generated method - Getter of the
ConsignmentEntry.quantityShipped dynamic attribute defined at extension warehousing. |
java.lang.Long |
getReturnQuantity()
Generated method - Getter of the
ConsignmentEntry.returnQuantity attribute defined at extension ysapomsreturnprocess. |
int |
getSapOrderEntryRowNumber()
Generated method - Getter of the
ConsignmentEntry.sapOrderEntryRowNumber attribute defined at extension sapmodel. |
java.lang.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 |
setAmount(java.math.BigDecimal value)
Generated method - Setter of
ConsignmentEntry.amount attribute defined at extension ysapomsreturnprocess. |
void |
setConsignment(ConsignmentModel value)
Generated method - Initial setter of
ConsignmentEntry.consignment attribute defined at extension basecommerce. |
void |
setDeclineEntryEvents(java.util.Set<DeclineConsignmentEntryEventModel> value)
Generated method - Setter of
ConsignmentEntry.declineEntryEvents attribute defined at extension warehousing. |
void |
setInventoryEvents(java.util.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(java.lang.Long value)
Generated method - Setter of
ConsignmentEntry.quantity attribute defined at extension basecommerce. |
void |
setQuantityReturnedUptil(java.lang.Long value)
Generated method - Setter of
ConsignmentEntry.quantityReturnedUptil attribute defined at extension ysapomsreturnprocess. |
void |
setReturnQuantity(java.lang.Long value)
Generated method - Setter of
ConsignmentEntry.returnQuantity attribute defined at extension ysapomsreturnprocess. |
void |
setSapOrderEntryRowNumber(int value)
Generated method - Setter of
ConsignmentEntry.sapOrderEntryRowNumber attribute defined at extension sapmodel. |
void |
setShippedQuantity(java.lang.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, isSealed, 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 java.lang.String _TYPECODE
public static final java.lang.String _DECLINECONSIGNMENTENTRYEVENTCONSIGNMENTENTRYRELATION
DeclineConsignmentEntryEventConsignmentEntryRelation defining source attribute declineEntryEvents in extension warehousing.public static final java.lang.String QUANTITY
ConsignmentEntry.quantity attribute defined at extension basecommerce.public static final java.lang.String SHIPPEDQUANTITY
ConsignmentEntry.shippedQuantity attribute defined at extension basecommerce.public static final java.lang.String ORDERENTRY
ConsignmentEntry.orderEntry attribute defined at extension basecommerce.public static final java.lang.String CONSIGNMENT
ConsignmentEntry.consignment attribute defined at extension basecommerce.public static final java.lang.String SAPORDERENTRYROWNUMBER
ConsignmentEntry.sapOrderEntryRowNumber attribute defined at extension sapmodel.public static final java.lang.String STATUS
ConsignmentEntry.status attribute defined at extension sapmodel.public static final java.lang.String QUANTITYDECLINED
ConsignmentEntry.quantityDeclined attribute defined at extension warehousing.public static final java.lang.String QUANTITYPENDING
ConsignmentEntry.quantityPending attribute defined at extension warehousing.public static final java.lang.String QUANTITYSHIPPED
ConsignmentEntry.quantityShipped attribute defined at extension warehousing.public static final java.lang.String DECLINEENTRYEVENTS
ConsignmentEntry.declineEntryEvents attribute defined at extension warehousing.public static final java.lang.String INVENTORYEVENTS
ConsignmentEntry.inventoryEvents attribute defined at extension warehousing.public static final java.lang.String RETURNQUANTITY
ConsignmentEntry.returnQuantity attribute defined at extension ysapomsreturnprocess.public static final java.lang.String QUANTITYRETURNEDUPTIL
ConsignmentEntry.quantityReturnedUptil attribute defined at extension ysapomsreturnprocess.public static final java.lang.String AMOUNT
ConsignmentEntry.amount attribute defined at extension ysapomsreturnprocess.public ConsignmentEntryModel()
public ConsignmentEntryModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public ConsignmentEntryModel(ConsignmentModel _consignment, AbstractOrderEntryModel _orderEntry, java.lang.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, java.lang.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="amount", type=GETTER) public java.math.BigDecimal getAmount()
ConsignmentEntry.amount attribute defined at extension ysapomsreturnprocess.@Accessor(qualifier="consignment", type=GETTER) public ConsignmentModel getConsignment()
ConsignmentEntry.consignment attribute defined at extension basecommerce.@Accessor(qualifier="declineEntryEvents", type=GETTER) public java.util.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 java.util.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 java.lang.Long getQuantity()
ConsignmentEntry.quantity attribute defined at extension basecommerce.@Accessor(qualifier="quantityDeclined", type=GETTER) public java.lang.Long getQuantityDeclined()
ConsignmentEntry.quantityDeclined dynamic attribute defined at extension warehousing.@Accessor(qualifier="quantityPending", type=GETTER) public java.lang.Long getQuantityPending()
ConsignmentEntry.quantityPending dynamic attribute defined at extension warehousing.@Accessor(qualifier="quantityReturnedUptil", type=GETTER) public java.lang.Long getQuantityReturnedUptil()
ConsignmentEntry.quantityReturnedUptil attribute defined at extension ysapomsreturnprocess.@Accessor(qualifier="quantityShipped", type=GETTER) public java.lang.Long getQuantityShipped()
ConsignmentEntry.quantityShipped dynamic attribute defined at extension warehousing.@Accessor(qualifier="returnQuantity", type=GETTER) public java.lang.Long getReturnQuantity()
ConsignmentEntry.returnQuantity attribute defined at extension ysapomsreturnprocess.@Accessor(qualifier="sapOrderEntryRowNumber", type=GETTER) public int getSapOrderEntryRowNumber()
ConsignmentEntry.sapOrderEntryRowNumber attribute defined at extension sapmodel.@Accessor(qualifier="shippedQuantity", type=GETTER) public java.lang.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="amount", type=SETTER) public void setAmount(java.math.BigDecimal value)
ConsignmentEntry.amount attribute defined at extension ysapomsreturnprocess.value - the amount@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(java.util.Set<DeclineConsignmentEntryEventModel> value)
ConsignmentEntry.declineEntryEvents attribute defined at extension warehousing.value - the declineEntryEvents@Accessor(qualifier="inventoryEvents", type=SETTER) public void setInventoryEvents(java.util.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(java.lang.Long value)
ConsignmentEntry.quantity attribute defined at extension basecommerce.value - the quantity@Accessor(qualifier="quantityReturnedUptil", type=SETTER) public void setQuantityReturnedUptil(java.lang.Long value)
ConsignmentEntry.quantityReturnedUptil attribute defined at extension ysapomsreturnprocess.value - the quantityReturnedUptil@Accessor(qualifier="returnQuantity", type=SETTER) public void setReturnQuantity(java.lang.Long value)
ConsignmentEntry.returnQuantity attribute defined at extension ysapomsreturnprocess.value - the returnQuantity@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(java.lang.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 © 2018 SAP SE. All Rights Reserved.