@ProviderType public class ShoppingCategoryWrapper extends java.lang.Object implements ShoppingCategory, com.liferay.portal.kernel.model.ModelWrapper<ShoppingCategory>
This class is a wrapper for ShoppingCategory.
ShoppingCategory,
Serialized FormCATEGORY_ID_ACCESSOR| Constructor and Description |
|---|
ShoppingCategoryWrapper(ShoppingCategory shoppingCategory) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(ShoppingCategory shoppingCategory) |
boolean |
equals(java.lang.Object obj) |
long |
getCategoryId()
Returns the category ID of this shopping category.
|
long |
getCompanyId()
Returns the company ID of this shopping category.
|
java.util.Date |
getCreateDate()
Returns the create date of this shopping category.
|
java.lang.String |
getDescription()
Returns the description of this shopping category.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
long |
getGroupId()
Returns the group ID of this shopping category.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
java.util.Date |
getModifiedDate()
Returns the modified date of this shopping category.
|
java.lang.String |
getName()
Returns the name of this shopping category.
|
long |
getParentCategoryId()
Returns the parent category ID of this shopping category.
|
long |
getPrimaryKey()
Returns the primary key of this shopping category.
|
java.io.Serializable |
getPrimaryKeyObj() |
long |
getUserId()
Returns the user ID of this shopping category.
|
java.lang.String |
getUserName()
Returns the user name of this shopping category.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this shopping category.
|
ShoppingCategory |
getWrappedModel() |
int |
hashCode() |
boolean |
isCachedModel() |
boolean |
isEntityCacheEnabled() |
boolean |
isEscapedModel() |
boolean |
isFinderCacheEnabled() |
boolean |
isNew() |
boolean |
isRoot() |
void |
persist() |
void |
resetOriginalValues() |
void |
setCachedModel(boolean cachedModel) |
void |
setCategoryId(long categoryId)
Sets the category ID of this shopping category.
|
void |
setCompanyId(long companyId)
Sets the company ID of this shopping category.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this shopping category.
|
void |
setDescription(java.lang.String description)
Sets the description of this shopping category.
|
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setGroupId(long groupId)
Sets the group ID of this shopping category.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this shopping category.
|
void |
setName(java.lang.String name)
Sets the name of this shopping category.
|
void |
setNew(boolean n) |
void |
setParentCategoryId(long parentCategoryId)
Sets the parent category ID of this shopping category.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this shopping category.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setUserId(long userId)
Sets the user ID of this shopping category.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this shopping category.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this shopping category.
|
com.liferay.portal.kernel.model.CacheModel<ShoppingCategory> |
toCacheModel() |
ShoppingCategory |
toEscapedModel() |
java.lang.String |
toString() |
ShoppingCategory |
toUnescapedModel() |
java.lang.String |
toXmlString() |
public ShoppingCategoryWrapper(ShoppingCategory shoppingCategory)
public java.lang.Class<?> getModelClass()
getModelClass in interface com.liferay.portal.kernel.model.ClassedModelpublic java.lang.String getModelClassName()
getModelClassName in interface com.liferay.portal.kernel.model.ClassedModelpublic java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<ShoppingCategory>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<ShoppingCategory>public java.lang.Object clone()
clone in interface com.liferay.portal.kernel.model.BaseModel<ShoppingCategory>clone in interface ShoppingCategoryModelclone in class java.lang.Objectpublic int compareTo(ShoppingCategory shoppingCategory)
compareTo in interface ShoppingCategoryModelcompareTo in interface java.lang.Comparable<ShoppingCategory>public long getCategoryId()
getCategoryId in interface ShoppingCategoryModelpublic long getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface ShoppingCategoryModelpublic java.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.AuditedModelgetCreateDate in interface ShoppingCategoryModelpublic java.lang.String getDescription()
getDescription in interface ShoppingCategoryModelpublic com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<ShoppingCategory>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelgetExpandoBridge in interface ShoppingCategoryModelpublic long getGroupId()
getGroupId in interface com.liferay.portal.kernel.model.GroupedModelgetGroupId in interface ShoppingCategoryModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface ShoppingCategoryModelpublic java.lang.String getName()
getName in interface ShoppingCategoryModelpublic long getParentCategoryId()
getParentCategoryId in interface ShoppingCategoryModelpublic long getPrimaryKey()
getPrimaryKey in interface ShoppingCategoryModelpublic java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<ShoppingCategory>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelgetPrimaryKeyObj in interface ShoppingCategoryModelpublic long getUserId()
getUserId in interface com.liferay.portal.kernel.model.AuditedModelgetUserId in interface ShoppingCategoryModelpublic java.lang.String getUserName()
getUserName in interface com.liferay.portal.kernel.model.AuditedModelgetUserName in interface ShoppingCategoryModelpublic java.lang.String getUserUuid()
getUserUuid in interface com.liferay.portal.kernel.model.AuditedModelgetUserUuid in interface ShoppingCategoryModelpublic int hashCode()
hashCode in interface ShoppingCategoryModelhashCode in class java.lang.Objectpublic boolean isCachedModel()
isCachedModel in interface com.liferay.portal.kernel.model.BaseModel<ShoppingCategory>isCachedModel in interface ShoppingCategoryModelpublic boolean isEscapedModel()
isEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<ShoppingCategory>isEscapedModel in interface ShoppingCategoryModelpublic boolean isNew()
isNew in interface com.liferay.portal.kernel.model.BaseModel<ShoppingCategory>isNew in interface ShoppingCategoryModelpublic boolean isRoot()
isRoot in interface ShoppingCategorypublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setCachedModel(boolean cachedModel)
setCachedModel in interface com.liferay.portal.kernel.model.BaseModel<ShoppingCategory>setCachedModel in interface ShoppingCategoryModelpublic void setCategoryId(long categoryId)
setCategoryId in interface ShoppingCategoryModelcategoryId - the category ID of this shopping categorypublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface ShoppingCategoryModelcompanyId - the company ID of this shopping categorypublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.AuditedModelsetCreateDate in interface ShoppingCategoryModelcreateDate - the create date of this shopping categorypublic void setDescription(java.lang.String description)
setDescription in interface ShoppingCategoryModeldescription - the description of this shopping categorypublic void setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<ShoppingCategory>setExpandoBridgeAttributes in interface ShoppingCategoryModelpublic void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<ShoppingCategory>setExpandoBridgeAttributes in interface ShoppingCategoryModelpublic void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<ShoppingCategory>setExpandoBridgeAttributes in interface ShoppingCategoryModelpublic void setGroupId(long groupId)
setGroupId in interface com.liferay.portal.kernel.model.GroupedModelsetGroupId in interface ShoppingCategoryModelgroupId - the group ID of this shopping categorypublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelsetModifiedDate in interface ShoppingCategoryModelmodifiedDate - the modified date of this shopping categorypublic void setName(java.lang.String name)
setName in interface ShoppingCategoryModelname - the name of this shopping categorypublic void setNew(boolean n)
setNew in interface com.liferay.portal.kernel.model.BaseModel<ShoppingCategory>setNew in interface ShoppingCategoryModelpublic void setParentCategoryId(long parentCategoryId)
setParentCategoryId in interface ShoppingCategoryModelparentCategoryId - the parent category ID of this shopping categorypublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface ShoppingCategoryModelprimaryKey - the primary key of this shopping categorypublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<ShoppingCategory>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelsetPrimaryKeyObj in interface ShoppingCategoryModelpublic void setUserId(long userId)
setUserId in interface com.liferay.portal.kernel.model.AuditedModelsetUserId in interface ShoppingCategoryModeluserId - the user ID of this shopping categorypublic void setUserName(java.lang.String userName)
setUserName in interface com.liferay.portal.kernel.model.AuditedModelsetUserName in interface ShoppingCategoryModeluserName - the user name of this shopping categorypublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.portal.kernel.model.AuditedModelsetUserUuid in interface ShoppingCategoryModeluserUuid - the user uuid of this shopping categorypublic com.liferay.portal.kernel.model.CacheModel<ShoppingCategory> toCacheModel()
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<ShoppingCategory>toCacheModel in interface ShoppingCategoryModelpublic ShoppingCategory toEscapedModel()
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<ShoppingCategory>toEscapedModel in interface ShoppingCategoryModelpublic java.lang.String toString()
toString in interface ShoppingCategoryModeltoString in class java.lang.Objectpublic ShoppingCategory toUnescapedModel()
toUnescapedModel in interface com.liferay.portal.kernel.model.BaseModel<ShoppingCategory>toUnescapedModel in interface ShoppingCategoryModelpublic java.lang.String toXmlString()
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<ShoppingCategory>toXmlString in interface ShoppingCategoryModelpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic ShoppingCategory getWrappedModel()
getWrappedModel in interface com.liferay.portal.kernel.model.ModelWrapper<ShoppingCategory>public boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<ShoppingCategory>public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<ShoppingCategory>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<ShoppingCategory>