Liferay 7.0-ce-b7 portal-impl

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

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

public class StagedAssetLinkImpl
extends Object
implements com.liferay.asset.kernel.model.adapter.StagedAssetLink

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.liferay.asset.kernel.model.AssetLink
ENTRY_ID2_ACCESSOR, LINK_ID_ACCESSOR
 
Constructor Summary
StagedAssetLinkImpl()
           
StagedAssetLinkImpl(com.liferay.asset.kernel.model.AssetLink assetLink)
           
 
Method Summary
 Object clone()
           
 int compareTo(com.liferay.asset.kernel.model.AssetLink assetLink)
           
 long getCompanyId()
           
 Date getCreateDate()
           
 String getEntry1ClassName()
           
 String getEntry1Uuid()
           
 String getEntry2ClassName()
           
 String getEntry2Uuid()
           
 long getEntryId1()
           
 long getEntryId2()
           
 com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
           
 long getLinkId()
           
 Map<String,Object> getModelAttributes()
           
 Class<?> getModelClass()
           
 String getModelClassName()
           
 Date getModifiedDate()
           
 long getPrimaryKey()
           
 Serializable getPrimaryKeyObj()
           
 com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
           
 int getType()
           
 long getUserId()
           
 String getUserName()
           
 String getUserUuid()
           
 String getUuid()
           
 int getWeight()
           
 boolean isCachedModel()
           
 boolean isEntityCacheEnabled()
           
 boolean isEscapedModel()
           
 boolean isFinderCacheEnabled()
           
 boolean isNew()
           
 void persist()
           
protected  void populateEntry1Attributes()
           
protected  void populateEntry2Attributes()
           
protected  void populateUuid()
           
 void resetOriginalValues()
           
 void setAssetLink(com.liferay.asset.kernel.model.AssetLink assetLink)
           
 void setCachedModel(boolean cachedModel)
           
 void setCompanyId(long companyId)
           
 void setCreateDate(Date createDate)
           
 void setEntryId1(long entryId1)
           
 void setEntryId2(long entryId2)
           
 void setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
           
 void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
           
 void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
           
 void setLinkId(long linkId)
           
 void setModelAttributes(Map<String,Object> attributes)
           
 void setModifiedDate(Date date)
           
 void setNew(boolean n)
           
 void setPrimaryKey(long primaryKey)
           
 void setPrimaryKeyObj(Serializable primaryKeyObj)
           
 void setType(int type)
           
 void setUserId(long userId)
           
 void setUserName(String userName)
           
 void setUserUuid(String userUuid)
           
 void setUuid(String uuid)
           
 void setWeight(int weight)
           
 com.liferay.portal.kernel.model.CacheModel<com.liferay.asset.kernel.model.AssetLink> toCacheModel()
           
 com.liferay.asset.kernel.model.AssetLink toEscapedModel()
           
 com.liferay.asset.kernel.model.AssetLink toUnescapedModel()
           
 String toXmlString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.asset.kernel.model.AssetLinkModel
hashCode, toString
 

Constructor Detail

StagedAssetLinkImpl

public StagedAssetLinkImpl()

StagedAssetLinkImpl

public StagedAssetLinkImpl(com.liferay.asset.kernel.model.AssetLink assetLink)
Method Detail

clone

public Object clone()
Specified by:
clone in interface com.liferay.asset.kernel.model.AssetLinkModel
Specified by:
clone in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetLink>
Specified by:
clone in interface com.liferay.portal.kernel.model.StagedModel
Overrides:
clone in class Object

compareTo

public int compareTo(com.liferay.asset.kernel.model.AssetLink assetLink)
Specified by:
compareTo in interface com.liferay.asset.kernel.model.AssetLinkModel
Specified by:
compareTo in interface Comparable<com.liferay.asset.kernel.model.AssetLink>

getCompanyId

public long getCompanyId()
Specified by:
getCompanyId in interface com.liferay.asset.kernel.model.AssetLinkModel
Specified by:
getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
Specified by:
getCompanyId in interface com.liferay.portal.kernel.model.StagedModel

getCreateDate

public Date getCreateDate()
Specified by:
getCreateDate in interface com.liferay.asset.kernel.model.AssetLinkModel
Specified by:
getCreateDate in interface com.liferay.portal.kernel.model.StagedModel

