Liferay 6.1.2-ce-ga3

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.AssetLinkBaseImpl
              extended by com.liferay.portlet.asset.model.impl.AssetLinkImpl
All Implemented Interfaces:
BaseModel<AssetLink>, ClassedModel, PersistedModel, AssetLink, AssetLinkModel, Serializable, Cloneable, Comparable<AssetLink>

public class AssetLinkImpl
extends AssetLinkBaseImpl

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_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, TYPE_COLUMN_BITMASK
 
Fields inherited from interface com.liferay.portlet.asset.model.AssetLink
ENTRY_ID2_ACCESSOR, LINK_ID_ACCESSOR
 
Constructor Summary
AssetLinkImpl()
           
 
Method Summary
 
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, resetOriginalValues, setCompanyId, setCreateDate, setEntryId1, setEntryId2, setExpandoBridgeAttributes, setLinkId, setModelAttributes, setPrimaryKey, setPrimaryKeyObj, setType, setUserId, setUserName, setUserUuid, setWeight, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, 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, 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
 

Constructor Detail

AssetLinkImpl

public AssetLinkImpl()

Liferay 6.1.2-ce-ga3