Liferay 6.0.5

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

The model interface for the ShoppingCategory service. Represents a row in the "ShoppingCategory" database table, with each column mapped to a property of this class.

Never modify this interface directly. Add methods to ShoppingCategoryImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a shopping category model instance should use the ShoppingCategory interface instead.

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.5