public class CommerceApplicationModelWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceApplicationModel> implements CommerceApplicationModel, com.liferay.portal.kernel.model.ModelWrapper<CommerceApplicationModel>
This class is a wrapper for CommerceApplicationModel.
CommerceApplicationModel,
Serialized FormCOMMERCE_APPLICATION_MODEL_ID_ACCESSOR| Constructor and Description |
|---|
CommerceApplicationModelWrapper(CommerceApplicationModel commerceApplicationModel) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCommerceApplicationBrandId()
Returns the commerce application brand ID of this commerce application model.
|
long |
getCommerceApplicationModelId()
Returns the commerce application model ID of this commerce application model.
|
long |
getCompanyId()
Returns the company ID of this commerce application model.
|
java.util.Date |
getCreateDate()
Returns the create date of this commerce application model.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this commerce application model.
|
java.lang.String |
getName()
Returns the name of this commerce application model.
|
long |
getPrimaryKey()
Returns the primary key of this commerce application model.
|
long |
getUserId()
Returns the user ID of this commerce application model.
|
java.lang.String |
getUserName()
Returns the user name of this commerce application model.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this commerce application model.
|
java.lang.String |
getYear()
Returns the year of this commerce application model.
|
void |
persist() |
void |
setCommerceApplicationBrandId(long commerceApplicationBrandId)
Sets the commerce application brand ID of this commerce application model.
|
void |
setCommerceApplicationModelId(long commerceApplicationModelId)
Sets the commerce application model ID of this commerce application model.
|
void |
setCompanyId(long companyId)
Sets the company ID of this commerce application model.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this commerce application model.
|
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 application model.
|
void |
setName(java.lang.String name)
Sets the name of this commerce application model.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this commerce application model.
|
void |
setUserId(long userId)
Sets the user ID of this commerce application model.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this commerce application model.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this commerce application model.
|
void |
setYear(java.lang.String year)
Sets the year of this commerce application model.
|
protected CommerceApplicationModelWrapper |
wrap(CommerceApplicationModel commerceApplicationModel) |
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 CommerceApplicationModelWrapper(CommerceApplicationModel commerceApplicationModel)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<CommerceApplicationModel>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<CommerceApplicationModel>public long getCommerceApplicationBrandId()
getCommerceApplicationBrandId in interface CommerceApplicationModelModelpublic long getCommerceApplicationModelId()
getCommerceApplicationModelId in interface CommerceApplicationModelModelpublic long getCompanyId()
getCompanyId in interface CommerceApplicationModelModelgetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic java.util.Date getCreateDate()
getCreateDate in interface CommerceApplicationModelModelgetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface CommerceApplicationModelModelgetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getName()
getName in interface CommerceApplicationModelModelpublic long getPrimaryKey()
getPrimaryKey in interface CommerceApplicationModelModelpublic long getUserId()
getUserId in interface CommerceApplicationModelModelgetUserId in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserName()
getUserName in interface CommerceApplicationModelModelgetUserName in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserUuid()
getUserUuid in interface CommerceApplicationModelModelgetUserUuid in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getYear()
getYear in interface CommerceApplicationModelModelpublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setCommerceApplicationBrandId(long commerceApplicationBrandId)
setCommerceApplicationBrandId in interface CommerceApplicationModelModelcommerceApplicationBrandId - the commerce application brand ID of this commerce application modelpublic void setCommerceApplicationModelId(long commerceApplicationModelId)
setCommerceApplicationModelId in interface CommerceApplicationModelModelcommerceApplicationModelId - the commerce application model ID of this commerce application modelpublic void setCompanyId(long companyId)
setCompanyId in interface CommerceApplicationModelModelsetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this commerce application modelpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface CommerceApplicationModelModelsetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelcreateDate - the create date of this commerce application modelpublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface CommerceApplicationModelModelsetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelmodifiedDate - the modified date of this commerce application modelpublic void setName(java.lang.String name)
setName in interface CommerceApplicationModelModelname - the name of this commerce application modelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface CommerceApplicationModelModelprimaryKey - the primary key of this commerce application modelpublic void setUserId(long userId)
setUserId in interface CommerceApplicationModelModelsetUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this commerce application modelpublic void setUserName(java.lang.String userName)
setUserName in interface CommerceApplicationModelModelsetUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this commerce application modelpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface CommerceApplicationModelModelsetUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this commerce application modelpublic void setYear(java.lang.String year)
setYear in interface CommerceApplicationModelModelyear - the year of this commerce application modelprotected CommerceApplicationModelWrapper wrap(CommerceApplicationModel commerceApplicationModel)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceApplicationModel>