Liferay 6.0.5

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

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

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