Liferay 6.0.3

com.liferay.portlet.asset.model
Interface AssetTag

All Superinterfaces:
AssetTagModel, BaseModel<AssetTag>, Cloneable, Comparable<AssetTag>, Serializable
All Known Implementing Classes:
AssetTagImpl, AssetTagWrapper

public interface AssetTag
extends AssetTagModel

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

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

See Also:
AssetTagModel, AssetTagImpl, AssetTagModelImpl
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.AssetTagModel
clone, compareTo, getAssetCount, getCompanyId, getCreateDate, getExpandoBridge, getGroupId, getModifiedDate, getName, getPrimaryKey, getPrimaryKeyObj, getTagId, getUserId, getUserName, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setAssetCount, setCachedModel, setCompanyId, setCreateDate, setEscapedModel, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setName, setNew, setPrimaryKey, setTagId, setUserId, setUserName, setUserUuid, toEscapedModel, toString, toXmlString
 


Liferay 6.0.3