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
modelFields inherited from interface com.liferay.commerce.payment.model.CommercePaymentEntryAudit
COMMERCE_PAYMENT_ENTRY_AUDIT_ID_ACCESSOR -
Constructor Summary
ConstructorsConstructorDescriptionCommercePaymentEntryAuditWrapper(CommercePaymentEntryAudit commercePaymentEntryAudit) -
Method Summary
Modifier and TypeMethodDescriptionReturns the amount of this commerce payment entry audit.longReturns the commerce payment entry audit ID of this commerce payment entry audit.longReturns the commerce payment entry ID of this commerce payment entry audit.longReturns 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.longReturns the mvcc version of this commerce payment entry audit.longReturns the primary key of this commerce payment entry audit.longReturns 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.voidpersist()voidsetAmount(BigDecimal amount) Sets the amount of this commerce payment entry audit.voidsetCommercePaymentEntryAuditId(long commercePaymentEntryAuditId) Sets the commerce payment entry audit ID of this commerce payment entry audit.voidsetCommercePaymentEntryId(long commercePaymentEntryId) Sets the commerce payment entry ID of this commerce payment entry audit.voidsetCompanyId(long companyId) Sets the company ID of this commerce payment entry audit.voidsetCreateDate(Date createDate) Sets the create date of this commerce payment entry audit.voidsetCurrencyCode(String currencyCode) Sets the currency code of this commerce payment entry audit.voidsetLogType(String logType) Sets the log type of this commerce payment entry audit.voidsetLogTypeSettings(String logTypeSettings) Sets the log type settings of this commerce payment entry audit.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this commerce payment entry audit.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this commerce payment entry audit.voidsetPrimaryKey(long primaryKey) Sets the primary key of this commerce payment entry audit.voidsetUserId(long userId) Sets the user ID of this commerce payment entry audit.voidsetUserName(String userName) Sets the user name of this commerce payment entry audit.voidsetUserUuid(String userUuid) Sets the user uuid of this commerce payment entry audit.protected CommercePaymentEntryAuditWrapperwrap(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, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
CommercePaymentEntryAuditWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<CommercePaymentEntryAudit>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<CommercePaymentEntryAudit>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<CommercePaymentEntryAudit>- Specified by:
cloneWithOriginalValuesin interfaceCommercePaymentEntryAuditModel
-
getAmount
Returns the amount of this commerce payment entry audit.- Specified by:
getAmountin interfaceCommercePaymentEntryAuditModel- 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:
getCommercePaymentEntryAuditIdin interfaceCommercePaymentEntryAuditModel- 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:
getCommercePaymentEntryIdin interfaceCommercePaymentEntryAuditModel- 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:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceCommercePaymentEntryAuditModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this commerce payment entry audit
-
getCreateDate
Returns the create date of this commerce payment entry audit.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfaceCommercePaymentEntryAuditModel- Returns:
- the create date of this commerce payment entry audit
-
getCurrencyCode
Returns the currency code of this commerce payment entry audit.- Specified by:
getCurrencyCodein interfaceCommercePaymentEntryAuditModel- Returns:
- the currency code of this commerce payment entry audit
-
getLogType
Returns the log type of this commerce payment entry audit.- Specified by:
getLogTypein interfaceCommercePaymentEntryAuditModel- Returns:
- the log type of this commerce payment entry audit
-
getLogTypeSettings
Returns the log type settings of this commerce payment entry audit.- Specified by:
getLogTypeSettingsin interfaceCommercePaymentEntryAuditModel- Returns:
- the log type settings of this commerce payment entry audit
-
getModifiedDate
Returns the modified date of this commerce payment entry audit.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfaceCommercePaymentEntryAuditModel- 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:
getMvccVersionin interfaceCommercePaymentEntryAuditModel- Specified by:
getMvccVersionin interfacecom.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:
getPrimaryKeyin interfaceCommercePaymentEntryAuditModel- 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:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceCommercePaymentEntryAuditModel- Returns:
- the user ID of this commerce payment entry audit
-
getUserName
Returns the user name of this commerce payment entry audit.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceCommercePaymentEntryAuditModel- Returns:
- the user name of this commerce payment entry audit
-
getUserUuid
Returns the user uuid of this commerce payment entry audit.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceCommercePaymentEntryAuditModel- Returns:
- the user uuid of this commerce payment entry audit
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setAmount
Sets the amount of this commerce payment entry audit.- Specified by:
setAmountin interfaceCommercePaymentEntryAuditModel- 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:
setCommercePaymentEntryAuditIdin interfaceCommercePaymentEntryAuditModel- 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:
setCommercePaymentEntryIdin interfaceCommercePaymentEntryAuditModel- 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:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfaceCommercePaymentEntryAuditModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this commerce payment entry audit
-
setCreateDate
Sets the create date of this commerce payment entry audit.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein interfaceCommercePaymentEntryAuditModel- Parameters:
createDate- the create date of this commerce payment entry audit
-
setCurrencyCode
Sets the currency code of this commerce payment entry audit.- Specified by:
setCurrencyCodein interfaceCommercePaymentEntryAuditModel- Parameters:
currencyCode- the currency code of this commerce payment entry audit
-
setLogType
Sets the log type of this commerce payment entry audit.- Specified by:
setLogTypein interfaceCommercePaymentEntryAuditModel- Parameters:
logType- the log type of this commerce payment entry audit
-
setLogTypeSettings
Sets the log type settings of this commerce payment entry audit.- Specified by:
setLogTypeSettingsin interfaceCommercePaymentEntryAuditModel- Parameters:
logTypeSettings- the log type settings of this commerce payment entry audit
-
setModifiedDate
Sets the modified date of this commerce payment entry audit.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein interfaceCommercePaymentEntryAuditModel- 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:
setMvccVersionin interfaceCommercePaymentEntryAuditModel- Specified by:
setMvccVersionin interfacecom.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:
setPrimaryKeyin interfaceCommercePaymentEntryAuditModel- 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:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceCommercePaymentEntryAuditModel- Parameters:
userId- the user ID of this commerce payment entry audit
-
setUserName
Sets the user name of this commerce payment entry audit.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein interfaceCommercePaymentEntryAuditModel- Parameters:
userName- the user name of this commerce payment entry audit
-
setUserUuid
Sets the user uuid of this commerce payment entry audit.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceCommercePaymentEntryAuditModel- Parameters:
userUuid- the user uuid of this commerce payment entry audit
-
toXmlString
- Specified by:
toXmlStringin interfaceCommercePaymentEntryAuditModel
-
wrap
protected CommercePaymentEntryAuditWrapper wrap(CommercePaymentEntryAudit commercePaymentEntryAudit) - Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommercePaymentEntryAudit>
-