Package com.liferay.portal.kernel.model
Interface RecentLayoutSetBranchModel
- All Superinterfaces:
BaseModel<RecentLayoutSetBranch>
,ClassedModel
,Cloneable
,Comparable<RecentLayoutSetBranch>
,MVCCModel
,Serializable
,ShardedModel
- All Known Subinterfaces:
RecentLayoutSetBranch
- All Known Implementing Classes:
RecentLayoutSetBranchWrapper
@ProviderType
public interface RecentLayoutSetBranchModel
extends BaseModel<RecentLayoutSetBranch>, MVCCModel, ShardedModel
The base model interface for the RecentLayoutSetBranch service. Represents a row in the "RecentLayoutSetBranch" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.portal.model.impl.RecentLayoutSetBranchModelImpl
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.RecentLayoutSetBranchImpl
.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
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
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
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.default String
Methods 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, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this recent layout set branch.- Returns:
- the primary key of this recent layout set branch
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this recent layout set branch.- Parameters:
primaryKey
- the primary key of this recent layout set branch
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this recent layout set branch.- Specified by:
getMvccVersion
in interfaceMVCCModel
- Returns:
- the mvcc version of this recent layout set branch
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this recent layout set branch.- Specified by:
setMvccVersion
in interfaceMVCCModel
- Parameters:
mvccVersion
- the mvcc version of this recent layout set branch
-
getRecentLayoutSetBranchId
long getRecentLayoutSetBranchId()Returns the recent layout set branch ID of this recent layout set branch.- Returns:
- the recent layout set branch ID of this recent layout set branch
-
setRecentLayoutSetBranchId
void setRecentLayoutSetBranchId(long recentLayoutSetBranchId) Sets the recent layout set branch ID of this recent layout set branch.- Parameters:
recentLayoutSetBranchId
- the recent layout set branch ID of this recent layout set branch
-
getGroupId
long getGroupId()Returns the group ID of this recent layout set branch.- Returns:
- the group ID of this recent layout set branch
-
setGroupId
void setGroupId(long groupId) Sets the group ID of this recent layout set branch.- Parameters:
groupId
- the group ID of this recent layout set branch
-
getCompanyId
long getCompanyId()Returns the company ID of this recent layout set branch.- Specified by:
getCompanyId
in interfaceShardedModel
- Returns:
- the company ID of this recent layout set branch
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this recent layout set branch.- Specified by:
setCompanyId
in interfaceShardedModel
- Parameters:
companyId
- the company ID of this recent layout set branch
-
getUserId
long getUserId()Returns the user ID of this recent layout set branch.- Returns:
- the user ID of this recent layout set branch
-
setUserId
void setUserId(long userId) Sets the user ID of this recent layout set branch.- Parameters:
userId
- the user ID of this recent layout set branch
-
getUserUuid
String getUserUuid()Returns the user uuid of this recent layout set branch.- Returns:
- the user uuid of this recent layout set branch
-
setUserUuid
Sets the user uuid of this recent layout set branch.- Parameters:
userUuid
- the user uuid of this recent layout set branch
-
getLayoutSetBranchId
long getLayoutSetBranchId()Returns the layout set branch ID of this recent layout set branch.- Returns:
- the layout set branch ID of this recent layout set branch
-
setLayoutSetBranchId
void setLayoutSetBranchId(long layoutSetBranchId) Sets the layout set branch ID of this recent layout set branch.- Parameters:
layoutSetBranchId
- the layout set branch ID of this recent layout set branch
-
getLayoutSetId
long getLayoutSetId()Returns the layout set ID of this recent layout set branch.- Returns:
- the layout set ID of this recent layout set branch
-
setLayoutSetId
void setLayoutSetId(long layoutSetId) Sets the layout set ID of this recent layout set branch.- Parameters:
layoutSetId
- the layout set ID of this recent layout set branch
-
cloneWithOriginalValues
RecentLayoutSetBranch cloneWithOriginalValues()- Specified by:
cloneWithOriginalValues
in interfaceBaseModel<RecentLayoutSetBranch>
-
toXmlString
-