public class DeclineConsignmentEntryEventModel extends ConsignmentEntryEventModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
CONSIGNMENTENTRY
Generated constant - Attribute key of
DeclineConsignmentEntryEvent.consignmentEntry attribute defined at extension warehousing. |
static java.lang.String |
REALLOCATEDWAREHOUSE
Generated constant - Attribute key of
DeclineConsignmentEntryEvent.reallocatedWarehouse attribute defined at extension warehousing. |
static java.lang.String |
REASON
Generated constant - Attribute key of
DeclineConsignmentEntryEvent.reason attribute defined at extension warehousing. |
QUANTITY_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
DeclineConsignmentEntryEventModel()
Generated constructor - Default constructor for generic creation.
|
DeclineConsignmentEntryEventModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
DeclineConsignmentEntryEventModel(ItemModel _owner,
java.lang.Long _quantity,
DeclineReason _reason)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
DeclineConsignmentEntryEventModel(java.lang.Long _quantity,
DeclineReason _reason)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
ConsignmentEntryModel |
getConsignmentEntry()
Generated method - Getter of the
DeclineConsignmentEntryEvent.consignmentEntry attribute defined at extension warehousing. |
WarehouseModel |
getReallocatedWarehouse()
Generated method - Getter of the
DeclineConsignmentEntryEvent.reallocatedWarehouse attribute defined at extension warehousing. |
DeclineReason |
getReason()
Generated method - Getter of the
DeclineConsignmentEntryEvent.reason attribute defined at extension warehousing. |
void |
setConsignmentEntry(ConsignmentEntryModel value)
Generated method - Setter of
DeclineConsignmentEntryEvent.consignmentEntry attribute defined at extension warehousing. |
void |
setReallocatedWarehouse(WarehouseModel value)
Generated method - Setter of
DeclineConsignmentEntryEvent.reallocatedWarehouse attribute defined at extension warehousing. |
void |
setReason(DeclineReason value)
Generated method - Setter of
DeclineConsignmentEntryEvent.reason attribute defined at extension warehousing. |
getQuantity, setQuantitygetComments, 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 REASON
DeclineConsignmentEntryEvent.reason attribute defined at extension warehousing.public static final java.lang.String REALLOCATEDWAREHOUSE
DeclineConsignmentEntryEvent.reallocatedWarehouse attribute defined at extension warehousing.public static final java.lang.String CONSIGNMENTENTRY
DeclineConsignmentEntryEvent.consignmentEntry attribute defined at extension warehousing.public DeclineConsignmentEntryEventModel()
public DeclineConsignmentEntryEventModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public DeclineConsignmentEntryEventModel(java.lang.Long _quantity,
DeclineReason _reason)
_quantity - initial attribute declared by type ConsignmentEntryEvent at extension warehousing_reason - initial attribute declared by type DeclineConsignmentEntryEvent at extension warehousing@Deprecated public DeclineConsignmentEntryEventModel(ItemModel _owner, java.lang.Long _quantity, DeclineReason _reason)
_owner - initial attribute declared by type Item at extension core_quantity - initial attribute declared by type ConsignmentEntryEvent at extension warehousing_reason - initial attribute declared by type DeclineConsignmentEntryEvent at extension warehousing@Accessor(qualifier="consignmentEntry", type=GETTER) public ConsignmentEntryModel getConsignmentEntry()
DeclineConsignmentEntryEvent.consignmentEntry attribute defined at extension warehousing.@Accessor(qualifier="reallocatedWarehouse", type=GETTER) public WarehouseModel getReallocatedWarehouse()
DeclineConsignmentEntryEvent.reallocatedWarehouse attribute defined at extension warehousing.@Accessor(qualifier="reason", type=GETTER) public DeclineReason getReason()
DeclineConsignmentEntryEvent.reason attribute defined at extension warehousing.@Accessor(qualifier="consignmentEntry", type=SETTER) public void setConsignmentEntry(ConsignmentEntryModel value)
DeclineConsignmentEntryEvent.consignmentEntry attribute defined at extension warehousing.value - the consignmentEntry@Accessor(qualifier="reallocatedWarehouse", type=SETTER) public void setReallocatedWarehouse(WarehouseModel value)
DeclineConsignmentEntryEvent.reallocatedWarehouse attribute defined at extension warehousing.value - the reallocatedWarehouse - Specifies the warehouse to where the consignment entry items are to be reallocated to.@Accessor(qualifier="reason", type=SETTER) public void setReason(DeclineReason value)
DeclineConsignmentEntryEvent.reason attribute defined at extension warehousing.value - the reason - Specifies the reason for this decline.Copyright © 2018 SAP SE. All Rights Reserved.