Interface CommerceInventoryBookedQuantityModel

All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<CommerceInventoryBookedQuantity>, com.liferay.portal.kernel.model.ClassedModel, Cloneable, Comparable<CommerceInventoryBookedQuantity>, com.liferay.portal.kernel.model.MVCCModel, Serializable, com.liferay.portal.kernel.model.ShardedModel
All Known Subinterfaces:
CommerceInventoryBookedQuantity
All Known Implementing Classes:
CommerceInventoryBookedQuantityWrapper

@ProviderType public interface CommerceInventoryBookedQuantityModel extends com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<CommerceInventoryBookedQuantity>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
The base model interface for the CommerceInventoryBookedQuantity service. Represents a row in the "CIBookedQuantity" database table, with each column mapped to a property of this class.

This interface and its corresponding implementation com.liferay.commerce.inventory.model.impl.CommerceInventoryBookedQuantityModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.commerce.inventory.model.impl.CommerceInventoryBookedQuantityImpl.

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
     
    Returns the booked note of this commerce inventory booked quantity.
    long
    Returns the commerce inventory booked quantity ID of this commerce inventory booked quantity.
    long
    Returns the company ID of this commerce inventory booked quantity.
    Returns the create date of this commerce inventory booked quantity.
    Returns the expiration date of this commerce inventory booked quantity.
    Returns the modified date of this commerce inventory booked quantity.
    long
    Returns the mvcc version of this commerce inventory booked quantity.
    long
    Returns the primary key of this commerce inventory booked quantity.
    Returns the quantity of this commerce inventory booked quantity.
    Returns the sku of this commerce inventory booked quantity.
    Returns the unit of measure key of this commerce inventory booked quantity.
    long
    Returns the user ID of this commerce inventory booked quantity.
    Returns the user name of this commerce inventory booked quantity.
    Returns the user uuid of this commerce inventory booked quantity.
    void
    setBookedNote(String bookedNote)
    Sets the booked note of this commerce inventory booked quantity.
    void
    setCommerceInventoryBookedQuantityId(long commerceInventoryBookedQuantityId)
    Sets the commerce inventory booked quantity ID of this commerce inventory booked quantity.
    void
    setCompanyId(long companyId)
    Sets the company ID of this commerce inventory booked quantity.
    void
    setCreateDate(Date createDate)
    Sets the create date of this commerce inventory booked quantity.
    void
    setExpirationDate(Date expirationDate)
    Sets the expiration date of this commerce inventory booked quantity.
    void
    setModifiedDate(Date modifiedDate)
    Sets the modified date of this commerce inventory booked quantity.
    void
    setMvccVersion(long mvccVersion)
    Sets the mvcc version of this commerce inventory booked quantity.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this commerce inventory booked quantity.
    void
    Sets the quantity of this commerce inventory booked quantity.
    void
    Sets the sku of this commerce inventory booked quantity.
    void
    setUnitOfMeasureKey(String unitOfMeasureKey)
    Sets the unit of measure key of this commerce inventory booked quantity.
    void
    setUserId(long userId)
    Sets the user ID of this commerce inventory booked quantity.
    void
    setUserName(String userName)
    Sets the user name of this commerce inventory booked quantity.
    void
    setUserUuid(String userUuid)
    Sets the user uuid of this commerce inventory booked quantity.
    default String
     

    Methods inherited from interface com.liferay.portal.kernel.model.BaseModel

    clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel

    Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel

    getModelClass, getModelClassName

    Methods inherited from interface java.lang.Comparable

    compareTo
  • Method Details

    • getPrimaryKey

      long getPrimaryKey()
      Returns the primary key of this commerce inventory booked quantity.
      Returns:
      the primary key of this commerce inventory booked quantity
    • setPrimaryKey

      void setPrimaryKey(long primaryKey)
      Sets the primary key of this commerce inventory booked quantity.
      Parameters:
      primaryKey - the primary key of this commerce inventory booked quantity
    • getMvccVersion

      long getMvccVersion()
      Returns the mvcc version of this commerce inventory booked quantity.
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Returns:
      the mvcc version of this commerce inventory booked quantity
    • setMvccVersion

      void setMvccVersion(long mvccVersion)
      Sets the mvcc version of this commerce inventory booked quantity.
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Parameters:
      mvccVersion - the mvcc version of this commerce inventory booked quantity
    • getCommerceInventoryBookedQuantityId

      long getCommerceInventoryBookedQuantityId()
      Returns the commerce inventory booked quantity ID of this commerce inventory booked quantity.
      Returns:
      the commerce inventory booked quantity ID of this commerce inventory booked quantity
    • setCommerceInventoryBookedQuantityId

      void setCommerceInventoryBookedQuantityId(long commerceInventoryBookedQuantityId)
      Sets the commerce inventory booked quantity ID of this commerce inventory booked quantity.
      Parameters:
      commerceInventoryBookedQuantityId - the commerce inventory booked quantity ID of this commerce inventory booked quantity
    • getCompanyId

      long getCompanyId()
      Returns the company ID of this commerce inventory booked quantity.
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Returns:
      the company ID of this commerce inventory booked quantity
    • setCompanyId

      void setCompanyId(long companyId)
      Sets the company ID of this commerce inventory booked quantity.
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Parameters:
      companyId - the company ID of this commerce inventory booked quantity
    • getUserId

      long getUserId()
      Returns the user ID of this commerce inventory booked quantity.
      Specified by:
      getUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the user ID of this commerce inventory booked quantity
    • setUserId

      void setUserId(long userId)
      Sets the user ID of this commerce inventory booked quantity.
      Specified by:
      setUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Parameters:
      userId - the user ID of this commerce inventory booked quantity
    • getUserUuid

      String getUserUuid()
      Returns the user uuid of this commerce inventory booked quantity.
      Specified by:
      getUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the user uuid of this commerce inventory booked quantity
    • setUserUuid

      void setUserUuid(String userUuid)
      Sets the user uuid of this commerce inventory booked quantity.
      Specified by:
      setUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Parameters:
      userUuid - the user uuid of this commerce inventory booked quantity
    • getUserName

      @AutoEscape String getUserName()
      Returns the user name of this commerce inventory booked quantity.
      Specified by:
      getUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the user name of this commerce inventory booked quantity
    • setUserName

      void setUserName(String userName)
      Sets the user name of this commerce inventory booked quantity.
      Specified by:
      setUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Parameters:
      userName - the user name of this commerce inventory booked quantity
    • getCreateDate

      Date getCreateDate()
      Returns the create date of this commerce inventory booked quantity.
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the create date of this commerce inventory booked quantity
    • setCreateDate

      void setCreateDate(Date createDate)
      Sets the create date of this commerce inventory booked quantity.
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Parameters:
      createDate - the create date of this commerce inventory booked quantity
    • getModifiedDate

      Date getModifiedDate()
      Returns the modified date of this commerce inventory booked quantity.
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the modified date of this commerce inventory booked quantity
    • setModifiedDate

      void setModifiedDate(Date modifiedDate)
      Sets the modified date of this commerce inventory booked quantity.
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Parameters:
      modifiedDate - the modified date of this commerce inventory booked quantity
    • getBookedNote

      @AutoEscape String getBookedNote()
      Returns the booked note of this commerce inventory booked quantity.
      Returns:
      the booked note of this commerce inventory booked quantity
    • setBookedNote

      void setBookedNote(String bookedNote)
      Sets the booked note of this commerce inventory booked quantity.
      Parameters:
      bookedNote - the booked note of this commerce inventory booked quantity
    • getExpirationDate

      Date getExpirationDate()
      Returns the expiration date of this commerce inventory booked quantity.
      Returns:
      the expiration date of this commerce inventory booked quantity
    • setExpirationDate

      void setExpirationDate(Date expirationDate)
      Sets the expiration date of this commerce inventory booked quantity.
      Parameters:
      expirationDate - the expiration date of this commerce inventory booked quantity
    • getQuantity

      BigDecimal getQuantity()
      Returns the quantity of this commerce inventory booked quantity.
      Returns:
      the quantity of this commerce inventory booked quantity
    • setQuantity

      void setQuantity(BigDecimal quantity)
      Sets the quantity of this commerce inventory booked quantity.
      Parameters:
      quantity - the quantity of this commerce inventory booked quantity
    • getSku

      @AutoEscape String getSku()
      Returns the sku of this commerce inventory booked quantity.
      Returns:
      the sku of this commerce inventory booked quantity
    • setSku

      void setSku(String sku)
      Sets the sku of this commerce inventory booked quantity.
      Parameters:
      sku - the sku of this commerce inventory booked quantity
    • getUnitOfMeasureKey

      @AutoEscape String getUnitOfMeasureKey()
      Returns the unit of measure key of this commerce inventory booked quantity.
      Returns:
      the unit of measure key of this commerce inventory booked quantity
    • setUnitOfMeasureKey

      void setUnitOfMeasureKey(String unitOfMeasureKey)
      Sets the unit of measure key of this commerce inventory booked quantity.
      Parameters:
      unitOfMeasureKey - the unit of measure key of this commerce inventory booked quantity
    • cloneWithOriginalValues

      CommerceInventoryBookedQuantity cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<CommerceInventoryBookedQuantity>
    • toXmlString

      default String toXmlString()