Liferay 6.0.5

com.liferay.portlet.asset.model.impl
Class AssetLinkImpl

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.AssetLinkImpl
All Implemented Interfaces:
BaseModel<AssetLink>, AssetLink, AssetLinkModel, Serializable, Cloneable, Comparable<AssetLink>

public class AssetLinkImpl
extends AssetLinkModelImpl
implements AssetLink

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.asset.model.impl.AssetLinkModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
AssetLinkImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portlet.asset.model.impl.AssetLinkModelImpl
clone, compareTo, equals, getCompanyId, getCreateDate, getEntryId1, getEntryId2, getExpandoBridge, getLinkId, getPrimaryKey, getPrimaryKeyObj, getType, getUserId, getUserName, getUserUuid, getWeight, hashCode, setCompanyId, setCreateDate, setEntryId1, setEntryId2, setExpandoBridgeAttributes, setLinkId, setPrimaryKey, setType, setUserId, setUserName, setUserUuid, setWeight, toEscapedModel, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew
 
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, setEscapedModel, setExpandoBridgeAttributes, setLinkId, setNew, setPrimaryKey, setType, setUserId, setUserName, setUserUuid, setWeight, toEscapedModel, toString, toXmlString
 

Constructor Detail

AssetLinkImpl

public AssetLinkImpl()

Liferay 6.0.5