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

public class PackagingInfoModel extends ItemModel
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

    de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Generated relation code constant for relation Consignment2PackagingInfoRelation defining source attribute consignment in extension warehousing.
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of PackagingInfo.consignment attribute defined at extension warehousing.
    static final String
    Generated constant - Attribute key of PackagingInfo.consignmentPOS attribute defined at extension warehousing.
    static final String
    Generated constant - Attribute key of PackagingInfo.dimensionUnit attribute defined at extension warehousing.
    static final String
    Generated constant - Attribute key of PackagingInfo.grossWeight attribute defined at extension warehousing.
    static final String
    Generated constant - Attribute key of PackagingInfo.height attribute defined at extension warehousing.
    static final String
    Generated constant - Attribute key of PackagingInfo.insuredValue attribute defined at extension warehousing.
    static final String
    Generated constant - Attribute key of PackagingInfo.length attribute defined at extension warehousing.
    static final String
    Generated constant - Attribute key of PackagingInfo.weightUnit attribute defined at extension warehousing.
    static final String
    Generated constant - Attribute key of PackagingInfo.width attribute defined at extension warehousing.

    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
    Generated constructor - Default constructor for generic creation.
    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
    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
    PackagingInfoModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
  • Method Summary

    Modifier and Type
    Method
    Description
    Generated method - Getter of the PackagingInfo.consignment attribute defined at extension warehousing.
    Generated method - Getter of the PackagingInfo.dimensionUnit attribute defined at extension warehousing.
    Generated method - Getter of the PackagingInfo.grossWeight attribute defined at extension warehousing.
    Generated method - Getter of the PackagingInfo.height attribute defined at extension warehousing.
    Generated method - Getter of the PackagingInfo.insuredValue attribute defined at extension warehousing.
    Generated method - Getter of the PackagingInfo.length attribute defined at extension warehousing.
    Generated method - Getter of the PackagingInfo.weightUnit attribute defined at extension warehousing.
    Generated method - Getter of the PackagingInfo.width attribute defined at extension warehousing.
    void
    Generated method - Initial setter of PackagingInfo.consignment attribute defined at extension warehousing.
    void
    Generated method - Setter of PackagingInfo.dimensionUnit attribute defined at extension warehousing.
    void
    Generated method - Setter of PackagingInfo.grossWeight attribute defined at extension warehousing.
    void
    Generated method - Setter of PackagingInfo.height attribute defined at extension warehousing.
    void
    Generated method - Setter of PackagingInfo.insuredValue attribute defined at extension warehousing.
    void
    Generated method - Setter of PackagingInfo.length attribute defined at extension warehousing.
    void
    Generated method - Setter of PackagingInfo.weightUnit attribute defined at extension warehousing.
    void
    Generated method - Setter of PackagingInfo.width attribute defined at extension warehousing.

    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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • _CONSIGNMENT2PACKAGINGINFORELATION

      public static final String _CONSIGNMENT2PACKAGINGINFORELATION
      Generated relation code constant for relation Consignment2PackagingInfoRelation defining source attribute consignment in extension warehousing.
      See Also:
    • WIDTH

      public static final String WIDTH
      Generated constant - Attribute key of PackagingInfo.width attribute defined at extension warehousing.
      See Also:
    • HEIGHT

      public static final String HEIGHT
      Generated constant - Attribute key of PackagingInfo.height attribute defined at extension warehousing.
      See Also:
    • LENGTH

      public static final String LENGTH
      Generated constant - Attribute key of PackagingInfo.length attribute defined at extension warehousing.
      See Also:
    • GROSSWEIGHT

      public static final String GROSSWEIGHT
      Generated constant - Attribute key of PackagingInfo.grossWeight attribute defined at extension warehousing.
      See Also:
    • DIMENSIONUNIT

      public static final String DIMENSIONUNIT
      Generated constant - Attribute key of PackagingInfo.dimensionUnit attribute defined at extension warehousing.
      See Also:
    • WEIGHTUNIT

      public static final String WEIGHTUNIT
      Generated constant - Attribute key of PackagingInfo.weightUnit attribute defined at extension warehousing.
      See Also:
    • INSUREDVALUE

      public static final String INSUREDVALUE
      Generated constant - Attribute key of PackagingInfo.insuredValue attribute defined at extension warehousing.
      See Also:
    • CONSIGNMENTPOS

      public static final String CONSIGNMENTPOS
      Generated constant - Attribute key of PackagingInfo.consignmentPOS attribute defined at extension warehousing.
      See Also:
    • CONSIGNMENT

      public static final String CONSIGNMENT
      Generated constant - Attribute key of PackagingInfo.consignment attribute defined at extension warehousing.
      See Also:
  • Constructor Details

    • PackagingInfoModel

      public PackagingInfoModel()
      Generated constructor - Default constructor for generic creation.
    • PackagingInfoModel

      public PackagingInfoModel(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
    • 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 parameters
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _consignment - initial attribute declared by type PackagingInfo at extension warehousing
    • 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 parameters
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _consignment - initial attribute declared by type PackagingInfo at extension warehousing
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getConsignment

      @Accessor(qualifier="consignment", type=GETTER) public ConsignmentModel getConsignment()
      Generated method - Getter of the PackagingInfo.consignment attribute defined at extension warehousing.
      Returns:
      the consignment
    • getDimensionUnit

      @Accessor(qualifier="dimensionUnit", type=GETTER) public String getDimensionUnit()
      Generated method - Getter of the PackagingInfo.dimensionUnit attribute defined at extension warehousing.
      Returns:
      the dimensionUnit
    • getGrossWeight

      @Accessor(qualifier="grossWeight", type=GETTER) public String getGrossWeight()
      Generated method - Getter of the PackagingInfo.grossWeight attribute defined at extension warehousing.
      Returns:
      the grossWeight
    • getHeight

      @Accessor(qualifier="height", type=GETTER) public String getHeight()
      Generated method - Getter of the PackagingInfo.height attribute defined at extension warehousing.
      Returns:
      the height
    • getInsuredValue

      @Accessor(qualifier="insuredValue", type=GETTER) public String getInsuredValue()
      Generated method - Getter of the PackagingInfo.insuredValue attribute defined at extension warehousing.
      Returns:
      the insuredValue
    • getLength

      @Accessor(qualifier="length", type=GETTER) public String getLength()
      Generated method - Getter of the PackagingInfo.length attribute defined at extension warehousing.
      Returns:
      the length
    • getWeightUnit

      @Accessor(qualifier="weightUnit", type=GETTER) public String getWeightUnit()
      Generated method - Getter of the PackagingInfo.weightUnit attribute defined at extension warehousing.
      Returns:
      the weightUnit
    • getWidth

      @Accessor(qualifier="width", type=GETTER) public String getWidth()
      Generated method - Getter of the PackagingInfo.width attribute defined at extension warehousing.
      Returns:
      the width
    • setConsignment

      @Accessor(qualifier="consignment", type=SETTER) public void setConsignment(ConsignmentModel value)
      Generated method - Initial setter of PackagingInfo.consignment attribute defined at extension warehousing. Can only be used at creation of model - before first save.
      Parameters:
      value - the consignment
    • setDimensionUnit

      @Accessor(qualifier="dimensionUnit", type=SETTER) public void setDimensionUnit(String value)
      Generated method - Setter of PackagingInfo.dimensionUnit attribute defined at extension warehousing.
      Parameters:
      value - the dimensionUnit
    • setGrossWeight

      @Accessor(qualifier="grossWeight", type=SETTER) public void setGrossWeight(String value)
      Generated method - Setter of PackagingInfo.grossWeight attribute defined at extension warehousing.
      Parameters:
      value - the grossWeight
    • setHeight

      @Accessor(qualifier="height", type=SETTER) public void setHeight(String value)
      Generated method - Setter of PackagingInfo.height attribute defined at extension warehousing.
      Parameters:
      value - the height
    • setInsuredValue

      @Accessor(qualifier="insuredValue", type=SETTER) public void setInsuredValue(String value)
      Generated method - Setter of PackagingInfo.insuredValue attribute defined at extension warehousing.
      Parameters:
      value - the insuredValue
    • setLength

      @Accessor(qualifier="length", type=SETTER) public void setLength(String value)
      Generated method - Setter of PackagingInfo.length attribute defined at extension warehousing.
      Parameters:
      value - the length
    • setWeightUnit

      @Accessor(qualifier="weightUnit", type=SETTER) public void setWeightUnit(String value)
      Generated method - Setter of PackagingInfo.weightUnit attribute defined at extension warehousing.
      Parameters:
      value - the weightUnit
    • setWidth

      @Accessor(qualifier="width", type=SETTER) public void setWidth(String value)
      Generated method - Setter of PackagingInfo.width attribute defined at extension warehousing.
      Parameters:
      value - the width