Liferay 6.1.2-ce-ga3

com.liferay.portlet.asset.model
Interface AssetTag

All Superinterfaces:
AssetTagModel, AuditedModel, BaseModel<AssetTag>, ClassedModel, Cloneable, Comparable<AssetTag>, GroupedModel, PersistedModel, Serializable
All Known Implementing Classes:
AssetTagBaseImpl, AssetTagImpl, 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
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
static Accessor<AssetTag,String> NAME_ACCESSOR
           
 
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, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setName, setNew, setPrimaryKey, setPrimaryKeyObj, setTagId, setUserId, setUserName, setUserUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Field Detail

NAME_ACCESSOR

static final Accessor<AssetTag,String> NAME_ACCESSOR

Liferay 6.1.2-ce-ga3