Class StockLevelHistoryEntryModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.stock.model.StockLevelHistoryEntryModel
All Implemented Interfaces:
Serializable

public class StockLevelHistoryEntryModel extends ItemModel
Generated model class for type StockLevelHistoryEntry 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

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Generated relation code constant for relation StockLevelStockLevelHistoryEntryRelation defining source attribute stockLevel in extension basecommerce.
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of StockLevelHistoryEntry.actual attribute defined at extension basecommerce.
    static final String
    Generated constant - Attribute key of StockLevelHistoryEntry.comment attribute defined at extension basecommerce.
    static final String
    Generated constant - Attribute key of StockLevelHistoryEntry.reserved attribute defined at extension basecommerce.
    static final String
    Generated constant - Attribute key of StockLevelHistoryEntry.stockLevel attribute defined at extension basecommerce.
    static final String
    Generated constant - Attribute key of StockLevelHistoryEntry.stockLevelPOS attribute defined at extension basecommerce.
    static final String
    Generated constant - Attribute key of StockLevelHistoryEntry.updateDate attribute defined at extension basecommerce.
    static final String
    Generated constant - Attribute key of StockLevelHistoryEntry.updateType attribute defined at extension basecommerce.

    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.
    StockLevelHistoryEntryModel(int _actual, int _reserved, StockLevelModel _stockLevel, Date _updateDate)
    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
    StockLevelHistoryEntryModel(int _actual, ItemModel _owner, int _reserved, StockLevelModel _stockLevel, Date _updateDate)
    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
    StockLevelHistoryEntryModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Generated method - Getter of the StockLevelHistoryEntry.actual attribute defined at extension basecommerce.
    Generated method - Getter of the StockLevelHistoryEntry.comment attribute defined at extension basecommerce.
    int
    Generated method - Getter of the StockLevelHistoryEntry.reserved attribute defined at extension basecommerce.
    Generated method - Getter of the StockLevelHistoryEntry.stockLevel attribute defined at extension basecommerce.
    Generated method - Getter of the StockLevelHistoryEntry.updateDate attribute defined at extension basecommerce.
    Generated method - Getter of the StockLevelHistoryEntry.updateType attribute defined at extension basecommerce.
    void
    setActual(int value)
    Generated method - Setter of StockLevelHistoryEntry.actual attribute defined at extension basecommerce.
    void
    Generated method - Setter of StockLevelHistoryEntry.comment attribute defined at extension basecommerce.
    void
    setReserved(int value)
    Generated method - Setter of StockLevelHistoryEntry.reserved attribute defined at extension basecommerce.
    void
    Generated method - Initial setter of StockLevelHistoryEntry.stockLevel attribute defined at extension basecommerce.
    void
    Generated method - Setter of StockLevelHistoryEntry.updateDate attribute defined at extension basecommerce.
    void
    Generated method - Setter of StockLevelHistoryEntry.updateType attribute defined at extension basecommerce.

    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:
    • _STOCKLEVELSTOCKLEVELHISTORYENTRYRELATION

      public static final String _STOCKLEVELSTOCKLEVELHISTORYENTRYRELATION
      Generated relation code constant for relation StockLevelStockLevelHistoryEntryRelation defining source attribute stockLevel in extension basecommerce.
      See Also:
    • UPDATEDATE

      public static final String UPDATEDATE
      Generated constant - Attribute key of StockLevelHistoryEntry.updateDate attribute defined at extension basecommerce.
      See Also:
    • ACTUAL

      public static final String ACTUAL
      Generated constant - Attribute key of StockLevelHistoryEntry.actual attribute defined at extension basecommerce.
      See Also:
    • RESERVED

      public static final String RESERVED
      Generated constant - Attribute key of StockLevelHistoryEntry.reserved attribute defined at extension basecommerce.
      See Also:
    • UPDATETYPE

      public static final String UPDATETYPE
      Generated constant - Attribute key of StockLevelHistoryEntry.updateType attribute defined at extension basecommerce.
      See Also:
    • COMMENT

      public static final String COMMENT
      Generated constant - Attribute key of StockLevelHistoryEntry.comment attribute defined at extension basecommerce.
      See Also:
    • STOCKLEVELPOS

      public static final String STOCKLEVELPOS
      Generated constant - Attribute key of StockLevelHistoryEntry.stockLevelPOS attribute defined at extension basecommerce.
      See Also:
    • STOCKLEVEL

      public static final String STOCKLEVEL
      Generated constant - Attribute key of StockLevelHistoryEntry.stockLevel attribute defined at extension basecommerce.
      See Also:
  • Constructor Details

    • StockLevelHistoryEntryModel

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

      public StockLevelHistoryEntryModel(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
    • StockLevelHistoryEntryModel

      @Deprecated(since="4.1.1", forRemoval=true) public StockLevelHistoryEntryModel(int _actual, int _reserved, StockLevelModel _stockLevel, Date _updateDate)
      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:
      _actual - initial attribute declared by type StockLevelHistoryEntry at extension basecommerce
      _reserved - initial attribute declared by type StockLevelHistoryEntry at extension basecommerce
      _stockLevel - initial attribute declared by type StockLevelHistoryEntry at extension basecommerce
      _updateDate - initial attribute declared by type StockLevelHistoryEntry at extension basecommerce
    • StockLevelHistoryEntryModel

      @Deprecated(since="4.1.1", forRemoval=true) public StockLevelHistoryEntryModel(int _actual, ItemModel _owner, int _reserved, StockLevelModel _stockLevel, Date _updateDate)
      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:
      _actual - initial attribute declared by type StockLevelHistoryEntry at extension basecommerce
      _owner - initial attribute declared by type Item at extension core
      _reserved - initial attribute declared by type StockLevelHistoryEntry at extension basecommerce
      _stockLevel - initial attribute declared by type StockLevelHistoryEntry at extension basecommerce
      _updateDate - initial attribute declared by type StockLevelHistoryEntry at extension basecommerce
  • Method Details

    • getActual

      @Accessor(qualifier="actual", type=GETTER) public int getActual()
      Generated method - Getter of the StockLevelHistoryEntry.actual attribute defined at extension basecommerce.
      Returns:
      the actual
    • getComment

      @Accessor(qualifier="comment", type=GETTER) public String getComment()
      Generated method - Getter of the StockLevelHistoryEntry.comment attribute defined at extension basecommerce.
      Returns:
      the comment
    • getReserved

      @Accessor(qualifier="reserved", type=GETTER) public int getReserved()
      Generated method - Getter of the StockLevelHistoryEntry.reserved attribute defined at extension basecommerce.
      Returns:
      the reserved
    • getStockLevel

      @Accessor(qualifier="stockLevel", type=GETTER) public StockLevelModel getStockLevel()
      Generated method - Getter of the StockLevelHistoryEntry.stockLevel attribute defined at extension basecommerce.
      Returns:
      the stockLevel
    • getUpdateDate

      @Accessor(qualifier="updateDate", type=GETTER) public Date getUpdateDate()
      Generated method - Getter of the StockLevelHistoryEntry.updateDate attribute defined at extension basecommerce.
      Returns:
      the updateDate
    • getUpdateType

      @Accessor(qualifier="updateType", type=GETTER) public StockLevelUpdateType getUpdateType()
      Generated method - Getter of the StockLevelHistoryEntry.updateType attribute defined at extension basecommerce.
      Returns:
      the updateType
    • setActual

      @Accessor(qualifier="actual", type=SETTER) public void setActual(int value)
      Generated method - Setter of StockLevelHistoryEntry.actual attribute defined at extension basecommerce.
      Parameters:
      value - the actual
    • setComment

      @Accessor(qualifier="comment", type=SETTER) public void setComment(String value)
      Generated method - Setter of StockLevelHistoryEntry.comment attribute defined at extension basecommerce.
      Parameters:
      value - the comment
    • setReserved

      @Accessor(qualifier="reserved", type=SETTER) public void setReserved(int value)
      Generated method - Setter of StockLevelHistoryEntry.reserved attribute defined at extension basecommerce.
      Parameters:
      value - the reserved
    • setStockLevel

      @Accessor(qualifier="stockLevel", type=SETTER) public void setStockLevel(StockLevelModel value)
      Generated method - Initial setter of StockLevelHistoryEntry.stockLevel attribute defined at extension basecommerce. Can only be used at creation of model - before first save.
      Parameters:
      value - the stockLevel
    • setUpdateDate

      @Accessor(qualifier="updateDate", type=SETTER) public void setUpdateDate(Date value)
      Generated method - Setter of StockLevelHistoryEntry.updateDate attribute defined at extension basecommerce.
      Parameters:
      value - the updateDate
    • setUpdateType

      @Accessor(qualifier="updateType", type=SETTER) public void setUpdateType(StockLevelUpdateType value)
      Generated method - Setter of StockLevelHistoryEntry.updateType attribute defined at extension basecommerce.
      Parameters:
      value - the updateType