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
modelFields inherited from interface com.liferay.portal.kernel.model.RecentLayoutBranch
RECENT_LAYOUT_BRANCH_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this recent layout branch.longReturns the group ID of this recent layout branch.longReturns the layout branch ID of this recent layout branch.longReturns the layout set branch ID of this recent layout branch.longReturns the mvcc version of this recent layout branch.longgetPlid()Returns the plid of this recent layout branch.longReturns the primary key of this recent layout branch.longReturns the recent layout branch ID of this recent layout branch.longReturns the user ID of this recent layout branch.Returns the user uuid of this recent layout 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 branch.voidsetGroupId(long groupId) Sets the group ID of this recent layout branch.voidsetLayoutBranchId(long layoutBranchId) Sets the layout branch ID of this recent layout branch.voidsetLayoutSetBranchId(long layoutSetBranchId) Sets the layout set branch ID of this recent layout branch.voidsetModelAttributes(Map<String, Object> attributes) voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this recent layout branch.voidsetPlid(long plid) Sets the plid of this recent layout branch.voidsetPrimaryKey(long primaryKey) Sets the primary key of this recent layout branch.voidsetRecentLayoutBranchId(long recentLayoutBranchId) Sets the recent layout branch ID of this recent layout branch.voidsetUserId(long userId) Sets the user ID of this recent layout branch.voidsetUserUuid(String userUuid) Sets the user uuid of this recent layout branch.protected RecentLayoutBranchWrapperwrap(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, 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
-
RecentLayoutBranchWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfaceBaseModel<RecentLayoutBranch>
-
setModelAttributes
- Specified by:
setModelAttributesin interfaceBaseModel<RecentLayoutBranch>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfaceBaseModel<RecentLayoutBranch>- Specified by:
cloneWithOriginalValuesin interfaceRecentLayoutBranchModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this recent layout branch.- Specified by:
getCompanyIdin interfaceRecentLayoutBranchModel- Specified by:
getCompanyIdin 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:
getGroupIdin 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:
getLayoutBranchIdin 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:
getLayoutSetBranchIdin 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:
getMvccVersionin interfaceMVCCModel- Specified by:
getMvccVersionin interfaceRecentLayoutBranchModel- Returns:
- the mvcc version of this recent layout branch
-
getPlid
public long getPlid()Returns the plid of this recent layout branch.- Specified by:
getPlidin interfaceRecentLayoutBranchModel- Returns:
- the plid of this recent layout branch
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this recent layout branch.- Specified by:
getPrimaryKeyin 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:
getRecentLayoutBranchIdin 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:
getUserIdin interfaceRecentLayoutBranchModel- Returns:
- the user ID of this recent layout branch
-
getUserUuid
Returns the user uuid of this recent layout branch.- Specified by:
getUserUuidin interfaceRecentLayoutBranchModel- Returns:
- the user uuid of this recent layout 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 branch.- Specified by:
setCompanyIdin interfaceRecentLayoutBranchModel- Specified by:
setCompanyIdin 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:
setGroupIdin 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:
setLayoutBranchIdin 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:
setLayoutSetBranchIdin 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:
setMvccVersionin interfaceMVCCModel- Specified by:
setMvccVersionin 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:
setPlidin 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:
setPrimaryKeyin 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:
setRecentLayoutBranchIdin 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:
setUserIdin interfaceRecentLayoutBranchModel- Parameters:
userId- the user ID of this recent layout branch
-
setUserUuid
Sets the user uuid of this recent layout branch.- Specified by:
setUserUuidin interfaceRecentLayoutBranchModel- Parameters:
userUuid- the user uuid of this recent layout branch
-
toXmlString
- Specified by:
toXmlStringin interfaceRecentLayoutBranchModel
-
wrap
- Specified by:
wrapin classBaseModelWrapper<RecentLayoutBranch>
-