com.liferay.portlet.shopping.model
Class ShoppingCategoryWrapper
java.lang.Object
com.liferay.portlet.shopping.model.ShoppingCategoryWrapper
- All Implemented Interfaces:
- BaseModel<ShoppingCategory>, ShoppingCategory, ShoppingCategoryModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<ShoppingCategory>
public class ShoppingCategoryWrapper
- extends java.lang.Object
- implements ShoppingCategory
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for ShoppingCategory
.
- Author:
- Brian Wing Shun Chan
- See Also:
ShoppingCategory
,
Serialized Form- Generated:
Methods inherited from class java.lang.Object |
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
ShoppingCategoryWrapper
public ShoppingCategoryWrapper(ShoppingCategory shoppingCategory)
getPrimaryKey
public long getPrimaryKey()
- Specified by:
getPrimaryKey
in interface ShoppingCategoryModel
setPrimaryKey
public void setPrimaryKey(long pk)
- Specified by:
setPrimaryKey
in interface ShoppingCategoryModel
getCategoryId
public long getCategoryId()
- Specified by:
getCategoryId
in interface ShoppingCategoryModel
setCategoryId
public void setCategoryId(long categoryId)
- Specified by:
setCategoryId
in interface ShoppingCategoryModel
getGroupId
public long getGroupId()
- Specified by:
getGroupId
in interface ShoppingCategoryModel
setGroupId
public void setGroupId(long groupId)
- Specified by:
setGroupId
in interface ShoppingCategoryModel
getCompanyId
public long getCompanyId()
- Specified by:
getCompanyId
in interface ShoppingCategoryModel
setCompanyId
public void setCompanyId(long companyId)
- Specified by:
setCompanyId
in interface ShoppingCategoryModel
getUserId
public long getUserId()
- Specified by:
getUserId
in interface ShoppingCategoryModel
setUserId
public void setUserId(long userId)
- Specified by:
setUserId
in interface ShoppingCategoryModel
getUserUuid
public java.lang.String getUserUuid()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getUserUuid
in interface ShoppingCategoryModel
- Throws:
com.liferay.portal.kernel.exception.SystemException
setUserUuid
public void setUserUuid(java.lang.String userUuid)
- Specified by:
setUserUuid
in interface ShoppingCategoryModel
getUserName
public java.lang.String getUserName()
- Specified by:
getUserName
in interface ShoppingCategoryModel
setUserName
public void setUserName(java.lang.String userName)
- Specified by:
setUserName
in interface ShoppingCategoryModel
getCreateDate
public java.util.Date getCreateDate()
- Specified by:
getCreateDate
in interface ShoppingCategoryModel
setCreateDate
public void setCreateDate(java.util.Date createDate)
- Specified by:
setCreateDate
in interface ShoppingCategoryModel
getModifiedDate
public java.util.Date getModifiedDate()
- Specified by:
getModifiedDate
in interface ShoppingCategoryModel
setModifiedDate
public void setModifiedDate(java.util.Date modifiedDate)
- Specified by:
setModifiedDate
in interface ShoppingCategoryModel
getParentCategoryId
public long getParentCategoryId()
- Specified by:
getParentCategoryId
in interface ShoppingCategoryModel
setParentCategoryId
public void setParentCategoryId(long parentCategoryId)
- Specified by:
setParentCategoryId
in interface ShoppingCategoryModel
getName
public java.lang.String getName()
- Specified by:
getName
in interface ShoppingCategoryModel
setName
public void setName(java.lang.String name)
- Specified by:
setName
in interface ShoppingCategoryModel
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription
in interface ShoppingCategoryModel
setDescription
public void setDescription(java.lang.String description)
- Specified by:
setDescription
in interface ShoppingCategoryModel
toEscapedModel
public ShoppingCategory toEscapedModel()
- Specified by:
toEscapedModel
in interface ShoppingCategoryModel
isNew
public boolean isNew()
- Specified by:
isNew
in interface BaseModel<ShoppingCategory>
- Specified by:
isNew
in interface ShoppingCategoryModel
setNew
public boolean setNew(boolean n)
- Specified by:
setNew
in interface BaseModel<ShoppingCategory>
- Specified by:
setNew
in interface ShoppingCategoryModel
isCachedModel
public boolean isCachedModel()
- Specified by:
isCachedModel
in interface BaseModel<ShoppingCategory>
- Specified by:
isCachedModel
in interface ShoppingCategoryModel
setCachedModel
public void setCachedModel(boolean cachedModel)
- Specified by:
setCachedModel
in interface BaseModel<ShoppingCategory>
- Specified by:
setCachedModel
in interface ShoppingCategoryModel
isEscapedModel
public boolean isEscapedModel()
- Specified by:
isEscapedModel
in interface BaseModel<ShoppingCategory>
- Specified by:
isEscapedModel
in interface ShoppingCategoryModel
setEscapedModel
public void setEscapedModel(boolean escapedModel)
- Specified by:
setEscapedModel
in interface BaseModel<ShoppingCategory>
- Specified by:
setEscapedModel
in interface ShoppingCategoryModel
getPrimaryKeyObj
public java.io.Serializable getPrimaryKeyObj()
- Specified by:
getPrimaryKeyObj
in interface BaseModel<ShoppingCategory>
- Specified by:
getPrimaryKeyObj
in interface ShoppingCategoryModel
getExpandoBridge
public ExpandoBridge getExpandoBridge()
- Specified by:
getExpandoBridge
in interface BaseModel<ShoppingCategory>
- Specified by:
getExpandoBridge
in interface ShoppingCategoryModel
setExpandoBridgeAttributes
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
- Specified by:
setExpandoBridgeAttributes
in interface BaseModel<ShoppingCategory>
- Specified by:
setExpandoBridgeAttributes
in interface ShoppingCategoryModel
clone
public java.lang.Object clone()
- Specified by:
clone
in interface BaseModel<ShoppingCategory>
- Specified by:
clone
in interface ShoppingCategoryModel
- Overrides:
clone
in class java.lang.Object
compareTo
public int compareTo(ShoppingCategory shoppingCategory)
- Specified by:
compareTo
in interface ShoppingCategoryModel
- Specified by:
compareTo
in interface java.lang.Comparable<ShoppingCategory>
hashCode
public int hashCode()
- Specified by:
hashCode
in interface ShoppingCategoryModel
- Overrides:
hashCode
in class java.lang.Object
toString
public java.lang.String toString()
- Specified by:
toString
in interface ShoppingCategoryModel
- Overrides:
toString
in class java.lang.Object
toXmlString
public java.lang.String toXmlString()
- Specified by:
toXmlString
in interface BaseModel<ShoppingCategory>
- Specified by:
toXmlString
in interface ShoppingCategoryModel
isRoot
public boolean isRoot()
- Specified by:
isRoot
in interface ShoppingCategory
getWrappedShoppingCategory
public ShoppingCategory getWrappedShoppingCategory()