Class PackagingInfoModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.warehousing.model.PackagingInfoModel
- All Implemented Interfaces:
Serializable
Generated model class for type PackagingInfo first defined at extension warehousing.
Represents the attributes of packages in a consignment.
- 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 relation code constant for relationConsignment2PackagingInfoRelationdefining source attributeconsignmentin extensionwarehousing.static final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofPackagingInfo.consignmentattribute defined at extensionwarehousing.static final StringGenerated constant - Attribute key ofPackagingInfo.consignmentPOSattribute defined at extensionwarehousing.static final StringGenerated constant - Attribute key ofPackagingInfo.dimensionUnitattribute defined at extensionwarehousing.static final StringGenerated constant - Attribute key ofPackagingInfo.grossWeightattribute defined at extensionwarehousing.static final StringGenerated constant - Attribute key ofPackagingInfo.heightattribute defined at extensionwarehousing.static final StringGenerated constant - Attribute key ofPackagingInfo.insuredValueattribute defined at extensionwarehousing.static final StringGenerated constant - Attribute key ofPackagingInfo.lengthattribute defined at extensionwarehousing.static final StringGenerated constant - Attribute key ofPackagingInfo.weightUnitattribute defined at extensionwarehousing.static final StringGenerated constant - Attribute key ofPackagingInfo.widthattribute defined at extensionwarehousing.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.PackagingInfoModel(ConsignmentModel _consignment) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPackagingInfoModel(ConsignmentModel _consignment, ItemModel _owner) 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 context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of thePackagingInfo.consignmentattribute defined at extensionwarehousing.Generated method - Getter of thePackagingInfo.dimensionUnitattribute defined at extensionwarehousing.Generated method - Getter of thePackagingInfo.grossWeightattribute defined at extensionwarehousing.Generated method - Getter of thePackagingInfo.heightattribute defined at extensionwarehousing.Generated method - Getter of thePackagingInfo.insuredValueattribute defined at extensionwarehousing.Generated method - Getter of thePackagingInfo.lengthattribute defined at extensionwarehousing.Generated method - Getter of thePackagingInfo.weightUnitattribute defined at extensionwarehousing.getWidth()Generated method - Getter of thePackagingInfo.widthattribute defined at extensionwarehousing.voidsetConsignment(ConsignmentModel value) Generated method - Initial setter ofPackagingInfo.consignmentattribute defined at extensionwarehousing.voidsetDimensionUnit(String value) Generated method - Setter ofPackagingInfo.dimensionUnitattribute defined at extensionwarehousing.voidsetGrossWeight(String value) Generated method - Setter ofPackagingInfo.grossWeightattribute defined at extensionwarehousing.voidGenerated method - Setter ofPackagingInfo.heightattribute defined at extensionwarehousing.voidsetInsuredValue(String value) Generated method - Setter ofPackagingInfo.insuredValueattribute defined at extensionwarehousing.voidGenerated method - Setter ofPackagingInfo.lengthattribute defined at extensionwarehousing.voidsetWeightUnit(String value) Generated method - Setter ofPackagingInfo.weightUnitattribute defined at extensionwarehousing.voidGenerated method - Setter ofPackagingInfo.widthattribute defined at extensionwarehousing.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:
-
_CONSIGNMENT2PACKAGINGINFORELATION
Generated relation code constant for relationConsignment2PackagingInfoRelationdefining source attributeconsignmentin extensionwarehousing.- See Also:
-
WIDTH
Generated constant - Attribute key ofPackagingInfo.widthattribute defined at extensionwarehousing.- See Also:
-
HEIGHT
Generated constant - Attribute key ofPackagingInfo.heightattribute defined at extensionwarehousing.- See Also:
-
LENGTH
Generated constant - Attribute key ofPackagingInfo.lengthattribute defined at extensionwarehousing.- See Also:
-
GROSSWEIGHT
Generated constant - Attribute key ofPackagingInfo.grossWeightattribute defined at extensionwarehousing.- See Also:
-
DIMENSIONUNIT
Generated constant - Attribute key ofPackagingInfo.dimensionUnitattribute defined at extensionwarehousing.- See Also:
-
WEIGHTUNIT
Generated constant - Attribute key ofPackagingInfo.weightUnitattribute defined at extensionwarehousing.- See Also:
-
INSUREDVALUE
Generated constant - Attribute key ofPackagingInfo.insuredValueattribute defined at extensionwarehousing.- See Also:
-
CONSIGNMENTPOS
Generated constant - Attribute key ofPackagingInfo.consignmentPOSattribute defined at extensionwarehousing.- See Also:
-
CONSIGNMENT
Generated constant - Attribute key ofPackagingInfo.consignmentattribute defined at extensionwarehousing.- See Also:
-
-
Constructor Details
-
PackagingInfoModel
public PackagingInfoModel()Generated constructor - Default constructor for generic creation. -
PackagingInfoModel
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
PackagingInfoModel
@Deprecated(since="4.1.1", forRemoval=true) public PackagingInfoModel(ConsignmentModel _consignment) 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 typePackagingInfoat extensionwarehousing
-
PackagingInfoModel
@Deprecated(since="4.1.1", forRemoval=true) public PackagingInfoModel(ConsignmentModel _consignment, ItemModel _owner) 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 typePackagingInfoat extensionwarehousing_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getConsignment
Generated method - Getter of thePackagingInfo.consignmentattribute defined at extensionwarehousing.- Returns:
- the consignment
-
getDimensionUnit
Generated method - Getter of thePackagingInfo.dimensionUnitattribute defined at extensionwarehousing.- Returns:
- the dimensionUnit
-
getGrossWeight
Generated method - Getter of thePackagingInfo.grossWeightattribute defined at extensionwarehousing.- Returns:
- the grossWeight
-
getHeight
Generated method - Getter of thePackagingInfo.heightattribute defined at extensionwarehousing.- Returns:
- the height
-
getInsuredValue
Generated method - Getter of thePackagingInfo.insuredValueattribute defined at extensionwarehousing.- Returns:
- the insuredValue
-
getLength
Generated method - Getter of thePackagingInfo.lengthattribute defined at extensionwarehousing.- Returns:
- the length
-
getWeightUnit
Generated method - Getter of thePackagingInfo.weightUnitattribute defined at extensionwarehousing.- Returns:
- the weightUnit
-
getWidth
Generated method - Getter of thePackagingInfo.widthattribute defined at extensionwarehousing.- Returns:
- the width
-
setConsignment
Generated method - Initial setter ofPackagingInfo.consignmentattribute defined at extensionwarehousing. Can only be used at creation of model - before first save.- Parameters:
value- the consignment
-
setDimensionUnit
Generated method - Setter ofPackagingInfo.dimensionUnitattribute defined at extensionwarehousing.- Parameters:
value- the dimensionUnit
-
setGrossWeight
Generated method - Setter ofPackagingInfo.grossWeightattribute defined at extensionwarehousing.- Parameters:
value- the grossWeight
-
setHeight
Generated method - Setter ofPackagingInfo.heightattribute defined at extensionwarehousing.- Parameters:
value- the height
-
setInsuredValue
Generated method - Setter ofPackagingInfo.insuredValueattribute defined at extensionwarehousing.- Parameters:
value- the insuredValue
-
setLength
Generated method - Setter ofPackagingInfo.lengthattribute defined at extensionwarehousing.- Parameters:
value- the length
-
setWeightUnit
Generated method - Setter ofPackagingInfo.weightUnitattribute defined at extensionwarehousing.- Parameters:
value- the weightUnit
-
setWidth
Generated method - Setter ofPackagingInfo.widthattribute defined at extensionwarehousing.- Parameters:
value- the width
-