Package com.liferay.portal.kernel.model
Class RecentLayoutBranchWrapper
Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<RecentLayoutBranch>
com.liferay.portal.kernel.model.RecentLayoutBranchWrapper
- All Implemented Interfaces:
BaseModel<RecentLayoutBranch>
,ClassedModel
,ModelWrapper<RecentLayoutBranch>
,MVCCModel
,PersistedModel
,RecentLayoutBranch
,RecentLayoutBranchModel
,ShardedModel
,Serializable
,Cloneable
,Comparable<RecentLayoutBranch>
public class RecentLayoutBranchWrapper
extends BaseModelWrapper<RecentLayoutBranch>
implements ModelWrapper<RecentLayoutBranch>, RecentLayoutBranch
This class is a wrapper for RecentLayoutBranch
.
- 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.RecentLayoutBranch
RECENT_LAYOUT_BRANCH_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the company ID of this recent layout branch.long
Returns the group ID of this recent layout branch.long
Returns the layout branch ID of this recent layout branch.long
Returns the layout set branch ID of this recent layout branch.long
Returns the mvcc version of this recent layout branch.long
getPlid()
Returns the plid of this recent layout branch.long
Returns the primary key of this recent layout branch.long
Returns the recent layout branch ID of this recent layout branch.long
Returns the user ID of this recent layout branch.Returns the user uuid of this recent layout 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 branch.void
setGroupId
(long groupId) Sets the group ID of this recent layout branch.void
setLayoutBranchId
(long layoutBranchId) Sets the layout branch ID of this recent layout branch.void
setLayoutSetBranchId
(long layoutSetBranchId) Sets the layout set branch ID of this recent layout branch.void
setModelAttributes
(Map<String, Object> attributes) void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this recent layout branch.void
setPlid
(long plid) Sets the plid of this recent layout branch.void
setPrimaryKey
(long primaryKey) Sets the primary key of this recent layout branch.void
setRecentLayoutBranchId
(long recentLayoutBranchId) Sets the recent layout branch ID of this recent layout branch.void
setUserId
(long userId) Sets the user ID of this recent layout branch.void
setUserUuid
(String userUuid) Sets the user uuid of this recent layout branch.protected RecentLayoutBranchWrapper
wrap
(RecentLayoutBranch recentLayoutBranch) 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
-
RecentLayoutBranchWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfaceBaseModel<RecentLayoutBranch>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfaceBaseModel<RecentLayoutBranch>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfaceBaseModel<RecentLayoutBranch>
- Specified by:
cloneWithOriginalValues
in interfaceRecentLayoutBranchModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this recent layout branch.- Specified by:
getCompanyId
in interfaceRecentLayoutBranchModel
- Specified by:
getCompanyId
in interfaceShardedModel
- Returns:
- the company ID of this recent layout branch
-
getGroupId
public long getGroupId()Returns the group ID of this recent layout branch.- Specified by:
getGroupId
in interfaceRecentLayoutBranchModel
- Returns:
- the group ID of this recent layout branch
-
getLayoutBranchId
public long getLayoutBranchId()Returns the layout branch ID of this recent layout branch.- Specified by:
getLayoutBranchId
in interfaceRecentLayoutBranchModel
- Returns:
- the layout branch ID of this recent layout branch
-
getLayoutSetBranchId
public long getLayoutSetBranchId()Returns the layout set branch ID of this recent layout branch.- Specified by:
getLayoutSetBranchId
in interfaceRecentLayoutBranchModel
- Returns:
- the layout set branch ID of this recent layout branch
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this recent layout branch.- Specified by:
getMvccVersion
in interfaceMVCCModel
- Specified by:
getMvccVersion
in interfaceRecentLayoutBranchModel
- Returns:
- the mvcc version of this recent layout branch
-
getPlid
public long getPlid()Returns the plid of this recent layout branch.- Specified by:
getPlid
in interfaceRecentLayoutBranchModel
- Returns:
- the plid of this recent layout branch
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this recent layout branch.- Specified by:
getPrimaryKey
in interfaceRecentLayoutBranchModel
- Returns:
- the primary key of this recent layout branch
-
getRecentLayoutBranchId
public long getRecentLayoutBranchId()Returns the recent layout branch ID of this recent layout branch.- Specified by:
getRecentLayoutBranchId
in interfaceRecentLayoutBranchModel
- Returns:
- the recent layout branch ID of this recent layout branch
-
getUserId
public long getUserId()Returns the user ID of this recent layout branch.- Specified by:
getUserId
in interfaceRecentLayoutBranchModel
- Returns:
- the user ID of this recent layout branch
-
getUserUuid
Returns the user uuid of this recent layout branch.- Specified by:
getUserUuid
in interfaceRecentLayoutBranchModel
- Returns:
- the user uuid of this recent layout 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 branch.- Specified by:
setCompanyId
in interfaceRecentLayoutBranchModel
- Specified by:
setCompanyId
in interfaceShardedModel
- Parameters:
companyId
- the company ID of this recent layout branch
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this recent layout branch.- Specified by:
setGroupId
in interfaceRecentLayoutBranchModel
- Parameters:
groupId
- the group ID of this recent layout branch
-
setLayoutBranchId
public void setLayoutBranchId(long layoutBranchId) Sets the layout branch ID of this recent layout branch.- Specified by:
setLayoutBranchId
in interfaceRecentLayoutBranchModel
- Parameters:
layoutBranchId
- the layout branch ID of this recent layout branch
-
setLayoutSetBranchId
public void setLayoutSetBranchId(long layoutSetBranchId) Sets the layout set branch ID of this recent layout branch.- Specified by:
setLayoutSetBranchId
in interfaceRecentLayoutBranchModel
- Parameters:
layoutSetBranchId
- the layout set branch ID of this recent layout branch
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this recent layout branch.- Specified by:
setMvccVersion
in interfaceMVCCModel
- Specified by:
setMvccVersion
in interfaceRecentLayoutBranchModel
- Parameters:
mvccVersion
- the mvcc version of this recent layout branch
-
setPlid
public void setPlid(long plid) Sets the plid of this recent layout branch.- Specified by:
setPlid
in interfaceRecentLayoutBranchModel
- Parameters:
plid
- the plid of this recent layout branch
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this recent layout branch.- Specified by:
setPrimaryKey
in interfaceRecentLayoutBranchModel
- Parameters:
primaryKey
- the primary key of this recent layout branch
-
setRecentLayoutBranchId
public void setRecentLayoutBranchId(long recentLayoutBranchId) Sets the recent layout branch ID of this recent layout branch.- Specified by:
setRecentLayoutBranchId
in interfaceRecentLayoutBranchModel
- Parameters:
recentLayoutBranchId
- the recent layout branch ID of this recent layout branch
-
setUserId
public void setUserId(long userId) Sets the user ID of this recent layout branch.- Specified by:
setUserId
in interfaceRecentLayoutBranchModel
- Parameters:
userId
- the user ID of this recent layout branch
-
setUserUuid
Sets the user uuid of this recent layout branch.- Specified by:
setUserUuid
in interfaceRecentLayoutBranchModel
- Parameters:
userUuid
- the user uuid of this recent layout branch
-
toXmlString
- Specified by:
toXmlString
in interfaceRecentLayoutBranchModel
-
wrap
- Specified by:
wrap
in classBaseModelWrapper<RecentLayoutBranch>
-