Class CommercePaymentEntryAuditWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommercePaymentEntryAudit>
com.liferay.commerce.payment.model.CommercePaymentEntryAuditWrapper
All Implemented Interfaces:
CommercePaymentEntryAudit, CommercePaymentEntryAuditModel, com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<CommercePaymentEntryAudit>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.ModelWrapper<CommercePaymentEntryAudit>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, Serializable, Cloneable, Comparable<CommercePaymentEntryAudit>

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

This class is a wrapper for CommercePaymentEntryAudit.

See Also:
Generated:
  • Field Summary

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

    model

    Fields inherited from interface com.liferay.commerce.payment.model.CommercePaymentEntryAudit

    COMMERCE_PAYMENT_ENTRY_AUDIT_ID_ACCESSOR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    Returns the amount of this commerce payment entry audit.
    long
    Returns the commerce payment entry audit ID of this commerce payment entry audit.
    long
    Returns the commerce payment entry ID of this commerce payment entry audit.
    long
    Returns the company ID of this commerce payment entry audit.
    Returns the create date of this commerce payment entry audit.
    Returns the currency code of this commerce payment entry audit.
    Returns the log type of this commerce payment entry audit.
    Returns the log type settings of this commerce payment entry audit.
     
    Returns the modified date of this commerce payment entry audit.
    long
    Returns the mvcc version of this commerce payment entry audit.
    long
    Returns the primary key of this commerce payment entry audit.
    long
    Returns the user ID of this commerce payment entry audit.
    Returns the user name of this commerce payment entry audit.
    Returns the user uuid of this commerce payment entry audit.
    void
     
    void
    Sets the amount of this commerce payment entry audit.
    void
    setCommercePaymentEntryAuditId(long commercePaymentEntryAuditId)
    Sets the commerce payment entry audit ID of this commerce payment entry audit.
    void
    setCommercePaymentEntryId(long commercePaymentEntryId)
    Sets the commerce payment entry ID of this commerce payment entry audit.
    void
    setCompanyId(long companyId)
    Sets the company ID of this commerce payment entry audit.
    void
    setCreateDate(Date createDate)
    Sets the create date of this commerce payment entry audit.
    void
    setCurrencyCode(String currencyCode)
    Sets the currency code of this commerce payment entry audit.
    void
    setLogType(String logType)
    Sets the log type of this commerce payment entry audit.
    void
    setLogTypeSettings(String logTypeSettings)
    Sets the log type settings of this commerce payment entry audit.
    void
     
    void
    setModifiedDate(Date modifiedDate)
    Sets the modified date of this commerce payment entry audit.
    void
    setMvccVersion(long mvccVersion)
    Sets the mvcc version of this commerce payment entry audit.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this commerce payment entry audit.
    void
    setUserId(long userId)
    Sets the user ID of this commerce payment entry audit.
    void
    setUserName(String userName)
    Sets the user name of this commerce payment entry audit.
    void
    setUserUuid(String userUuid)
    Sets the user uuid of this commerce payment entry audit.
     
    wrap(CommercePaymentEntryAudit commercePaymentEntryAudit)
     

    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

    • CommercePaymentEntryAuditWrapper

      public CommercePaymentEntryAuditWrapper(CommercePaymentEntryAudit commercePaymentEntryAudit)
  • Method Details

    • getModelAttributes

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

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

      public CommercePaymentEntryAudit cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<CommercePaymentEntryAudit>
      Specified by:
      cloneWithOriginalValues in interface CommercePaymentEntryAuditModel
    • getAmount

      public BigDecimal getAmount()
      Returns the amount of this commerce payment entry audit.
      Specified by:
      getAmount in interface CommercePaymentEntryAuditModel
      Returns:
      the amount of this commerce payment entry audit
    • getCommercePaymentEntryAuditId

      public long getCommercePaymentEntryAuditId()
      Returns the commerce payment entry audit ID of this commerce payment entry audit.
      Specified by:
      getCommercePaymentEntryAuditId in interface CommercePaymentEntryAuditModel
      Returns:
      the commerce payment entry audit ID of this commerce payment entry audit
    • getCommercePaymentEntryId

      public long getCommercePaymentEntryId()
      Returns the commerce payment entry ID of this commerce payment entry audit.
      Specified by:
      getCommercePaymentEntryId in interface CommercePaymentEntryAuditModel
      Returns:
      the commerce payment entry ID of this commerce payment entry audit
    • getCompanyId

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

      public Date getCreateDate()
      Returns the create date of this commerce payment entry audit.
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCreateDate in interface CommercePaymentEntryAuditModel
      Returns:
      the create date of this commerce payment entry audit
    • getCurrencyCode

      public String getCurrencyCode()
      Returns the currency code of this commerce payment entry audit.
      Specified by:
      getCurrencyCode in interface CommercePaymentEntryAuditModel
      Returns:
      the currency code of this commerce payment entry audit
    • getLogType

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

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

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

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

      public long getPrimaryKey()
      Returns the primary key of this commerce payment entry audit.
      Specified by:
      getPrimaryKey in interface CommercePaymentEntryAuditModel
      Returns:
      the primary key of this commerce payment entry audit
    • getUserId

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

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

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

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

      public void setAmount(BigDecimal amount)
      Sets the amount of this commerce payment entry audit.
      Specified by:
      setAmount in interface CommercePaymentEntryAuditModel
      Parameters:
      amount - the amount of this commerce payment entry audit
    • setCommercePaymentEntryAuditId

      public void setCommercePaymentEntryAuditId(long commercePaymentEntryAuditId)
      Sets the commerce payment entry audit ID of this commerce payment entry audit.
      Specified by:
      setCommercePaymentEntryAuditId in interface CommercePaymentEntryAuditModel
      Parameters:
      commercePaymentEntryAuditId - the commerce payment entry audit ID of this commerce payment entry audit
    • setCommercePaymentEntryId

      public void setCommercePaymentEntryId(long commercePaymentEntryId)
      Sets the commerce payment entry ID of this commerce payment entry audit.
      Specified by:
      setCommercePaymentEntryId in interface CommercePaymentEntryAuditModel
      Parameters:
      commercePaymentEntryId - the commerce payment entry ID of this commerce payment entry audit
    • setCompanyId

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

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

      public void setCurrencyCode(String currencyCode)
      Sets the currency code of this commerce payment entry audit.
      Specified by:
      setCurrencyCode in interface CommercePaymentEntryAuditModel
      Parameters:
      currencyCode - the currency code of this commerce payment entry audit
    • setLogType

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

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

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

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

      public void setPrimaryKey(long primaryKey)
      Sets the primary key of this commerce payment entry audit.
      Specified by:
      setPrimaryKey in interface CommercePaymentEntryAuditModel
      Parameters:
      primaryKey - the primary key of this commerce payment entry audit
    • setUserId

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

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

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

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

      protected CommercePaymentEntryAuditWrapper wrap(CommercePaymentEntryAudit commercePaymentEntryAudit)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommercePaymentEntryAudit>