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
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringCONSIGNMENTGenerated constant - Attribute key ofConsignmentEntry.consignmentattribute defined at extensionbasecommerce.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.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
-
-
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(de.hybris.platform.servicelayer.model.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.AbstractOrderEntryModelgetOrderEntry()Generated method - Getter of theConsignmentEntry.orderEntryattribute defined at extensionbasecommerce.java.lang.LonggetQuantity()Generated method - Getter of theConsignmentEntry.quantityattribute defined at extensionbasecommerce.java.lang.LonggetShippedQuantity()Generated method - Getter of theConsignmentEntry.shippedQuantityattribute defined at extensionbasecommerce.voidsetConsignment(ConsignmentModel value)Generated method - Initial setter ofConsignmentEntry.consignmentattribute defined at extensionbasecommerce.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
-
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
-
-
Constructor Detail
-
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, 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
-
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
-
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
-
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
-
setShippedQuantity
@Accessor(qualifier="shippedQuantity", type=SETTER) public void setShippedQuantity(java.lang.Long value)Generated method - Setter ofConsignmentEntry.shippedQuantityattribute defined at extensionbasecommerce.- Parameters:
value- the shippedQuantity
-
-