Liferay 6.0.3

com.liferay.portlet.asset.model
Interface AssetCategoryProperty

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

public interface AssetCategoryProperty
extends AssetCategoryPropertyModel

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

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

See Also:
AssetCategoryPropertyModel, AssetCategoryPropertyImpl, AssetCategoryPropertyModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

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, setEscapedModel, setExpandoBridgeAttributes, setKey, setModifiedDate, setNew, setPrimaryKey, setUserId, setUserName, setUserUuid, setValue, toEscapedModel, toString, toXmlString
 


Liferay 6.0.3