Liferay 6.2-ce-ga5

com.liferay.portlet.asset.model
Interface AssetLink

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

@ProviderType
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
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
static Accessor<AssetLink,Long> ENTRY_ID2_ACCESSOR
           
static Accessor<AssetLink,Long> LINK_ID_ACCESSOR
           
 
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, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setLinkId, setNew, setPrimaryKey, setPrimaryKeyObj, setType, setUserId, setUserName, setUserUuid, setWeight, 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

LINK_ID_ACCESSOR

static final Accessor<AssetLink,Long> LINK_ID_ACCESSOR

ENTRY_ID2_ACCESSOR

static final Accessor<AssetLink,Long> ENTRY_ID2_ACCESSOR

Liferay 6.2-ce-ga5