Liferay 7.0-ce-b4

com.liferay.portal.model.impl
Class RecentLayoutSetBranchImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<RecentLayoutSetBranch>
      extended by com.liferay.portal.model.impl.RecentLayoutSetBranchModelImpl
          extended by com.liferay.portal.model.impl.RecentLayoutSetBranchBaseImpl
              extended by com.liferay.portal.model.impl.RecentLayoutSetBranchImpl
All Implemented Interfaces:
BaseModel<RecentLayoutSetBranch>, ClassedModel, MVCCModel, PersistedModel, RecentLayoutSetBranch, RecentLayoutSetBranchModel, ShardedModel, Serializable, Cloneable, Comparable<RecentLayoutSetBranch>

@ProviderType
public class RecentLayoutSetBranchImpl
extends RecentLayoutSetBranchBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.RecentLayoutSetBranchModelImpl
COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, LAYOUTSETBRANCHID_COLUMN_BITMASK, LAYOUTSETID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, RECENTLAYOUTSETBRANCHID_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_COLUMNS_MAP, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, USERID_COLUMN_BITMASK
 
Fields inherited from interface com.liferay.portal.model.RecentLayoutSetBranch
RECENT_LAYOUT_SET_BRANCH_ID_ACCESSOR
 
Constructor Summary
RecentLayoutSetBranchImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portal.model.impl.RecentLayoutSetBranchBaseImpl
persist
 
Methods inherited from class com.liferay.portal.model.impl.RecentLayoutSetBranchModelImpl
clone, compareTo, equals, getColumnBitmask, getCompanyId, getExpandoBridge, getGroupId, getLayoutSetBranchId, getLayoutSetId, getModelAttributes, getModelClass, getModelClassName, getMvccVersion, getOriginalGroupId, getOriginalLayoutSetBranchId, getOriginalLayoutSetId, getOriginalUserId, getPrimaryKey, getPrimaryKeyObj, getRecentLayoutSetBranchId, getUserId, getUserUuid, hashCode, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setCompanyId, setExpandoBridgeAttributes, setGroupId, setLayoutSetBranchId, setLayoutSetId, setModelAttributes, setMvccVersion, setPrimaryKey, setPrimaryKeyObj, setRecentLayoutSetBranchId, setUserId, setUserUuid, 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.portal.model.RecentLayoutSetBranchModel
clone, compareTo, getCompanyId, getExpandoBridge, getGroupId, getLayoutSetBranchId, getLayoutSetId, getMvccVersion, getPrimaryKey, getPrimaryKeyObj, getRecentLayoutSetBranchId, getUserId, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, setLayoutSetBranchId, setLayoutSetId, setMvccVersion, setNew, setPrimaryKey, setPrimaryKeyObj, setRecentLayoutSetBranchId, setUserId, setUserUuid, 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
 

Constructor Detail

RecentLayoutSetBranchImpl

public RecentLayoutSetBranchImpl()

Liferay 7.0-ce-b4