getEntry1ClassName

public String getEntry1ClassName()
Specified by:
getEntry1ClassName in interface com.liferay.asset.kernel.model.adapter.StagedAssetLink

getEntry1Uuid

public String getEntry1Uuid()
Specified by:
getEntry1Uuid in interface com.liferay.asset.kernel.model.adapter.StagedAssetLink

getEntry2ClassName

public String getEntry2ClassName()
Specified by:
getEntry2ClassName in interface com.liferay.asset.kernel.model.adapter.StagedAssetLink

getEntry2Uuid

public String getEntry2Uuid()
Specified by:
getEntry2Uuid in interface com.liferay.asset.kernel.model.adapter.StagedAssetLink

getEntryId1

public long getEntryId1()
Specified by:
getEntryId1 in interface com.liferay.asset.kernel.model.AssetLinkModel

getEntryId2

public long getEntryId2()
Specified by:
getEntryId2 in interface com.liferay.asset.kernel.model.AssetLinkModel

getExpandoBridge

public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
Specified by:
getExpandoBridge in interface com.liferay.asset.kernel.model.AssetLinkModel
Specified by:
getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetLink>
Specified by:
getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModel

getLinkId

public long getLinkId()
Specified by:
getLinkId in interface com.liferay.asset.kernel.model.AssetLinkModel

getModelAttributes

public Map<String,Object> getModelAttributes()
Specified by:
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetLink>

getModelClass

public Class<?> getModelClass()
Specified by:
getModelClass in interface com.liferay.portal.kernel.model.ClassedModel

getModelClassName

public String getModelClassName()
Specified by:
getModelClassName in interface com.liferay.portal.kernel.model.ClassedModel

getModifiedDate

public Date getModifiedDate()
Specified by:
getModifiedDate in interface com.liferay.portal.kernel.model.StagedModel

getPrimaryKey

public long getPrimaryKey()
Specified by:
getPrimaryKey in interface com.liferay.asset.kernel.model.AssetLinkModel

getPrimaryKeyObj

public Serializable getPrimaryKeyObj()
Specified by:
getPrimaryKeyObj in interface com.liferay.asset.kernel.model.AssetLinkModel
Specified by:
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetLink>
Specified by:
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModel

getStagedModelType

public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
Specified by:
getStagedModelType in interface com.liferay.portal.kernel.model.StagedModel

getType

public int getType()
Specified by:
getType in interface com.liferay.asset.kernel.model.AssetLinkModel

getUserId

public long getUserId()
Specified by:
getUserId in interface com.liferay.asset.kernel.model.AssetLinkModel

getUserName

public String getUserName()
Specified by:
getUserName in interface com.liferay.asset.kernel.model.AssetLinkModel

getUserUuid

public String getUserUuid()
Specified by:
getUserUuid in interface com.liferay.asset.kernel.model.AssetLinkModel

getUuid

public String getUuid()
Specified by:
getUuid in interface com.liferay.portal.kernel.model.StagedModel

getWeight

public int getWeight()
Specified by:
getWeight in interface com.liferay.asset.kernel.model.AssetLinkModel

isCachedModel

public boolean isCachedModel()
Specified by:
isCachedModel in interface com.liferay.asset.kernel.model.AssetLinkModel
Specified by:
isCachedModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetLink>

isEntityCacheEnabled

public boolean isEntityCacheEnabled()
Specified by:
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetLink>

isEscapedModel

public boolean isEscapedModel()
Specified by:
isEscapedModel in interface com.liferay.asset.kernel.model.AssetLinkModel
Specified by:
isEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetLink>

isFinderCacheEnabled

public boolean isFinderCacheEnabled()
Specified by:
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetLink>

isNew

public boolean isNew()
Specified by:
isNew in interface com.liferay.asset.kernel.model.AssetLinkModel
Specified by:
isNew in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetLink>

persist

public void persist()
Specified by:
persist in interface com.liferay.portal.kernel.model.PersistedModel

resetOriginalValues

public void resetOriginalValues()
Specified by:
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetLink>

setAssetLink

public void setAssetLink(com.liferay.asset.kernel.model.AssetLink assetLink)

setCachedModel

public void setCachedModel(boolean cachedModel)
Specified by:
setCachedModel in interface com.liferay.asset.kernel.model.AssetLinkModel
Specified by:
setCachedModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetLink>

