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:
java.io.Serializable
public class ConsignmentEntryModel extends ItemModel
Generated model class for type ConsignmentEntry first defined at extension basecommerce.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_DECLINECONSIGNMENTENTRYEVENTCONSIGNMENTENTRYRELATIONGenerated relation code constant for relationDeclineConsignmentEntryEventConsignmentEntryRelationdefining source attributedeclineEntryEventsin extensionwarehousing.static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringCONSIGNMENTGenerated constant - Attribute key ofConsignmentEntry.consignmentattribute defined at extensionbasecommerce.static java.lang.StringDECLINEENTRYEVENTSGenerated constant - Attribute key ofConsignmentEntry.declineEntryEventsattribute defined at extensionwarehousing.static java.lang.StringINVENTORYEVENTSGenerated constant - Attribute key ofConsignmentEntry.inventoryEventsattribute defined at extensionwarehousing.static java.lang.StringORDERENTRYGenerated constant - Attribute key ofConsignmentEntry.orderEntryattribute defined at extensionbasecommerce.static java.lang.StringQUANTITYGenerated constant - Attribute key ofConsignmentEntry.quantityattribute defined at extensionbasecommerce.static java.lang.StringQUANTITYDECLINEDGenerated constant - Attribute key ofConsignmentEntry.quantityDeclinedattribute defined at extensionwarehousing.static java.lang.StringQUANTITYPENDINGGenerated constant - Attribute key ofConsignmentEntry.quantityPendingattribute defined at extensionwarehousing.static java.lang.StringQUANTITYSHIPPEDGenerated constant - Attribute key ofConsignmentEntry.quantityShippedattribute defined at extensionwarehousing.static java.lang.StringSHIPPEDQUANTITYGenerated 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, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description ConsignmentEntryModel()Generated constructor - Default constructor for generic creation.ConsignmentEntryModel(ConsignmentModel _consignment, AbstractOrderEntryModel _orderEntry, ItemModel _owner, java.lang.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, java.lang.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(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing context
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConsignmentModelgetConsignment()Generated method - Getter of theConsignmentEntry.consignmentattribute defined at extensionbasecommerce.java.util.Set<DeclineConsignmentEntryEventModel>getDeclineEntryEvents()Generated method - Getter of theConsignmentEntry.declineEntryEventsattribute defined at extensionwarehousing.java.util.Collection<InventoryEventModel>getInventoryEvents()Generated method - Getter of theConsignmentEntry.inventoryEventsattribute defined at extensionwarehousing.AbstractOrderEntryModelgetOrderEntry()Generated method - Getter of theConsignmentEntry.orderEntryattribute defined at extensionbasecommerce.java.lang.LonggetQuantity()Generated method - Getter of theConsignmentEntry.quantityattribute defined at extensionbasecommerce.java.lang.LonggetQuantityDeclined()Generated method - Getter of theConsignmentEntry.quantityDeclineddynamic attribute defined at extensionwarehousing.java.lang.LonggetQuantityPending()Generated method - Getter of theConsignmentEntry.quantityPendingdynamic attribute defined at extensionwarehousing.java.lang.LonggetQuantityShipped()Generated method - Getter of theConsignmentEntry.quantityShippeddynamic attribute defined at extensionwarehousing.java.lang.LonggetShippedQuantity()Generated method - Getter of theConsignmentEntry.shippedQuantityattribute defined at extensionbasecommerce.voidsetConsignment(ConsignmentModel value)Generated method - Initial setter ofConsignmentEntry.consignmentattribute defined at extensionbasecommerce.voidsetDeclineEntryEvents(java.util.Set<DeclineConsignmentEntryEventModel> value)Generated method - Setter ofConsignmentEntry.declineEntryEventsattribute defined at extensionwarehousing.voidsetInventoryEvents(java.util.Collection<InventoryEventModel> value)Generated method - Setter ofConsignmentEntry.inventoryEventsattribute defined at extensionwarehousing.voidsetOrderEntry(AbstractOrderEntryModel value)Generated method - Initial setter ofConsignmentEntry.orderEntryattribute defined at extensionbasecommerce.voidsetQuantity(java.lang.Long value)Generated method - Setter ofConsignmentEntry.quantityattribute defined at extensionbasecommerce.voidsetShippedQuantity(java.lang.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, setOwner
-
Methods 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 Detail
-
_TYPECODE
public static final java.lang.String _TYPECODE
Generated model type code constant.- See Also:
- Constant Field Values
-
_DECLINECONSIGNMENTENTRYEVENTCONSIGNMENTENTRYRELATION
public static final java.lang.String _DECLINECONSIGNMENTENTRYEVENTCONSIGNMENTENTRYRELATION
Generated relation code constant for relationDeclineConsignmentEntryEventConsignmentEntryRelationdefining source attributedeclineEntryEventsin extensionwarehousing.- See Also:
- Constant Field Values
-
QUANTITY
public static final java.lang.String QUANTITY
Generated constant - Attribute key ofConsignmentEntry.quantityattribute defined at extensionbasecommerce.- See Also:
- Constant Field Values
-
SHIPPEDQUANTITY
public static final java.lang.String SHIPPEDQUANTITY
Generated constant - Attribute key ofConsignmentEntry.shippedQuantityattribute defined at extensionbasecommerce.- See Also:
- Constant Field Values
-
ORDERENTRY
public static final java.lang.String ORDERENTRY
Generated constant - Attribute key ofConsignmentEntry.orderEntryattribute defined at extensionbasecommerce.- See Also:
- Constant Field Values
-
CONSIGNMENT
public static final java.lang.String CONSIGNMENT
Generated constant - Attribute key ofConsignmentEntry.consignmentattribute defined at extensionbasecommerce.- See Also:
- Constant Field Values
-
QUANTITYDECLINED
public static final java.lang.String QUANTITYDECLINED
Generated constant - Attribute key ofConsignmentEntry.quantityDeclinedattribute defined at extensionwarehousing.- See Also:
- Constant Field Values
-
QUANTITYPENDING
public static final java.lang.String QUANTITYPENDING
Generated constant - Attribute key ofConsignmentEntry.quantityPendingattribute defined at extensionwarehousing.- See Also:
- Constant Field Values
-
QUANTITYSHIPPED
public static final java.lang.String QUANTITYSHIPPED
Generated constant - Attribute key ofConsignmentEntry.quantityShippedattribute defined at extensionwarehousing.- See Also:
- Constant Field Values
-
DECLINEENTRYEVENTS
public static final java.lang.String DECLINEENTRYEVENTS
Generated constant - Attribute key ofConsignmentEntry.declineEntryEventsattribute defined at extensionwarehousing.- See Also:
- Constant Field Values
-
INVENTORYEVENTS
public static final java.lang.String INVENTORYEVENTS
Generated constant - Attribute key ofConsignmentEntry.inventoryEventsattribute defined at extensionwarehousing.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ConsignmentEntryModel
public ConsignmentEntryModel()
Generated constructor - Default constructor for generic creation.
-
ConsignmentEntryModel
public ConsignmentEntryModel(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, java.lang.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, java.lang.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 Detail
-
getConsignment
@Accessor(qualifier="consignment", type=GETTER) public ConsignmentModel getConsignment()
Generated method - Getter of theConsignmentEntry.consignmentattribute defined at extensionbasecommerce.- Returns:
- the consignment
-
getDeclineEntryEvents
@Accessor(qualifier="declineEntryEvents", type=GETTER) public java.util.Set<DeclineConsignmentEntryEventModel> getDeclineEntryEvents()
Generated method - Getter of theConsignmentEntry.declineEntryEventsattribute defined at extensionwarehousing. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the declineEntryEvents
-
getInventoryEvents
@Accessor(qualifier="inventoryEvents", type=GETTER) public java.util.Collection<InventoryEventModel> getInventoryEvents()
Generated method - Getter of theConsignmentEntry.inventoryEventsattribute defined at extensionwarehousing. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the inventoryEvents
-
getOrderEntry
@Accessor(qualifier="orderEntry", type=GETTER) public AbstractOrderEntryModel getOrderEntry()
Generated method - Getter of theConsignmentEntry.orderEntryattribute defined at extensionbasecommerce.- Returns:
- the orderEntry
-
getQuantity
@Accessor(qualifier="quantity", type=GETTER) public java.lang.Long getQuantity()
Generated method - Getter of theConsignmentEntry.quantityattribute defined at extensionbasecommerce.- Returns:
- the quantity
-
getQuantityDeclined
@Accessor(qualifier="quantityDeclined", type=GETTER) public java.lang.Long getQuantityDeclined()
Generated method - Getter of theConsignmentEntry.quantityDeclineddynamic attribute defined at extensionwarehousing.- Returns:
- the quantityDeclined
-
getQuantityPending
@Accessor(qualifier="quantityPending", type=GETTER) public java.lang.Long getQuantityPending()
Generated method - Getter of theConsignmentEntry.quantityPendingdynamic attribute defined at extensionwarehousing.- Returns:
- the quantityPending
-
getQuantityShipped
@Accessor(qualifier="quantityShipped", type=GETTER) public java.lang.Long getQuantityShipped()
Generated method - Getter of theConsignmentEntry.quantityShippeddynamic attribute defined at extensionwarehousing.- Returns:
- the quantityShipped
-
getShippedQuantity
@Accessor(qualifier="shippedQuantity", type=GETTER) public java.lang.Long getShippedQuantity()
Generated method - Getter of theConsignmentEntry.shippedQuantityattribute defined at extensionbasecommerce.- Returns:
- the shippedQuantity
-
setConsignment
@Accessor(qualifier="consignment", type=SETTER) public void setConsignment(ConsignmentModel value)
Generated method - Initial setter ofConsignmentEntry.consignmentattribute defined at extensionbasecommerce. Can only be used at creation of model - before first save.- Parameters:
value- the consignment
-
setDeclineEntryEvents
@Accessor(qualifier="declineEntryEvents", type=SETTER) public void setDeclineEntryEvents(java.util.Set<DeclineConsignmentEntryEventModel> value)
Generated method - Setter ofConsignmentEntry.declineEntryEventsattribute defined at extensionwarehousing.- Parameters:
value- the declineEntryEvents
-
setInventoryEvents
@Accessor(qualifier="inventoryEvents", type=SETTER) public void setInventoryEvents(java.util.Collection<InventoryEventModel> value)
Generated method - Setter ofConsignmentEntry.inventoryEventsattribute defined at extensionwarehousing.- Parameters:
value- the inventoryEvents
-
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
@Accessor(qualifier="quantity", type=SETTER) public void setQuantity(java.lang.Long value)
Generated method - Setter ofConsignmentEntry.quantityattribute defined at extensionbasecommerce.- Parameters:
value- the quantity
-
-