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
model
Fields inherited from interface com.liferay.portal.kernel.model.RecentLayoutSetBranch
RECENT_LAYOUT_SET_BRANCH_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the company ID of this recent layout set branch.long
Returns the group ID of this recent layout set branch.long
Returns the layout set branch ID of this recent layout set branch.long
Returns the layout set ID of this recent layout set branch.long
Returns the mvcc version of this recent layout set branch.long
Returns the primary key of this recent layout set branch.long
Returns the recent layout set branch ID of this recent layout set branch.long
Returns the user ID of this recent layout set branch.Returns the user uuid of this recent layout set branch.void
persist()
Updates this model instance in the database or adds it if it does not yet exist.void
setCompanyId
(long companyId) Sets the company ID of this recent layout set branch.void
setGroupId
(long groupId) Sets the group ID of this recent layout set branch.void
setLayoutSetBranchId
(long layoutSetBranchId) Sets the layout set branch ID of this recent layout set branch.void
setLayoutSetId
(long layoutSetId) Sets the layout set ID of this recent layout set branch.void
setModelAttributes
(Map<String, Object> attributes) void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this recent layout set branch.void
setPrimaryKey
(long primaryKey) Sets the primary key of this recent layout set branch.void
setRecentLayoutSetBranchId
(long recentLayoutSetBranchId) Sets the recent layout set branch ID of this recent layout set branch.void
setUserId
(long userId) Sets the user ID of this recent layout set branch.void
setUserUuid
(String userUuid) Sets the user uuid of this recent layout set branch.protected RecentLayoutSetBranchWrapper
wrap
(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, toUnescapedModel
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods 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, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
RecentLayoutSetBranchWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfaceBaseModel<RecentLayoutSetBranch>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfaceBaseModel<RecentLayoutSetBranch>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfaceBaseModel<RecentLayoutSetBranch>
- Specified by:
cloneWithOriginalValues
in interfaceRecentLayoutSetBranchModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this recent layout set branch.- Specified by:
getCompanyId
in interfaceRecentLayoutSetBranchModel
- Specified by:
getCompanyId
in 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:
getGroupId
in 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:
getLayoutSetBranchId
in 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:
getLayoutSetId
in 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:
getMvccVersion
in interfaceMVCCModel
- Specified by:
getMvccVersion
in 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:
getPrimaryKey
in 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:
getRecentLayoutSetBranchId
in 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:
getUserId
in interfaceRecentLayoutSetBranchModel
- Returns:
- the user ID of this recent layout set branch
-
getUserUuid
Returns the user uuid of this recent layout set branch.- Specified by:
getUserUuid
in interfaceRecentLayoutSetBranchModel
- Returns:
- the user uuid of this recent layout set branch
-
persist
public void persist()Description copied from interface:PersistedModel
Updates this model instance in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.- Specified by:
persist
in interfacePersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this recent layout set branch.- Specified by:
setCompanyId
in interfaceRecentLayoutSetBranchModel
- Specified by:
setCompanyId
in 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:
setGroupId
in 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:
setLayoutSetBranchId
in 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:
setLayoutSetId
in 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:
setMvccVersion
in interfaceMVCCModel
- Specified by:
setMvccVersion
in 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:
setPrimaryKey
in 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:
setRecentLayoutSetBranchId
in 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:
setUserId
in 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:
setUserUuid
in interfaceRecentLayoutSetBranchModel
- Parameters:
userUuid
- the user uuid of this recent layout set branch
-
toXmlString
- Specified by:
toXmlString
in interfaceRecentLayoutSetBranchModel
-
wrap
- Specified by:
wrap
in classBaseModelWrapper<RecentLayoutSetBranch>
-