Class CommerceInventoryAuditWrapper

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

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

This class is a wrapper for CommerceInventoryAudit.

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.CommerceInventoryAudit

    COMMERCE_INVENTORY_AUDIT_ID_ACCESSOR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    long
    Returns the commerce inventory audit ID of this commerce inventory audit.
    long
    Returns the company ID of this commerce inventory audit.
    Returns the create date of this commerce inventory audit.
    Returns the log type of this commerce inventory audit.
    Returns the log type settings of this commerce inventory audit.
     
    Returns the modified date of this commerce inventory audit.
    long
    Returns the mvcc version of this commerce inventory audit.
    long
    Returns the primary key of this commerce inventory audit.
    Returns the quantity of this commerce inventory audit.
    Returns the sku of this commerce inventory audit.
    Returns the unit of measure key of this commerce inventory audit.
    long
    Returns the user ID of this commerce inventory audit.
    Returns the user name of this commerce inventory audit.
    Returns the user uuid of this commerce inventory audit.
    void
     
    void
    setCommerceInventoryAuditId(long commerceInventoryAuditId)
    Sets the commerce inventory audit ID of this commerce inventory audit.
    void
    setCompanyId(long companyId)
    Sets the company ID of this commerce inventory audit.
    void
    setCreateDate(Date createDate)
    Sets the create date of this commerce inventory audit.
    void
    setLogType(String logType)
    Sets the log type of this commerce inventory audit.
    void
    setLogTypeSettings(String logTypeSettings)
    Sets the log type settings of this commerce inventory audit.
    void
     
    void
    setModifiedDate(Date modifiedDate)
    Sets the modified date of this commerce inventory audit.
    void
    setMvccVersion(long mvccVersion)
    Sets the mvcc version of this commerce inventory audit.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this commerce inventory audit.
    void
    Sets the quantity of this commerce inventory audit.
    void
    Sets the sku of this commerce inventory audit.
    void
    setUnitOfMeasureKey(String unitOfMeasureKey)
    Sets the unit of measure key of this commerce inventory audit.
    void
    setUserId(long userId)
    Sets the user ID of this commerce inventory audit.
    void
    setUserName(String userName)
    Sets the user name of this commerce inventory audit.
    void
    setUserUuid(String userUuid)
    Sets the user uuid of this commerce inventory audit.
     
    wrap(CommerceInventoryAudit commerceInventoryAudit)
     

    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

    • CommerceInventoryAuditWrapper

      public CommerceInventoryAuditWrapper(CommerceInventoryAudit commerceInventoryAudit)
  • Method Details

    • getModelAttributes

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

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

      public CommerceInventoryAudit cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<CommerceInventoryAudit>
      Specified by:
      cloneWithOriginalValues in interface CommerceInventoryAuditModel
    • getCommerceInventoryAuditId

      public long getCommerceInventoryAuditId()
      Returns the commerce inventory audit ID of this commerce inventory audit.
      Specified by:
      getCommerceInventoryAuditId in interface CommerceInventoryAuditModel
      Returns:
      the commerce inventory audit ID of this commerce inventory audit
    • getCompanyId

      public long getCompanyId()
      Returns the company ID of this commerce inventory audit.
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCompanyId in interface CommerceInventoryAuditModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Returns:
      the company ID of this commerce inventory audit
    • getCreateDate

      public Date getCreateDate()
      Returns the create date of this commerce inventory audit.
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCreateDate in interface CommerceInventoryAuditModel
      Returns:
      the create date of this commerce inventory audit
    • getLogType

      public String getLogType()
      Returns the log type of this commerce inventory audit.
      Specified by:
      getLogType in interface CommerceInventoryAuditModel
      Returns:
      the log type of this commerce inventory audit
    • getLogTypeSettings

      public String getLogTypeSettings()
      Returns the log type settings of this commerce inventory audit.
      Specified by:
      getLogTypeSettings in interface CommerceInventoryAuditModel
      Returns:
      the log type settings of this commerce inventory audit
    • getModifiedDate

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

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

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

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

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

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

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

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

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

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

      public void setCommerceInventoryAuditId(long commerceInventoryAuditId)
      Sets the commerce inventory audit ID of this commerce inventory audit.
      Specified by:
      setCommerceInventoryAuditId in interface CommerceInventoryAuditModel
      Parameters:
      commerceInventoryAuditId - the commerce inventory audit ID of this commerce inventory audit
    • setCompanyId

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

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

      public void setLogType(String logType)
      Sets the log type of this commerce inventory audit.
      Specified by:
      setLogType in interface CommerceInventoryAuditModel
      Parameters:
      logType - the log type of this commerce inventory audit
    • setLogTypeSettings

      public void setLogTypeSettings(String logTypeSettings)
      Sets the log type settings of this commerce inventory audit.
      Specified by:
      setLogTypeSettings in interface CommerceInventoryAuditModel
      Parameters:
      logTypeSettings - the log type settings of this commerce inventory audit
    • setModifiedDate

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

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

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

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

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

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

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

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

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

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

      protected CommerceInventoryAuditWrapper wrap(CommerceInventoryAudit commerceInventoryAudit)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceInventoryAudit>