Package com.liferay.style.book.model
Interface StyleBookEntryVersionModel
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<StyleBookEntryVersion>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<StyleBookEntryVersion>,com.liferay.portal.kernel.model.change.tracking.CTModel<StyleBookEntryVersion>,com.liferay.portal.kernel.model.ExternalReferenceCodeModel,com.liferay.portal.kernel.model.GroupedModel,com.liferay.portal.kernel.model.MVCCModel,Serializable,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.version.VersionModel<StyleBookEntry>
- All Known Subinterfaces:
StyleBookEntryVersion
- All Known Implementing Classes:
StyleBookEntryVersionWrapper
@ProviderType
public interface StyleBookEntryVersionModel
extends com.liferay.portal.kernel.model.BaseModel<StyleBookEntryVersion>, com.liferay.portal.kernel.model.change.tracking.CTModel<StyleBookEntryVersion>, com.liferay.portal.kernel.model.ExternalReferenceCodeModel, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.version.VersionModel<StyleBookEntry>
The base model interface for the StyleBookEntryVersion service. Represents a row in the "StyleBookEntryVersion" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.style.book.model.impl.StyleBookEntryVersionModelImpl 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.style.book.model.impl.StyleBookEntryVersionImpl.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this style book entry version.Returns the create date of this style book entry version.longReturns the ct collection ID of this style book entry version.booleanReturns the default style book entry of this style book entry version.Returns the external reference code of this style book entry version.Returns the frontend tokens values of this style book entry version.longReturns the group ID of this style book entry version.Returns the modified date of this style book entry version.longReturns the mvcc version of this style book entry version.getName()Returns the name of this style book entry version.longReturns the preview file entry ID of this style book entry version.longReturns the primary key of this style book entry version.longReturns the style book entry ID of this style book entry version.Returns the style book entry key of this style book entry version.longReturns the style book entry version ID of this style book entry version.Returns the theme ID of this style book entry version.longReturns the user ID of this style book entry version.Returns the user name of this style book entry version.Returns the user uuid of this style book entry version.getUuid()Returns the uuid of this style book entry version.intReturns the version of this style book entry version.booleanReturnstrueif this style book entry version is default style book entry.voidsetCompanyId(long companyId) Sets the company ID of this style book entry version.voidsetCreateDate(Date createDate) Sets the create date of this style book entry version.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this style book entry version.voidsetDefaultStyleBookEntry(boolean defaultStyleBookEntry) Sets whether this style book entry version is default style book entry.voidsetExternalReferenceCode(String externalReferenceCode) Sets the external reference code of this style book entry version.voidsetFrontendTokensValues(String frontendTokensValues) Sets the frontend tokens values of this style book entry version.voidsetGroupId(long groupId) Sets the group ID of this style book entry version.voidsetModifiedDate(Date modifiedDate) Sets the modified date of this style book entry version.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this style book entry version.voidSets the name of this style book entry version.voidsetPreviewFileEntryId(long previewFileEntryId) Sets the preview file entry ID of this style book entry version.voidsetPrimaryKey(long primaryKey) Sets the primary key of this style book entry version.voidsetStyleBookEntryId(long styleBookEntryId) Sets the style book entry ID of this style book entry version.voidsetStyleBookEntryKey(String styleBookEntryKey) Sets the style book entry key of this style book entry version.voidsetStyleBookEntryVersionId(long styleBookEntryVersionId) Sets the style book entry version ID of this style book entry version.voidsetThemeId(String themeId) Sets the theme ID of this style book entry version.voidsetUserId(long userId) Sets the user ID of this style book entry version.voidsetUserName(String userName) Sets the user name of this style book entry version.voidsetUserUuid(String userUuid) Sets the user uuid of this style book entry version.voidSets the uuid of this style book entry version.voidsetVersion(int version) Sets the version of this style book entry version.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
compareToMethods inherited from interface com.liferay.portal.kernel.model.version.VersionModel
getVersionedModelId, populateVersionedModel, setVersionedModelId, toVersionedModel
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this style book entry version.- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<StyleBookEntryVersion>- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.version.VersionModel<StyleBookEntry>- Returns:
- the primary key of this style book entry version
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this style book entry version.- Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<StyleBookEntryVersion>- Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.version.VersionModel<StyleBookEntry>- Parameters:
primaryKey- the primary key of this style book entry version
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this style book entry version.- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this style book entry version
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this style book entry version.- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this style book entry version
-
getCtCollectionId
long getCtCollectionId()Returns the ct collection ID of this style book entry version.- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<StyleBookEntryVersion>- Returns:
- the ct collection ID of this style book entry version
-
setCtCollectionId
void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this style book entry version.- Specified by:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<StyleBookEntryVersion>- Parameters:
ctCollectionId- the ct collection ID of this style book entry version
-
getStyleBookEntryVersionId
long getStyleBookEntryVersionId()Returns the style book entry version ID of this style book entry version.- Returns:
- the style book entry version ID of this style book entry version
-
setStyleBookEntryVersionId
void setStyleBookEntryVersionId(long styleBookEntryVersionId) Sets the style book entry version ID of this style book entry version.- Parameters:
styleBookEntryVersionId- the style book entry version ID of this style book entry version
-
getVersion
int getVersion()Returns the version of this style book entry version.- Specified by:
getVersionin interfacecom.liferay.portal.kernel.model.version.VersionModel<StyleBookEntry>- Returns:
- the version of this style book entry version
-
setVersion
void setVersion(int version) Sets the version of this style book entry version.- Specified by:
setVersionin interfacecom.liferay.portal.kernel.model.version.VersionModel<StyleBookEntry>- Parameters:
version- the version of this style book entry version
-
getUuid
Returns the uuid of this style book entry version.- Returns:
- the uuid of this style book entry version
-
setUuid
Sets the uuid of this style book entry version.- Parameters:
uuid- the uuid of this style book entry version
-
getExternalReferenceCode
Returns the external reference code of this style book entry version.- Specified by:
getExternalReferenceCodein interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel- Returns:
- the external reference code of this style book entry version
-
setExternalReferenceCode
Sets the external reference code of this style book entry version.- Specified by:
setExternalReferenceCodein interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel- Parameters:
externalReferenceCode- the external reference code of this style book entry version
-
getStyleBookEntryId
long getStyleBookEntryId()Returns the style book entry ID of this style book entry version.- Returns:
- the style book entry ID of this style book entry version
-
setStyleBookEntryId
void setStyleBookEntryId(long styleBookEntryId) Sets the style book entry ID of this style book entry version.- Parameters:
styleBookEntryId- the style book entry ID of this style book entry version
-
getGroupId
long getGroupId()Returns the group ID of this style book entry version.- Specified by:
getGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Returns:
- the group ID of this style book entry version
-
setGroupId
void setGroupId(long groupId) Sets the group ID of this style book entry version.- Specified by:
setGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Parameters:
groupId- the group ID of this style book entry version
-
getCompanyId
long getCompanyId()Returns the company ID of this style book entry version.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this style book entry version
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this style book entry version.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this style book entry version
-
getUserId
long getUserId()Returns the user ID of this style book entry version.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user ID of this style book entry version
-
setUserId
void setUserId(long userId) Sets the user ID of this style book entry version.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userId- the user ID of this style book entry version
-
getUserUuid
String getUserUuid()Returns the user uuid of this style book entry version.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user uuid of this style book entry version
-
setUserUuid
Sets the user uuid of this style book entry version.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userUuid- the user uuid of this style book entry version
-
getUserName
Returns the user name of this style book entry version.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user name of this style book entry version
-
setUserName
Sets the user name of this style book entry version.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userName- the user name of this style book entry version
-
getCreateDate
Date getCreateDate()Returns the create date of this style book entry version.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the create date of this style book entry version
-
setCreateDate
Sets the create date of this style book entry version.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
createDate- the create date of this style book entry version
-
getModifiedDate
Date getModifiedDate()Returns the modified date of this style book entry version.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the modified date of this style book entry version
-
setModifiedDate
Sets the modified date of this style book entry version.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
modifiedDate- the modified date of this style book entry version
-
getDefaultStyleBookEntry
boolean getDefaultStyleBookEntry()Returns the default style book entry of this style book entry version.- Returns:
- the default style book entry of this style book entry version
-
isDefaultStyleBookEntry
boolean isDefaultStyleBookEntry()Returnstrueif this style book entry version is default style book entry.- Returns:
trueif this style book entry version is default style book entry;falseotherwise
-
setDefaultStyleBookEntry
void setDefaultStyleBookEntry(boolean defaultStyleBookEntry) Sets whether this style book entry version is default style book entry.- Parameters:
defaultStyleBookEntry- the default style book entry of this style book entry version
-
getFrontendTokensValues
Returns the frontend tokens values of this style book entry version.- Returns:
- the frontend tokens values of this style book entry version
-
setFrontendTokensValues
Sets the frontend tokens values of this style book entry version.- Parameters:
frontendTokensValues- the frontend tokens values of this style book entry version
-
getName
Returns the name of this style book entry version.- Returns:
- the name of this style book entry version
-
setName
Sets the name of this style book entry version.- Parameters:
name- the name of this style book entry version
-
getPreviewFileEntryId
long getPreviewFileEntryId()Returns the preview file entry ID of this style book entry version.- Returns:
- the preview file entry ID of this style book entry version
-
setPreviewFileEntryId
void setPreviewFileEntryId(long previewFileEntryId) Sets the preview file entry ID of this style book entry version.- Parameters:
previewFileEntryId- the preview file entry ID of this style book entry version
-
getStyleBookEntryKey
Returns the style book entry key of this style book entry version.- Returns:
- the style book entry key of this style book entry version
-
setStyleBookEntryKey
Sets the style book entry key of this style book entry version.- Parameters:
styleBookEntryKey- the style book entry key of this style book entry version
-
getThemeId
Returns the theme ID of this style book entry version.- Returns:
- the theme ID of this style book entry version
-
setThemeId
Sets the theme ID of this style book entry version.- Parameters:
themeId- the theme ID of this style book entry version
-
cloneWithOriginalValues
StyleBookEntryVersion cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<StyleBookEntryVersion>
-
toXmlString
-