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
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 com.liferay.portlet.shopping.model.impl.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.
- 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 |
isRoot
boolean isRoot()