Liferay 6.0-ee-sp2

com.liferay.portlet.asset.model
Interface AssetTag

All Superinterfaces:
AssetTagModel, AuditedModel, BaseModel<AssetTag>, ClassedModel, Cloneable, Comparable<AssetTag>, GroupedModel, PersistedModel, Serializable
All Known Implementing Classes:
AssetTagWrapper

public interface AssetTag
extends AssetTagModel, PersistedModel

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

See Also:
AssetTagModel, AssetTagImpl, AssetTagModelImpl

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, setPrimaryKeyObj, setTagId, setUserId, setUserName, setUserUuid, toCacheModel, toEscapedModel, toString, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
resetOriginalValues
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 


Liferay 6.0-ee-sp2