public class CommerceDiscountUsageEntryWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceDiscountUsageEntry> implements CommerceDiscountUsageEntry, com.liferay.portal.kernel.model.ModelWrapper<CommerceDiscountUsageEntry>
This class is a wrapper for CommerceDiscountUsageEntry.
CommerceDiscountUsageEntry,
Serialized FormCOMMERCE_DISCOUNT_USAGE_ENTRY_ID_ACCESSOR| Constructor and Description |
|---|
CommerceDiscountUsageEntryWrapper(CommerceDiscountUsageEntry commerceDiscountUsageEntry) |
| Modifier and Type | Method and Description |
|---|---|
CommerceDiscountUsageEntry |
cloneWithOriginalValues() |
long |
getCommerceAccountId()
Returns the commerce account ID of this commerce discount usage entry.
|
long |
getCommerceDiscountId()
Returns the commerce discount ID of this commerce discount usage entry.
|
long |
getCommerceDiscountUsageEntryId()
Returns the commerce discount usage entry ID of this commerce discount usage entry.
|
long |
getCommerceOrderId()
Returns the commerce order ID of this commerce discount usage entry.
|
long |
getCompanyId()
Returns the company ID of this commerce discount usage entry.
|
java.util.Date |
getCreateDate()
Returns the create date of this commerce discount usage entry.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this commerce discount usage entry.
|
long |
getMvccVersion()
Returns the mvcc version of this commerce discount usage entry.
|
long |
getPrimaryKey()
Returns the primary key of this commerce discount usage entry.
|
long |
getUserId()
Returns the user ID of this commerce discount usage entry.
|
java.lang.String |
getUserName()
Returns the user name of this commerce discount usage entry.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this commerce discount usage entry.
|
void |
persist() |
void |
setCommerceAccountId(long commerceAccountId)
Sets the commerce account ID of this commerce discount usage entry.
|
void |
setCommerceDiscountId(long commerceDiscountId)
Sets the commerce discount ID of this commerce discount usage entry.
|
void |
setCommerceDiscountUsageEntryId(long commerceDiscountUsageEntryId)
Sets the commerce discount usage entry ID of this commerce discount usage entry.
|
void |
setCommerceOrderId(long commerceOrderId)
Sets the commerce order ID of this commerce discount usage entry.
|
void |
setCompanyId(long companyId)
Sets the company ID of this commerce discount usage entry.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this commerce discount usage entry.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this commerce discount usage entry.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this commerce discount usage entry.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this commerce discount usage entry.
|
void |
setUserId(long userId)
Sets the user ID of this commerce discount usage entry.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this commerce discount usage entry.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this commerce discount usage entry.
|
protected CommerceDiscountUsageEntryWrapper |
wrap(CommerceDiscountUsageEntry commerceDiscountUsageEntry) |
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, toXmlStringfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringpublic CommerceDiscountUsageEntryWrapper(CommerceDiscountUsageEntry commerceDiscountUsageEntry)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<CommerceDiscountUsageEntry>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<CommerceDiscountUsageEntry>public CommerceDiscountUsageEntry cloneWithOriginalValues()
cloneWithOriginalValues in interface CommerceDiscountUsageEntryModelcloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<CommerceDiscountUsageEntry>public long getCommerceAccountId()
getCommerceAccountId in interface CommerceDiscountUsageEntryModelpublic long getCommerceDiscountId()
getCommerceDiscountId in interface CommerceDiscountUsageEntryModelpublic long getCommerceDiscountUsageEntryId()
getCommerceDiscountUsageEntryId in interface CommerceDiscountUsageEntryModelpublic long getCommerceOrderId()
getCommerceOrderId in interface CommerceDiscountUsageEntryModelpublic long getCompanyId()
getCompanyId in interface CommerceDiscountUsageEntryModelgetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic java.util.Date getCreateDate()
getCreateDate in interface CommerceDiscountUsageEntryModelgetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface CommerceDiscountUsageEntryModelgetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelpublic long getMvccVersion()
getMvccVersion in interface CommerceDiscountUsageEntryModelgetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic long getPrimaryKey()
getPrimaryKey in interface CommerceDiscountUsageEntryModelpublic long getUserId()
getUserId in interface CommerceDiscountUsageEntryModelgetUserId in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserName()
getUserName in interface CommerceDiscountUsageEntryModelgetUserName in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserUuid()
getUserUuid in interface CommerceDiscountUsageEntryModelgetUserUuid in interface com.liferay.portal.kernel.model.AuditedModelpublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setCommerceAccountId(long commerceAccountId)
setCommerceAccountId in interface CommerceDiscountUsageEntryModelcommerceAccountId - the commerce account ID of this commerce discount usage entrypublic void setCommerceDiscountId(long commerceDiscountId)
setCommerceDiscountId in interface CommerceDiscountUsageEntryModelcommerceDiscountId - the commerce discount ID of this commerce discount usage entrypublic void setCommerceDiscountUsageEntryId(long commerceDiscountUsageEntryId)
setCommerceDiscountUsageEntryId in interface CommerceDiscountUsageEntryModelcommerceDiscountUsageEntryId - the commerce discount usage entry ID of this commerce discount usage entrypublic void setCommerceOrderId(long commerceOrderId)
setCommerceOrderId in interface CommerceDiscountUsageEntryModelcommerceOrderId - the commerce order ID of this commerce discount usage entrypublic void setCompanyId(long companyId)
setCompanyId in interface CommerceDiscountUsageEntryModelsetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this commerce discount usage entrypublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface CommerceDiscountUsageEntryModelsetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelcreateDate - the create date of this commerce discount usage entrypublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface CommerceDiscountUsageEntryModelsetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelmodifiedDate - the modified date of this commerce discount usage entrypublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface CommerceDiscountUsageEntryModelsetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this commerce discount usage entrypublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface CommerceDiscountUsageEntryModelprimaryKey - the primary key of this commerce discount usage entrypublic void setUserId(long userId)
setUserId in interface CommerceDiscountUsageEntryModelsetUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this commerce discount usage entrypublic void setUserName(java.lang.String userName)
setUserName in interface CommerceDiscountUsageEntryModelsetUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this commerce discount usage entrypublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface CommerceDiscountUsageEntryModelsetUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this commerce discount usage entryprotected CommerceDiscountUsageEntryWrapper wrap(CommerceDiscountUsageEntry commerceDiscountUsageEntry)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceDiscountUsageEntry>