Liferay 7.0-ce-a2

com.liferay.portlet.asset.model.adapter.impl
Class StagedAssetLinkImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<AssetLink>
      extended by com.liferay.portlet.asset.model.impl.AssetLinkModelImpl
          extended by com.liferay.portlet.asset.model.impl.AssetLinkBaseImpl
              extended by com.liferay.portlet.asset.model.impl.AssetLinkImpl
                  extended by com.liferay.portlet.asset.model.adapter.impl.StagedAssetLinkImpl
All Implemented Interfaces:
BaseModel<AssetLink>, ClassedModel, PersistedModel, StagedModel, StagedAssetLink, AssetLink, AssetLinkModel, Serializable, Cloneable, Comparable<AssetLink>

public class StagedAssetLinkImpl
extends AssetLinkImpl
implements StagedAssetLink

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.asset.model.impl.AssetLinkModelImpl
COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, ENTRYID1_COLUMN_BITMASK, ENTRYID2_COLUMN_BITMASK, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_COLUMNS_MAP, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, TYPE_COLUMN_BITMASK, WEIGHT_COLUMN_BITMASK
 
Fields inherited from interface com.liferay.portlet.asset.model.AssetLink
ENTRY_ID2_ACCESSOR, LINK_ID_ACCESSOR
 
Constructor Summary
StagedAssetLinkImpl()
           
StagedAssetLinkImpl(AssetLink assetLink)
           
 
Method Summary
 String getEntry1ClassName()
           
 String getEntry1Uuid()
           
 String getEntry2ClassName()
           
 String getEntry2Uuid()
           
 Date getModifiedDate()
           
 StagedModelType getStagedModelType()
           
 String getUuid()
           
protected  void populateEntry1Attributes()
           
protected  void populateEntry2Attributes()
           
protected  void populateUuid()
           
 void setAssetLink(AssetLink assetLink)
           
 void setModifiedDate(Date date)
           
 void setUuid(String uuid)
           
 
Methods inherited from class com.liferay.portlet.asset.model.impl.AssetLinkBaseImpl
persist
 
Methods inherited from class com.liferay.portlet.asset.model.impl.AssetLinkModelImpl
clone, compareTo, equals, getColumnBitmask, getCompanyId, getCreateDate, getEntryId1, getEntryId2, getExpandoBridge, getLinkId, getModelAttributes, getModelClass, getModelClassName, getOriginalEntryId1, getOriginalEntryId2, getOriginalType, getPrimaryKey, getPrimaryKeyObj, getType, getUserId, getUserName, getUserUuid, getWeight, hashCode, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setCompanyId, setCreateDate, setEntryId1, setEntryId2, setExpandoBridgeAttributes, setLinkId, setModelAttributes, setPrimaryKey, setPrimaryKeyObj, setType, setUserId, setUserName, setUserUuid, setWeight, toCacheModel, toEscapedModel, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
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, setCompanyId, setCreateDate
 

Constructor Detail

StagedAssetLinkImpl

public StagedAssetLinkImpl()

StagedAssetLinkImpl

public StagedAssetLinkImpl(AssetLink assetLink)
Method Detail

getEntry1ClassName

public String getEntry1ClassName()
Specified by:
getEntry1ClassName in interface StagedAssetLink

getEntry1Uuid

public String getEntry1Uuid()
Specified by:
getEntry1Uuid in interface StagedAssetLink

getEntry2ClassName

public String getEntry2ClassName()
Specified by:
getEntry2ClassName in interface StagedAssetLink

getEntry2Uuid

public String getEntry2Uuid()
Specified by:
getEntry2Uuid in interface StagedAssetLink

getModifiedDate

public Date getModifiedDate()
Specified by:
getModifiedDate in interface StagedModel

getStagedModelType

public StagedModelType getStagedModelType()
Specified by:
getStagedModelType in interface StagedModel

getUuid

public String getUuid()
Specified by:
getUuid in interface StagedModel

setAssetLink

public void setAssetLink(AssetLink assetLink)

setModifiedDate

public void setModifiedDate(Date date)
Specified by:
setModifiedDate in interface StagedModel

setUuid

public void setUuid(String uuid)
Specified by:
setUuid in interface StagedModel

populateEntry1Attributes

protected void populateEntry1Attributes()

populateEntry2Attributes

protected void populateEntry2Attributes()

populateUuid

protected void populateUuid()

Liferay 7.0-ce-a2