Liferay 6.1.2-ce-ga3

com.liferay.portlet.asset.model
Interface AssetCategoryProperty

All Superinterfaces:
AssetCategoryPropertyModel, AuditedModel, BaseModel<AssetCategoryProperty>, ClassedModel, Cloneable, Comparable<AssetCategoryProperty>, PersistedModel, Serializable
All Known Implementing Classes:
AssetCategoryPropertyWrapper

public interface AssetCategoryProperty
extends AssetCategoryPropertyModel, PersistedModel

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

See Also:
AssetCategoryPropertyModel, AssetCategoryPropertyImpl, AssetCategoryPropertyModelImpl

Method Summary
 
Methods inherited from interface com.liferay.portlet.asset.model.AssetCategoryPropertyModel
clone, compareTo, getCategoryId, getCategoryPropertyId, getCompanyId, getCreateDate, getExpandoBridge, getKey, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserName, getUserUuid, getValue, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCategoryId, setCategoryPropertyId, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setKey, setModifiedDate, setNew, setPrimaryKey, setPrimaryKeyObj, setUserId, setUserName, setUserUuid, setValue, 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
 


Liferay 6.1.2-ce-ga3