Interface CommercePaymentEntryAudit
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<CommercePaymentEntryAudit>
,com.liferay.portal.kernel.model.ClassedModel
,Cloneable
,CommercePaymentEntryAuditModel
,Comparable<CommercePaymentEntryAudit>
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,Serializable
,com.liferay.portal.kernel.model.ShardedModel
- All Known Implementing Classes:
CommercePaymentEntryAuditWrapper
@ProviderType
public interface CommercePaymentEntryAudit
extends CommercePaymentEntryAuditModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the CommercePaymentEntryAudit service. Represents a row in the "CommercePaymentEntryAudit" database table, with each column mapped to a property of this class.
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.liferay.portal.kernel.util.Accessor<CommercePaymentEntryAudit,
Long> -
Method Summary
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 com.liferay.commerce.payment.model.CommercePaymentEntryAuditModel
cloneWithOriginalValues, getAmount, getCommercePaymentEntryAuditId, getCommercePaymentEntryId, getCompanyId, getCreateDate, getCurrencyCode, getLogType, getLogTypeSettings, getModifiedDate, getMvccVersion, getPrimaryKey, getUserId, getUserName, getUserUuid, setAmount, setCommercePaymentEntryAuditId, setCommercePaymentEntryId, setCompanyId, setCreateDate, setCurrencyCode, setLogType, setLogTypeSettings, setModifiedDate, setMvccVersion, setPrimaryKey, setUserId, setUserName, setUserUuid, toXmlString
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
-
Field Details
-
COMMERCE_PAYMENT_ENTRY_AUDIT_ID_ACCESSOR
static final com.liferay.portal.kernel.util.Accessor<CommercePaymentEntryAudit,Long> COMMERCE_PAYMENT_ENTRY_AUDIT_ID_ACCESSOR
-