Package com.liferay.portal.kernel.model
Class RecentLayoutSetBranchWrapper
Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<RecentLayoutSetBranch>
com.liferay.portal.kernel.model.RecentLayoutSetBranchWrapper
- All Implemented Interfaces:
BaseModel<RecentLayoutSetBranch>,ClassedModel,ModelWrapper<RecentLayoutSetBranch>,MVCCModel,PersistedModel,RecentLayoutSetBranch,RecentLayoutSetBranchModel,ShardedModel,Serializable,Cloneable,Comparable<RecentLayoutSetBranch>
public class RecentLayoutSetBranchWrapper
extends BaseModelWrapper<RecentLayoutSetBranch>
implements ModelWrapper<RecentLayoutSetBranch>, RecentLayoutSetBranch
This class is a wrapper for RecentLayoutSetBranch.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.portal.kernel.model.RecentLayoutSetBranch
RECENT_LAYOUT_SET_BRANCH_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this recent layout set branch.longReturns the group ID of this recent layout set branch.longReturns the layout set branch ID of this recent layout set branch.longReturns the layout set ID of this recent layout set branch.longReturns the mvcc version of this recent layout set branch.longReturns the primary key of this recent layout set branch.longReturns the recent layout set branch ID of this recent layout set branch.longReturns the user ID of this recent layout set branch.Returns the user uuid of this recent layout set branch.voidpersist()Updates this model instance in the database or adds it if it does not yet exist.voidsetCompanyId(long companyId) Sets the company ID of this recent layout set branch.voidsetGroupId(long groupId) Sets the group ID of this recent layout set branch.voidsetLayoutSetBranchId(long layoutSetBranchId) Sets the layout set branch ID of this recent layout set branch.voidsetLayoutSetId(long layoutSetId) Sets the layout set ID of this recent layout set branch.voidsetModelAttributes(Map<String, Object> attributes) voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this recent layout set branch.voidsetPrimaryKey(long primaryKey) Sets the primary key of this recent layout set branch.voidsetRecentLayoutSetBranchId(long recentLayoutSetBranchId) Sets the recent layout set branch ID of this recent layout set branch.voidsetUserId(long userId) Sets the user ID of this recent layout set branch.voidsetUserUuid(String userUuid) Sets the user uuid of this recent layout set branch.protected RecentLayoutSetBranchWrapperwrap(RecentLayoutSetBranch recentLayoutSetBranch) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, 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, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, 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.ModelWrapper
getWrappedModel
-
Constructor Details
-
RecentLayoutSetBranchWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfaceBaseModel<RecentLayoutSetBranch>
-
setModelAttributes
- Specified by:
setModelAttributesin interfaceBaseModel<RecentLayoutSetBranch>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfaceBaseModel<RecentLayoutSetBranch>- Specified by:
cloneWithOriginalValuesin interfaceRecentLayoutSetBranchModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this recent layout set branch.- Specified by:
getCompanyIdin interfaceRecentLayoutSetBranchModel- Specified by:
getCompanyIdin interfaceShardedModel- Returns:
- the company ID of this recent layout set branch
-
getGroupId
public long getGroupId()Returns the group ID of this recent layout set branch.- Specified by:
getGroupIdin interfaceRecentLayoutSetBranchModel- Returns:
- the group ID of this recent layout set branch
-
getLayoutSetBranchId
public long getLayoutSetBranchId()Returns the layout set branch ID of this recent layout set branch.- Specified by:
getLayoutSetBranchIdin interfaceRecentLayoutSetBranchModel- Returns:
- the layout set branch ID of this recent layout set branch
-
getLayoutSetId
public long getLayoutSetId()Returns the layout set ID of this recent layout set branch.- Specified by:
getLayoutSetIdin interfaceRecentLayoutSetBranchModel- Returns:
- the layout set ID of this recent layout set branch
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this recent layout set branch.- Specified by:
getMvccVersionin interfaceMVCCModel- Specified by:
getMvccVersionin interfaceRecentLayoutSetBranchModel- Returns:
- the mvcc version of this recent layout set branch
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this recent layout set branch.- Specified by:
getPrimaryKeyin interfaceRecentLayoutSetBranchModel- Returns:
- the primary key of this recent layout set branch
-
getRecentLayoutSetBranchId
public long getRecentLayoutSetBranchId()Returns the recent layout set branch ID of this recent layout set branch.- Specified by:
getRecentLayoutSetBranchIdin interfaceRecentLayoutSetBranchModel- Returns:
- the recent layout set branch ID of this recent layout set branch
-
getUserId
public long getUserId()Returns the user ID of this recent layout set branch.- Specified by:
getUserIdin interfaceRecentLayoutSetBranchModel- Returns:
- the user ID of this recent layout set branch
-
getUserUuid
Returns the user uuid of this recent layout set branch.- Specified by:
getUserUuidin interfaceRecentLayoutSetBranchModel- Returns:
- the user uuid of this recent layout set branch
-
persist
public void persist()Description copied from interface:PersistedModelUpdates this model instance in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.- Specified by:
persistin interfacePersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this recent layout set branch.- Specified by:
setCompanyIdin interfaceRecentLayoutSetBranchModel- Specified by:
setCompanyIdin interfaceShardedModel- Parameters:
companyId- the company ID of this recent layout set branch
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this recent layout set branch.- Specified by:
setGroupIdin interfaceRecentLayoutSetBranchModel- Parameters:
groupId- the group ID of this recent layout set branch
-
setLayoutSetBranchId
public void setLayoutSetBranchId(long layoutSetBranchId) Sets the layout set branch ID of this recent layout set branch.- Specified by:
setLayoutSetBranchIdin interfaceRecentLayoutSetBranchModel- Parameters:
layoutSetBranchId- the layout set branch ID of this recent layout set branch
-
setLayoutSetId
public void setLayoutSetId(long layoutSetId) Sets the layout set ID of this recent layout set branch.- Specified by:
setLayoutSetIdin interfaceRecentLayoutSetBranchModel- Parameters:
layoutSetId- the layout set ID of this recent layout set branch
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this recent layout set branch.- Specified by:
setMvccVersionin interfaceMVCCModel- Specified by:
setMvccVersionin interfaceRecentLayoutSetBranchModel- Parameters:
mvccVersion- the mvcc version of this recent layout set branch
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this recent layout set branch.- Specified by:
setPrimaryKeyin interfaceRecentLayoutSetBranchModel- Parameters:
primaryKey- the primary key of this recent layout set branch
-
setRecentLayoutSetBranchId
public void setRecentLayoutSetBranchId(long recentLayoutSetBranchId) Sets the recent layout set branch ID of this recent layout set branch.- Specified by:
setRecentLayoutSetBranchIdin interfaceRecentLayoutSetBranchModel- Parameters:
recentLayoutSetBranchId- the recent layout set branch ID of this recent layout set branch
-
setUserId
public void setUserId(long userId) Sets the user ID of this recent layout set branch.- Specified by:
setUserIdin interfaceRecentLayoutSetBranchModel- Parameters:
userId- the user ID of this recent layout set branch
-
setUserUuid
Sets the user uuid of this recent layout set branch.- Specified by:
setUserUuidin interfaceRecentLayoutSetBranchModel- Parameters:
userUuid- the user uuid of this recent layout set branch
-
toXmlString
- Specified by:
toXmlStringin interfaceRecentLayoutSetBranchModel
-
wrap
- Specified by:
wrapin classBaseModelWrapper<RecentLayoutSetBranch>
-