setCompanyId

public void setCompanyId(long companyId)
Specified by:
setCompanyId in interface com.liferay.asset.kernel.model.AssetLinkModel
Specified by:
setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
Specified by:
setCompanyId in interface com.liferay.portal.kernel.model.StagedModel

setCreateDate

public void setCreateDate(Date createDate)
Specified by:
setCreateDate in interface com.liferay.asset.kernel.model.AssetLinkModel
Specified by:
setCreateDate in interface com.liferay.portal.kernel.model.StagedModel

setEntryId1

public void setEntryId1(long entryId1)
Specified by:
setEntryId1 in interface com.liferay.asset.kernel.model.AssetLinkModel

setEntryId2

public void setEntryId2(long entryId2)
Specified by:
setEntryId2 in interface com.liferay.asset.kernel.model.AssetLinkModel

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
Specified by:
setExpandoBridgeAttributes in interface com.liferay.asset.kernel.model.AssetLinkModel
Specified by:
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetLink>

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
Specified by:
setExpandoBridgeAttributes in interface com.liferay.asset.kernel.model.AssetLinkModel
Specified by:
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetLink>

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
Specified by:
setExpandoBridgeAttributes in interface com.liferay.asset.kernel.model.AssetLinkModel
Specified by:
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetLink>

setLinkId

public void setLinkId(long linkId)
Specified by:
setLinkId in interface com.liferay.asset.kernel.model.AssetLinkModel

setModelAttributes

public void setModelAttributes(Map<String,Object> attributes)
Specified by:
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetLink>

setModifiedDate

public void setModifiedDate(Date date)
Specified by:
setModifiedDate in interface com.liferay.portal.kernel.model.StagedModel

setNew

public void setNew(boolean n)
Specified by:
setNew in interface com.liferay.asset.kernel.model.AssetLinkModel
Specified by:
setNew in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetLink>

setPrimaryKey

public void setPrimaryKey(long primaryKey)
Specified by:
setPrimaryKey in interface com.liferay.asset.kernel.model.AssetLinkModel

setPrimaryKeyObj

public void setPrimaryKeyObj(Serializable primaryKeyObj)
Specified by:
setPrimaryKeyObj in interface com.liferay.asset.kernel.model.AssetLinkModel
Specified by:
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetLink>
Specified by:
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModel

setType

public void setType(int type)
Specified by:
setType in interface com.liferay.asset.kernel.model.AssetLinkModel

setUserId

public void setUserId(long userId)
Specified by:
setUserId in interface com.liferay.asset.kernel.model.AssetLinkModel

setUserName

public void setUserName(String userName)
Specified by:
setUserName in interface com.liferay.asset.kernel.model.AssetLinkModel

setUserUuid

public void setUserUuid(String userUuid)
Specified by:
setUserUuid in interface com.liferay.asset.kernel.model.AssetLinkModel

setUuid

public void setUuid(String uuid)
Specified by:
setUuid in interface com.liferay.portal.kernel.model.StagedModel

setWeight

public void setWeight(int weight)
Specified by:
setWeight in interface com.liferay.asset.kernel.model.AssetLinkModel

toCacheModel

public com.liferay.portal.kernel.model.CacheModel<com.liferay.asset.kernel.model.AssetLink> toCacheModel()
Specified by:
toCacheModel in interface com.liferay.asset.kernel.model.AssetLinkModel
Specified by:
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetLink>

toEscapedModel

public com.liferay.asset.kernel.model.AssetLink toEscapedModel()
Specified by:
toEscapedModel in interface com.liferay.asset.kernel.model.AssetLinkModel
Specified by:
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetLink>

toUnescapedModel

public com.liferay.asset.kernel.model.AssetLink toUnescapedModel()
Specified by:
toUnescapedModel in interface com.liferay.asset.kernel.model.AssetLinkModel
Specified by:
toUnescapedModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetLink>

toXmlString

public String toXmlString()
Specified by:
toXmlString in interface com.liferay.asset.kernel.model.AssetLinkModel
Specified by:
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetLink>

populateEntry1Attributes

protected void populateEntry1Attributes()

populateEntry2Attributes

protected void populateEntry2Attributes()

populateUuid

protected void populateUuid()

Liferay 7.0-ce-b7 portal-impl