com.liferay.portlet.shopping.model
Interface ShoppingCategory

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable, ShoppingCategoryModel

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

Method Summary
 boolean isRoot()
           
 
Methods inherited from interface com.liferay.portlet.shopping.model.ShoppingCategoryModel
getCategoryId, getCompanyId, getCreateDate, getDescription, getGroupId, getModifiedDate, getName, getParentCategoryId, getPrimaryKey, getUserId, getUserName, setCategoryId, setCompanyId, setCreateDate, setDescription, setGroupId, setModifiedDate, setName, setParentCategoryId, setPrimaryKey, setUserId, setUserName, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

isRoot

boolean isRoot()