Liferay 6.2-ce-ga5

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

@ProviderType
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

Field Summary
static Accessor<AssetTag,String> NAME_ACCESSOR
           
static Accessor<AssetTag,Long> TAG_ID_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, setExpandoBridgeAttributes, 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

TAG_ID_ACCESSOR

static final Accessor<AssetTag,Long> TAG_ID_ACCESSOR

NAME_ACCESSOR

static final Accessor<AssetTag,String> NAME_ACCESSOR

Liferay 6.2-ce-ga5