Class ConsignmentEntryModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.ordersplitting.model.ConsignmentEntryModel
- All Implemented Interfaces:
Serializable
Generated model class for type ConsignmentEntry first defined at extension basecommerce.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofConsignmentEntry.consignmentattribute defined at extensionbasecommerce.static final StringGenerated constant - Attribute key ofConsignmentEntry.orderEntryattribute defined at extensionbasecommerce.static final StringGenerated constant - Attribute key ofConsignmentEntry.quantityattribute defined at extensionbasecommerce.static final StringGenerated constant - Attribute key ofConsignmentEntry.shippedQuantityattribute defined at extensionbasecommerce.Fields 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.ConsignmentEntryModel(ConsignmentModel _consignment, AbstractOrderEntryModel _orderEntry, ItemModel _owner, Long _quantity) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersConsignmentEntryModel(ConsignmentModel _consignment, AbstractOrderEntryModel _orderEntry, Long _quantity) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersConsignmentEntryModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theConsignmentEntry.consignmentattribute defined at extensionbasecommerce.Generated method - Getter of theConsignmentEntry.orderEntryattribute defined at extensionbasecommerce.Generated method - Getter of theConsignmentEntry.quantityattribute defined at extensionbasecommerce.Generated method - Getter of theConsignmentEntry.shippedQuantityattribute defined at extensionbasecommerce.voidsetConsignment(ConsignmentModel value) Generated method - Initial setter ofConsignmentEntry.consignmentattribute defined at extensionbasecommerce.voidGenerated method - Initial setter ofConsignmentEntry.orderEntryattribute defined at extensionbasecommerce.voidsetQuantity(Long value) Generated method - Setter ofConsignmentEntry.quantityattribute defined at extensionbasecommerce.voidsetShippedQuantity(Long value) Generated method - Setter ofConsignmentEntry.shippedQuantityattribute defined at extensionbasecommerce.Methods 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:
-
QUANTITY
Generated constant - Attribute key ofConsignmentEntry.quantityattribute defined at extensionbasecommerce.- See Also:
-
SHIPPEDQUANTITY
Generated constant - Attribute key ofConsignmentEntry.shippedQuantityattribute defined at extensionbasecommerce.- See Also:
-
ORDERENTRY
Generated constant - Attribute key ofConsignmentEntry.orderEntryattribute defined at extensionbasecommerce.- See Also:
-
CONSIGNMENT
Generated constant - Attribute key ofConsignmentEntry.consignmentattribute defined at extensionbasecommerce.- See Also:
-
-
Constructor Details
-
ConsignmentEntryModel
public ConsignmentEntryModel()Generated constructor - Default constructor for generic creation. -
ConsignmentEntryModel
public ConsignmentEntryModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
ConsignmentEntryModel
@Deprecated(since="4.1.1", forRemoval=true) public ConsignmentEntryModel(ConsignmentModel _consignment, AbstractOrderEntryModel _orderEntry, Long _quantity) 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:
_consignment- initial attribute declared by typeConsignmentEntryat extensionbasecommerce_orderEntry- initial attribute declared by typeConsignmentEntryat extensionbasecommerce_quantity- initial attribute declared by typeConsignmentEntryat extensionbasecommerce
-
ConsignmentEntryModel
@Deprecated(since="4.1.1", forRemoval=true) public ConsignmentEntryModel(ConsignmentModel _consignment, AbstractOrderEntryModel _orderEntry, ItemModel _owner, Long _quantity) 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:
_consignment- initial attribute declared by typeConsignmentEntryat extensionbasecommerce_orderEntry- initial attribute declared by typeConsignmentEntryat extensionbasecommerce_owner- initial attribute declared by typeItemat extensioncore_quantity- initial attribute declared by typeConsignmentEntryat extensionbasecommerce
-
-
Method Details
-
getConsignment
Generated method - Getter of theConsignmentEntry.consignmentattribute defined at extensionbasecommerce.- Returns:
- the consignment
-
getOrderEntry
Generated method - Getter of theConsignmentEntry.orderEntryattribute defined at extensionbasecommerce.- Returns:
- the orderEntry
-
getQuantity
Generated method - Getter of theConsignmentEntry.quantityattribute defined at extensionbasecommerce.- Returns:
- the quantity
-
getShippedQuantity
Generated method - Getter of theConsignmentEntry.shippedQuantityattribute defined at extensionbasecommerce.- Returns:
- the shippedQuantity
-
setConsignment
Generated method - Initial setter ofConsignmentEntry.consignmentattribute defined at extensionbasecommerce. Can only be used at creation of model - before first save.- Parameters:
value- the consignment
-
setOrderEntry
@Accessor(qualifier="orderEntry", type=SETTER) public void setOrderEntry(AbstractOrderEntryModel value) Generated method - Initial setter ofConsignmentEntry.orderEntryattribute defined at extensionbasecommerce. Can only be used at creation of model - before first save.- Parameters:
value- the orderEntry
-
setQuantity
Generated method - Setter ofConsignmentEntry.quantityattribute defined at extensionbasecommerce.- Parameters:
value- the quantity
-
setShippedQuantity
Generated method - Setter ofConsignmentEntry.shippedQuantityattribute defined at extensionbasecommerce.- Parameters:
value- the shippedQuantity
-