public class DeclineConsignmentEntryEventModel extends ConsignmentEntryEventModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CONSIGNMENTENTRY
Generated constant - Attribute key of
DeclineConsignmentEntryEvent.consignmentEntry attribute defined at extension warehousing. |
static String |
REALLOCATEDWAREHOUSE
Generated constant - Attribute key of
DeclineConsignmentEntryEvent.reallocatedWarehouse attribute defined at extension warehousing. |
static String |
REASON
Generated constant - Attribute key of
DeclineConsignmentEntryEvent.reason attribute defined at extension warehousing. |
QUANTITY_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_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,
Long _quantity,
DeclineReason _reason)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
DeclineConsignmentEntryEventModel(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, 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 REASON
DeclineConsignmentEntryEvent.reason attribute defined at extension warehousing.public static final String REALLOCATEDWAREHOUSE
DeclineConsignmentEntryEvent.reallocatedWarehouse attribute defined at extension warehousing.public static final 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(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, 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 © 2017 SAP SE. All Rights Reserved.