Liferay 6.0.5

com.liferay.portlet.asset.model
Interface AssetTagProperty

All Superinterfaces:
AssetTagPropertyModel, BaseModel<AssetTagProperty>, Cloneable, Comparable<AssetTagProperty>, Serializable
All Known Implementing Classes:
AssetTagPropertyImpl, 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 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.

See Also:
AssetTagPropertyModel, AssetTagPropertyImpl, AssetTagPropertyModelImpl
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.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
 


Liferay 6.0.5