Liferay 7.0-ce-b4

com.liferay.portlet.asset.model.adapter
Interface StagedAssetLink

All Superinterfaces:
AssetLink, AssetLinkModel, BaseModel<AssetLink>, ClassedModel, Cloneable, Comparable<AssetLink>, PersistedModel, Serializable, ShardedModel, StagedModel

public interface StagedAssetLink
extends AssetLink, StagedModel


Field Summary
 
Fields inherited from interface com.liferay.portlet.asset.model.AssetLink
ENTRY_ID2_ACCESSOR, LINK_ID_ACCESSOR
 
Method Summary
 String getEntry1ClassName()
           
 String getEntry1Uuid()
           
 String getEntry2ClassName()
           
 String getEntry2Uuid()
           
 
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, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 
Methods inherited from interface com.liferay.portal.model.StagedModel
clone, getCompanyId, getCreateDate, getModifiedDate, getStagedModelType, getUuid, setCompanyId, setCreateDate, setModifiedDate, setUuid
 

Method Detail

getEntry1ClassName

String getEntry1ClassName()

getEntry1Uuid

String getEntry1Uuid()

getEntry2ClassName

String getEntry2ClassName()

getEntry2Uuid

String getEntry2Uuid()

Liferay 7.0-ce-b4