Class CommerceInventoryBookedQuantityWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceInventoryBookedQuantity>
com.liferay.commerce.inventory.model.CommerceInventoryBookedQuantityWrapper
All Implemented Interfaces:
CommerceInventoryBookedQuantity, CommerceInventoryBookedQuantityModel, com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<CommerceInventoryBookedQuantity>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.ModelWrapper<CommerceInventoryBookedQuantity>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, Serializable, Cloneable, Comparable<CommerceInventoryBookedQuantity>

public class CommerceInventoryBookedQuantityWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceInventoryBookedQuantity> implements CommerceInventoryBookedQuantity, com.liferay.portal.kernel.model.ModelWrapper<CommerceInventoryBookedQuantity>

This class is a wrapper for CommerceInventoryBookedQuantity.

See Also:
Generated:
  • Field Summary

    Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper

    model

    Fields inherited from interface com.liferay.commerce.inventory.model.CommerceInventoryBookedQuantity

    COMMERCE_INVENTORY_BOOKED_QUANTITY_ID_ACCESSOR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • 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
     
    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
     
    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.
     
    wrap(CommerceInventoryBookedQuantity commerceInventoryBookedQuantity)
     

    Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper

    clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, wait, wait, wait

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

    clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, 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

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

    getWrappedModel
  • Constructor Details

  • Method Details

    • getModelAttributes

      public Map<String,Object> getModelAttributes()
      Specified by:
      getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<CommerceInventoryBookedQuantity>
    • setModelAttributes

      public void setModelAttributes(Map<String,Object> attributes)
      Specified by:
      setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<CommerceInventoryBookedQuantity>
    • cloneWithOriginalValues

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

      public String getBookedNote()
      Returns the booked note of this commerce inventory booked quantity.
      Specified by:
      getBookedNote in interface CommerceInventoryBookedQuantityModel
      Returns:
      the booked note of this commerce inventory booked quantity
    • getCommerceInventoryBookedQuantityId

      public long getCommerceInventoryBookedQuantityId()
      Returns the commerce inventory booked quantity ID of this commerce inventory booked quantity.
      Specified by:
      getCommerceInventoryBookedQuantityId in interface CommerceInventoryBookedQuantityModel
      Returns:
      the commerce inventory booked quantity ID of this commerce inventory booked quantity
    • getCompanyId

      public 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 CommerceInventoryBookedQuantityModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Returns:
      the company ID of this commerce inventory booked quantity
    • getCreateDate

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

      public Date getExpirationDate()
      Returns the expiration date of this commerce inventory booked quantity.
      Specified by:
      getExpirationDate in interface CommerceInventoryBookedQuantityModel
      Returns:
      the expiration date of this commerce inventory booked quantity
    • getModifiedDate

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

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

      public long getPrimaryKey()
      Returns the primary key of this commerce inventory booked quantity.
      Specified by:
      getPrimaryKey in interface CommerceInventoryBookedQuantityModel
      Returns:
      the primary key of this commerce inventory booked quantity
    • getQuantity

      public BigDecimal getQuantity()
      Returns the quantity of this commerce inventory booked quantity.
      Specified by:
      getQuantity in interface CommerceInventoryBookedQuantityModel
      Returns:
      the quantity of this commerce inventory booked quantity
    • getSku

      public String getSku()
      Returns the sku of this commerce inventory booked quantity.
      Specified by:
      getSku in interface CommerceInventoryBookedQuantityModel
      Returns:
      the sku of this commerce inventory booked quantity
    • getUnitOfMeasureKey

      public String getUnitOfMeasureKey()
      Returns the unit of measure key of this commerce inventory booked quantity.
      Specified by:
      getUnitOfMeasureKey in interface CommerceInventoryBookedQuantityModel
      Returns:
      the unit of measure key of this commerce inventory booked quantity
    • getUserId

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

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

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

      public void persist()
      Specified by:
      persist in interface com.liferay.portal.kernel.model.PersistedModel
    • setBookedNote

      public void setBookedNote(String bookedNote)
      Sets the booked note of this commerce inventory booked quantity.
      Specified by:
      setBookedNote in interface CommerceInventoryBookedQuantityModel
      Parameters:
      bookedNote - the booked note of this commerce inventory booked quantity
    • setCommerceInventoryBookedQuantityId

      public void setCommerceInventoryBookedQuantityId(long commerceInventoryBookedQuantityId)
      Sets the commerce inventory booked quantity ID of this commerce inventory booked quantity.
      Specified by:
      setCommerceInventoryBookedQuantityId in interface CommerceInventoryBookedQuantityModel
      Parameters:
      commerceInventoryBookedQuantityId - the commerce inventory booked quantity ID of this commerce inventory booked quantity
    • setCompanyId

      public 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 CommerceInventoryBookedQuantityModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Parameters:
      companyId - the company ID of this commerce inventory booked quantity
    • setCreateDate

      public 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
      Specified by:
      setCreateDate in interface CommerceInventoryBookedQuantityModel
      Parameters:
      createDate - the create date of this commerce inventory booked quantity
    • setExpirationDate

      public void setExpirationDate(Date expirationDate)
      Sets the expiration date of this commerce inventory booked quantity.
      Specified by:
      setExpirationDate in interface CommerceInventoryBookedQuantityModel
      Parameters:
      expirationDate - the expiration date of this commerce inventory booked quantity
    • setModifiedDate

      public 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
      Specified by:
      setModifiedDate in interface CommerceInventoryBookedQuantityModel
      Parameters:
      modifiedDate - the modified date of this commerce inventory booked quantity
    • setMvccVersion

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

      public void setPrimaryKey(long primaryKey)
      Sets the primary key of this commerce inventory booked quantity.
      Specified by:
      setPrimaryKey in interface CommerceInventoryBookedQuantityModel
      Parameters:
      primaryKey - the primary key of this commerce inventory booked quantity
    • setQuantity

      public void setQuantity(BigDecimal quantity)
      Sets the quantity of this commerce inventory booked quantity.
      Specified by:
      setQuantity in interface CommerceInventoryBookedQuantityModel
      Parameters:
      quantity - the quantity of this commerce inventory booked quantity
    • setSku

      public void setSku(String sku)
      Sets the sku of this commerce inventory booked quantity.
      Specified by:
      setSku in interface CommerceInventoryBookedQuantityModel
      Parameters:
      sku - the sku of this commerce inventory booked quantity
    • setUnitOfMeasureKey

      public void setUnitOfMeasureKey(String unitOfMeasureKey)
      Sets the unit of measure key of this commerce inventory booked quantity.
      Specified by:
      setUnitOfMeasureKey in interface CommerceInventoryBookedQuantityModel
      Parameters:
      unitOfMeasureKey - the unit of measure key of this commerce inventory booked quantity
    • setUserId

      public 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
      Specified by:
      setUserId in interface CommerceInventoryBookedQuantityModel
      Parameters:
      userId - the user ID of this commerce inventory booked quantity
    • setUserName

      public 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
      Specified by:
      setUserName in interface CommerceInventoryBookedQuantityModel
      Parameters:
      userName - the user name of this commerce inventory booked quantity
    • setUserUuid

      public 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
      Specified by:
      setUserUuid in interface CommerceInventoryBookedQuantityModel
      Parameters:
      userUuid - the user uuid of this commerce inventory booked quantity
    • toXmlString

      public String toXmlString()
      Specified by:
      toXmlString in interface CommerceInventoryBookedQuantityModel
    • wrap

      protected CommerceInventoryBookedQuantityWrapper wrap(CommerceInventoryBookedQuantity commerceInventoryBookedQuantity)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceInventoryBookedQuantity>