Liferay 6.0-ee-sp2

com.liferay.portlet.asset.model
Interface AssetLink

All Superinterfaces:
AssetLinkModel, BaseModel<AssetLink>, ClassedModel, Cloneable, Comparable<AssetLink>, PersistedModel, Serializable
All Known Implementing Classes:
AssetLinkWrapper

public interface AssetLink
extends AssetLinkModel, PersistedModel

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

See Also:
AssetLinkModel, AssetLinkImpl, AssetLinkModelImpl

Method Summary
 
Methods inherited from interface com.liferay.portlet.asset.model.AssetLinkModel
clone, compareTo, getCompanyId, getCreateDate, getEntryId1, getEntryId2, getExpandoBridge, getLinkId, getPrimaryKey, getPrimaryKeyObj, getType, getUserId, getUserName, getUserUuid, getWeight, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setCreateDate, setEntryId1, setEntryId2, setEscapedModel, setExpandoBridgeAttributes, setLinkId, setNew, setPrimaryKey, setPrimaryKeyObj, setType, setUserId, setUserName, setUserUuid, setWeight, 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