Liferay 6.0.3

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

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

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

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