Package com.liferay.portal.model.impl
Class LayoutBranchImpl
Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutBranch>
com.liferay.portal.model.impl.LayoutBranchModelImpl
com.liferay.portal.model.impl.LayoutBranchBaseImpl
com.liferay.portal.model.impl.LayoutBranchImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutBranch>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.LayoutBranch,com.liferay.portal.kernel.model.LayoutBranchModel,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,Serializable,Cloneable,Comparable<com.liferay.portal.kernel.model.LayoutBranch>
- Author:
- Brian Wing Shun Chan
- See Also:
-
Field Summary
Fields inherited from class com.liferay.portal.model.impl.LayoutBranchModelImpl
COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LAYOUTBRANCHID_COLUMN_BITMASK, LAYOUTSETBRANCHID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, MASTER_COLUMN_BITMASK, NAME_COLUMN_BITMASK, ORDER_BY_JPQL, ORDER_BY_SQL, PLID_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_COLUMNS_MAP, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGERFields inherited from interface com.liferay.portal.kernel.model.LayoutBranch
LAYOUT_BRANCH_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.liferay.portal.model.impl.LayoutBranchBaseImpl
persistMethods inherited from class com.liferay.portal.model.impl.LayoutBranchModelImpl
clone, cloneWithOriginalValues, compareTo, equals, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getColumnBitmask, getColumnBitmask, getColumnOriginalValue, getColumnValue, getCompanyId, getDescription, getExpandoBridge, getGroupId, getLayoutBranchId, getLayoutSetBranchId, getMaster, getModelAttributes, getModelClass, getModelClassName, getMvccVersion, getName, getOriginalLayoutSetBranchId, getOriginalMaster, getOriginalName, getOriginalPlid, getPlid, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserName, getUserUuid, hashCode, isEntityCacheEnabled, isFinderCacheEnabled, isMaster, resetOriginalValues, setCompanyId, setDescription, setExpandoBridgeAttributes, setGroupId, setLayoutBranchId, setLayoutSetBranchId, setMaster, setModelAttributes, setMvccVersion, setName, setPlid, setPrimaryKey, setPrimaryKeyObj, setUserId, setUserName, setUserUuid, toCacheModel, toEscapedModel, toStringMethods inherited from class com.liferay.portal.kernel.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.LayoutBranchModel
cloneWithOriginalValues, getCompanyId, getDescription, getGroupId, getLayoutBranchId, getLayoutSetBranchId, getMaster, getMvccVersion, getName, getPlid, getPrimaryKey, getUserId, getUserName, getUserUuid, isMaster, setCompanyId, setDescription, setGroupId, setLayoutBranchId, setLayoutSetBranchId, setMaster, setMvccVersion, setName, setPlid, setPrimaryKey, setUserId, setUserName, setUserUuid, toXmlString
-
Constructor Details
-
LayoutBranchImpl
public LayoutBranchImpl()
-