com.liferay.portlet.shopping.model
Interface ShoppingCategory

All Superinterfaces:
BaseModel<ShoppingCategory>, java.lang.Cloneable, java.lang.Comparable<ShoppingCategory>, java.io.Serializable, ShoppingCategoryModel
All Known Implementing Classes:
ShoppingCategoryWrapper

public interface ShoppingCategory
extends ShoppingCategoryModel

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This interface is a model that represents the ShoppingCategory table in the database.

Customize com.liferay.portlet.shopping.model.impl.ShoppingCategoryImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
ShoppingCategoryModel, com.liferay.portlet.shopping.model.impl.ShoppingCategoryImpl, com.liferay.portlet.shopping.model.impl.ShoppingCategoryModelImpl
Generated:

Method Summary
 boolean isRoot()
           
 
Methods inherited from interface com.liferay.portlet.shopping.model.ShoppingCategoryModel
clone, compareTo, getCategoryId, getCompanyId, getCreateDate, getDescription, getExpandoBridge, getGroupId, getModifiedDate, getName, getParentCategoryId, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserName, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCategoryId, setCompanyId, setCreateDate, setDescription, setEscapedModel, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setName, setNew, setParentCategoryId, setPrimaryKey, setUserId, setUserName, setUserUuid, toEscapedModel, toString, toXmlString
 

Method Detail

isRoot

boolean isRoot()