Liferay 6.0.5

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

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

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

Never reference this interface directly. All methods that expect a asset category property model instance should use the AssetCategoryProperty interface instead.

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