Liferay 6.1.2-ce-ga3

com.liferay.portlet.shopping.model
Interface ShoppingCategory

All Superinterfaces:
AuditedModel, BaseModel<ShoppingCategory>, ClassedModel, Cloneable, Comparable<ShoppingCategory>, GroupedModel, PersistedModel, Serializable, ShoppingCategoryModel
All Known Implementing Classes:
ShoppingCategoryWrapper

public interface ShoppingCategory
extends ShoppingCategoryModel, PersistedModel

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

See Also:
ShoppingCategoryModel, ShoppingCategoryImpl, ShoppingCategoryModelImpl

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, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setName, setNew, setParentCategoryId, setPrimaryKey, setPrimaryKeyObj, setUserId, setUserName, setUserUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Method Detail

isRoot

boolean isRoot()

Liferay 6.1.2-ce-ga3