com.liferay.portlet.asset.model
Interface AssetTagProperty

All Superinterfaces:
AssetTagPropertyModel, BaseModel<AssetTagProperty>, java.lang.Cloneable, java.lang.Comparable<AssetTagProperty>, java.io.Serializable
All Known Implementing Classes:
AssetTagPropertyWrapper

public interface AssetTagProperty
extends AssetTagPropertyModel

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

Never modify this interface directly. Add methods to com.liferay.portlet.asset.model.impl.AssetTagPropertyImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

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

Author:
Brian Wing Shun Chan
See Also:
AssetTagPropertyModel, com.liferay.portlet.asset.model.impl.AssetTagPropertyImpl, com.liferay.portlet.asset.model.impl.AssetTagPropertyModelImpl
Generated:

Method Summary
 
Methods inherited from interface com.liferay.portlet.asset.model.AssetTagPropertyModel
clone, compareTo, getCompanyId, getCreateDate, getExpandoBridge, getKey, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getTagId, getTagPropertyId, getUserId, getUserName, getUserUuid, getValue, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setCreateDate, setEscapedModel, setExpandoBridgeAttributes, setKey, setModifiedDate, setNew, setPrimaryKey, setTagId, setTagPropertyId, setUserId, setUserName, setUserUuid, setValue, toEscapedModel, toString, toXmlString