Package com.liferay.portal.kernel.model
Interface RecentLayoutBranchModel
- All Superinterfaces:
BaseModel<RecentLayoutBranch>,ClassedModel,Cloneable,Comparable<RecentLayoutBranch>,MVCCModel,Serializable,ShardedModel
- All Known Subinterfaces:
RecentLayoutBranch
- All Known Implementing Classes:
RecentLayoutBranchWrapper
@ProviderType
public interface RecentLayoutBranchModel
extends BaseModel<RecentLayoutBranch>, MVCCModel, ShardedModel
The base model interface for the RecentLayoutBranch service. Represents a row in the "RecentLayoutBranch" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.portal.model.impl.RecentLayoutBranchModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.portal.model.impl.RecentLayoutBranchImpl.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
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.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.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.default StringMethods 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
compareTo
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this recent layout branch.- Returns:
- the primary key of this recent layout branch
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this recent layout branch.- Parameters:
primaryKey- the primary key of this recent layout branch
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this recent layout branch.- Specified by:
getMvccVersionin interfaceMVCCModel- Returns:
- the mvcc version of this recent layout branch
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this recent layout branch.- Specified by:
setMvccVersionin interfaceMVCCModel- Parameters:
mvccVersion- the mvcc version of this recent layout branch
-
getRecentLayoutBranchId
long getRecentLayoutBranchId()Returns the recent layout branch ID of this recent layout branch.- Returns:
- the recent layout branch ID of this recent layout branch
-
setRecentLayoutBranchId
void setRecentLayoutBranchId(long recentLayoutBranchId) Sets the recent layout branch ID of this recent layout branch.- Parameters:
recentLayoutBranchId- the recent layout branch ID of this recent layout branch
-
getGroupId
long getGroupId()Returns the group ID of this recent layout branch.- Returns:
- the group ID of this recent layout branch
-
setGroupId
void setGroupId(long groupId) Sets the group ID of this recent layout branch.- Parameters:
groupId- the group ID of this recent layout branch
-
getCompanyId
long getCompanyId()Returns the company ID of this recent layout branch.- Specified by:
getCompanyIdin interfaceShardedModel- Returns:
- the company ID of this recent layout branch
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this recent layout branch.- Specified by:
setCompanyIdin interfaceShardedModel- Parameters:
companyId- the company ID of this recent layout branch
-
getUserId
long getUserId()Returns the user ID of this recent layout branch.- Returns:
- the user ID of this recent layout branch
-
setUserId
void setUserId(long userId) Sets the user ID of this recent layout branch.- Parameters:
userId- the user ID of this recent layout branch
-
getUserUuid
String getUserUuid()Returns the user uuid of this recent layout branch.- Returns:
- the user uuid of this recent layout branch
-
setUserUuid
Sets the user uuid of this recent layout branch.- Parameters:
userUuid- the user uuid of this recent layout branch
-
getLayoutBranchId
long getLayoutBranchId()Returns the layout branch ID of this recent layout branch.- Returns:
- the layout branch ID of this recent layout branch
-
setLayoutBranchId
void setLayoutBranchId(long layoutBranchId) Sets the layout branch ID of this recent layout branch.- Parameters:
layoutBranchId- the layout branch ID of this recent layout branch
-
getLayoutSetBranchId
long getLayoutSetBranchId()Returns the layout set branch ID of this recent layout branch.- Returns:
- the layout set branch ID of this recent layout branch
-
setLayoutSetBranchId
void setLayoutSetBranchId(long layoutSetBranchId) Sets the layout set branch ID of this recent layout branch.- Parameters:
layoutSetBranchId- the layout set branch ID of this recent layout branch
-
getPlid
long getPlid()Returns the plid of this recent layout branch.- Returns:
- the plid of this recent layout branch
-
setPlid
void setPlid(long plid) Sets the plid of this recent layout branch.- Parameters:
plid- the plid of this recent layout branch
-
cloneWithOriginalValues
RecentLayoutBranch cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfaceBaseModel<RecentLayoutBranch>
-
toXmlString
-