Liferay 6.0.3

com.liferay.portlet.shopping.model
Interface ShoppingCategory

All Superinterfaces:
BaseModel<ShoppingCategory>, Cloneable, Comparable<ShoppingCategory>, Serializable, ShoppingCategoryModel
All Known Implementing Classes:
ShoppingCategoryImpl, ShoppingCategoryWrapper

public interface ShoppingCategory
extends ShoppingCategoryModel

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

Customize ShoppingCategoryImpl and rerun the ServiceBuilder to generate the new methods.

See Also:
ShoppingCategoryModel, ShoppingCategoryImpl, ShoppingCategoryModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is 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()

Liferay 6.0.3