Class DeclineConsignmentEntryEventModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.warehousing.model.ConsignmentEntryEventModel
de.hybris.platform.warehousing.model.DeclineConsignmentEntryEventModel
- All Implemented Interfaces:
Serializable
Generated model class for type DeclineConsignmentEntryEvent first defined at extension warehousing.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofDeclineConsignmentEntryEvent.consignmentEntryattribute defined at extensionwarehousing.static final StringGenerated constant - Attribute key ofDeclineConsignmentEntryEvent.reallocatedWarehouseattribute defined at extensionwarehousing.static final StringGenerated constant - Attribute key ofDeclineConsignmentEntryEvent.reasonattribute defined at extensionwarehousing.Fields inherited from class de.hybris.platform.warehousing.model.ConsignmentEntryEventModel
QUANTITYFields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.DeclineConsignmentEntryEventModel(ItemModel _owner, Long _quantity, DeclineReason _reason) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Default constructor for creation with existing contextDeclineConsignmentEntryEventModel(Long _quantity, DeclineReason _reason) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theDeclineConsignmentEntryEvent.consignmentEntryattribute defined at extensionwarehousing.Generated method - Getter of theDeclineConsignmentEntryEvent.reallocatedWarehouseattribute defined at extensionwarehousing.Generated method - Getter of theDeclineConsignmentEntryEvent.reasonattribute defined at extensionwarehousing.voidGenerated method - Setter ofDeclineConsignmentEntryEvent.consignmentEntryattribute defined at extensionwarehousing.voidGenerated method - Setter ofDeclineConsignmentEntryEvent.reallocatedWarehouseattribute defined at extensionwarehousing.voidsetReason(DeclineReason value) Generated method - Setter ofDeclineConsignmentEntryEvent.reasonattribute defined at extensionwarehousing.Methods inherited from class de.hybris.platform.warehousing.model.ConsignmentEntryEventModel
getQuantity, setQuantityMethods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, 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, writeReplace
-
Field Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
REASON
Generated constant - Attribute key ofDeclineConsignmentEntryEvent.reasonattribute defined at extensionwarehousing.- See Also:
-
REALLOCATEDWAREHOUSE
Generated constant - Attribute key ofDeclineConsignmentEntryEvent.reallocatedWarehouseattribute defined at extensionwarehousing.- See Also:
-
CONSIGNMENTENTRY
Generated constant - Attribute key ofDeclineConsignmentEntryEvent.consignmentEntryattribute defined at extensionwarehousing.- See Also:
-
-
Constructor Details
-
DeclineConsignmentEntryEventModel
public DeclineConsignmentEntryEventModel()Generated constructor - Default constructor for generic creation. -
DeclineConsignmentEntryEventModel
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
DeclineConsignmentEntryEventModel
@Deprecated(since="4.1.1", forRemoval=true) public DeclineConsignmentEntryEventModel(Long _quantity, DeclineReason _reason) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_quantity- initial attribute declared by typeConsignmentEntryEventat extensionwarehousing_reason- initial attribute declared by typeDeclineConsignmentEntryEventat extensionwarehousing
-
DeclineConsignmentEntryEventModel
@Deprecated(since="4.1.1", forRemoval=true) public DeclineConsignmentEntryEventModel(ItemModel _owner, Long _quantity, DeclineReason _reason) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_owner- initial attribute declared by typeItemat extensioncore_quantity- initial attribute declared by typeConsignmentEntryEventat extensionwarehousing_reason- initial attribute declared by typeDeclineConsignmentEntryEventat extensionwarehousing
-
-
Method Details
-
getConsignmentEntry
@Accessor(qualifier="consignmentEntry", type=GETTER) public ConsignmentEntryModel getConsignmentEntry()Generated method - Getter of theDeclineConsignmentEntryEvent.consignmentEntryattribute defined at extensionwarehousing.- Returns:
- the consignmentEntry
-
getReallocatedWarehouse
@Accessor(qualifier="reallocatedWarehouse", type=GETTER) public WarehouseModel getReallocatedWarehouse()Generated method - Getter of theDeclineConsignmentEntryEvent.reallocatedWarehouseattribute defined at extensionwarehousing.- Returns:
- the reallocatedWarehouse - Specifies the warehouse to where the consignment entry items are to be reallocated to.
-
getReason
Generated method - Getter of theDeclineConsignmentEntryEvent.reasonattribute defined at extensionwarehousing.- Returns:
- the reason - Specifies the reason for this decline.
-
setConsignmentEntry
@Accessor(qualifier="consignmentEntry", type=SETTER) public void setConsignmentEntry(ConsignmentEntryModel value) Generated method - Setter ofDeclineConsignmentEntryEvent.consignmentEntryattribute defined at extensionwarehousing.- Parameters:
value- the consignmentEntry
-
setReallocatedWarehouse
@Accessor(qualifier="reallocatedWarehouse", type=SETTER) public void setReallocatedWarehouse(WarehouseModel value) Generated method - Setter ofDeclineConsignmentEntryEvent.reallocatedWarehouseattribute defined at extensionwarehousing.- Parameters:
value- the reallocatedWarehouse - Specifies the warehouse to where the consignment entry items are to be reallocated to.
-
setReason
Generated method - Setter ofDeclineConsignmentEntryEvent.reasonattribute defined at extensionwarehousing.- Parameters:
value- the reason - Specifies the reason for this decline.
-