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 TypeMethodDescriptionlongReturns the company ID of this recent layout set branch.longReturns the group ID of this recent layout set branch.longReturns the layout set branch ID of this recent layout set branch.longReturns the layout set ID of this recent layout set branch.longReturns the mvcc version of this recent layout set branch.longReturns the primary key of this recent layout set branch.longReturns the recent layout set branch ID of this recent layout set branch.longReturns the user ID of this recent layout set branch.Returns the user uuid of this recent layout set branch.voidsetCompanyId(long companyId) Sets the company ID of this recent layout set branch.voidsetGroupId(long groupId) Sets the group ID of this recent layout set branch.voidsetLayoutSetBranchId(long layoutSetBranchId) Sets the layout set branch ID of this recent layout set branch.voidsetLayoutSetId(long layoutSetId) Sets the layout set ID of this recent layout set branch.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this recent layout set branch.voidsetPrimaryKey(long primaryKey) Sets the primary key of this recent layout set branch.voidsetRecentLayoutSetBranchId(long recentLayoutSetBranchId) Sets the recent layout set branch ID of this recent layout set branch.voidsetUserId(long userId) Sets the user ID of this recent layout set branch.voidsetUserUuid(String userUuid) Sets the user uuid of this recent layout set 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 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:
getMvccVersionin 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:
setMvccVersionin 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:
getCompanyIdin 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:
setCompanyIdin 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:
cloneWithOriginalValuesin interfaceBaseModel<RecentLayoutSetBranch>
-
toXmlString
-