com.liferay.portlet.asset.model
Interface AssetTag

All Superinterfaces:
AssetTagModel, BaseModel<AssetTag>, java.lang.Cloneable, java.lang.Comparable<AssetTag>, java.io.Serializable
All Known Implementing Classes:
AssetTagWrapper

public interface AssetTag
extends AssetTagModel

The model interface for the AssetTag service. Represents a row in the "AssetTag" 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.AssetTagImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

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

Author:
Brian Wing Shun Chan
See Also:
AssetTagModel, com.liferay.portlet.asset.model.impl.AssetTagImpl, com.liferay.portlet.asset.model.impl.AssetTagModelImpl
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