Package com.liferay.style.book.model
Class StyleBookEntryVersionWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<StyleBookEntryVersion>
com.liferay.style.book.model.StyleBookEntryVersionWrapper
- All Implemented Interfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<StyleBookEntryVersion>,com.liferay.portal.kernel.model.change.tracking.CTModel<StyleBookEntryVersion>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.ExternalReferenceCodeModel,com.liferay.portal.kernel.model.GroupedModel,com.liferay.portal.kernel.model.ModelWrapper<StyleBookEntryVersion>,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.version.VersionModel<StyleBookEntry>,StyleBookEntryVersion,StyleBookEntryVersionModel,Serializable,Cloneable,Comparable<StyleBookEntryVersion>
public class StyleBookEntryVersionWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<StyleBookEntryVersion>
implements com.liferay.portal.kernel.model.ModelWrapper<StyleBookEntryVersion>, StyleBookEntryVersion
This class is a wrapper for StyleBookEntryVersion.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.style.book.model.StyleBookEntryVersion
STYLE_BOOK_ENTRY_VERSION_ID_ACCESSOR -
Constructor Summary
Constructors -
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.longbooleanReturnstrueif this style book entry version is default style book entry.voidpopulateVersionedModel(StyleBookEntry styleBookEntry) 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.voidsetModelAttributes(Map<String, Object> attributes) 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.voidsetVersionedModelId(long id) protected StyleBookEntryVersionWrapperwrap(StyleBookEntryVersion styleBookEntryVersion) 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, 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
-
StyleBookEntryVersionWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<StyleBookEntryVersion>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<StyleBookEntryVersion>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<StyleBookEntryVersion>- Specified by:
cloneWithOriginalValuesin interfaceStyleBookEntryVersionModel
-
getCompanyId
public 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- Specified by:
getCompanyIdin interfaceStyleBookEntryVersionModel- Returns:
- the company ID of this style book entry version
-
getCreateDate
Returns the create date of this style book entry version.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfaceStyleBookEntryVersionModel- Returns:
- the create date of this style book entry version
-
getCtCollectionId
public 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>- Specified by:
getCtCollectionIdin interfaceStyleBookEntryVersionModel- Returns:
- the ct collection ID of this style book entry version
-
getDefaultStyleBookEntry
public boolean getDefaultStyleBookEntry()Returns the default style book entry of this style book entry version.- Specified by:
getDefaultStyleBookEntryin interfaceStyleBookEntryVersionModel- Returns:
- the default style book entry 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- Specified by:
getExternalReferenceCodein interfaceStyleBookEntryVersionModel- Returns:
- the external reference code of this style book entry version
-
getFrontendTokensValues
Returns the frontend tokens values of this style book entry version.- Specified by:
getFrontendTokensValuesin interfaceStyleBookEntryVersionModel- Returns:
- the frontend tokens values of this style book entry version
-
getGroupId
public long getGroupId()Returns the group ID of this style book entry version.- Specified by:
getGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Specified by:
getGroupIdin interfaceStyleBookEntryVersionModel- Returns:
- the group ID of this style book entry version
-
getModifiedDate
Returns the modified date of this style book entry version.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfaceStyleBookEntryVersionModel- Returns:
- the modified date of this style book entry version
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this style book entry version.- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Specified by:
getMvccVersionin interfaceStyleBookEntryVersionModel- Returns:
- the mvcc version of this style book entry version
-
getName
Returns the name of this style book entry version.- Specified by:
getNamein interfaceStyleBookEntryVersionModel- Returns:
- the name of this style book entry version
-
getPreviewFileEntryId
public long getPreviewFileEntryId()Returns the preview file entry ID of this style book entry version.- Specified by:
getPreviewFileEntryIdin interfaceStyleBookEntryVersionModel- Returns:
- the preview file entry ID of this style book entry version
-
getPrimaryKey
public 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 interfaceStyleBookEntryVersionModel- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.version.VersionModel<StyleBookEntry>- Returns:
- the primary key of this style book entry version
-
getStyleBookEntryId
public long getStyleBookEntryId()Returns the style book entry ID of this style book entry version.- Specified by:
getStyleBookEntryIdin interfaceStyleBookEntryVersionModel- Returns:
- the style book entry ID of this style book entry version
-
getStyleBookEntryKey
Returns the style book entry key of this style book entry version.- Specified by:
getStyleBookEntryKeyin interfaceStyleBookEntryVersionModel- Returns:
- the style book entry key of this style book entry version
-
getStyleBookEntryVersionId
public long getStyleBookEntryVersionId()Returns the style book entry version ID of this style book entry version.- Specified by:
getStyleBookEntryVersionIdin interfaceStyleBookEntryVersionModel- Returns:
- the style book entry version ID of this style book entry version
-
getThemeId
Returns the theme ID of this style book entry version.- Specified by:
getThemeIdin interfaceStyleBookEntryVersionModel- Returns:
- the theme ID of this style book entry version
-
getUserId
public long getUserId()Returns the user ID of this style book entry version.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceStyleBookEntryVersionModel- Returns:
- the user ID 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- Specified by:
getUserNamein interfaceStyleBookEntryVersionModel- Returns:
- the user name of this style book entry version
-
getUserUuid
Returns the user uuid of this style book entry version.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceStyleBookEntryVersionModel- Returns:
- the user uuid of this style book entry version
-
getUuid
Returns the uuid of this style book entry version.- Specified by:
getUuidin interfaceStyleBookEntryVersionModel- Returns:
- the uuid of this style book entry version
-
getVersion
public int getVersion()Returns the version of this style book entry version.- Specified by:
getVersionin interfaceStyleBookEntryVersionModel- Specified by:
getVersionin interfacecom.liferay.portal.kernel.model.version.VersionModel<StyleBookEntry>- Returns:
- the version of this style book entry version
-
isDefaultStyleBookEntry
public boolean isDefaultStyleBookEntry()Returnstrueif this style book entry version is default style book entry.- Specified by:
isDefaultStyleBookEntryin interfaceStyleBookEntryVersionModel- Returns:
trueif this style book entry version is default style book entry;falseotherwise
-
setCompanyId
public 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- Specified by:
setCompanyIdin interfaceStyleBookEntryVersionModel- Parameters:
companyId- the company ID 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- Specified by:
setCreateDatein interfaceStyleBookEntryVersionModel- Parameters:
createDate- the create date of this style book entry version
-
setCtCollectionId
public 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>- Specified by:
setCtCollectionIdin interfaceStyleBookEntryVersionModel- Parameters:
ctCollectionId- the ct collection ID of this style book entry version
-
setDefaultStyleBookEntry
public void setDefaultStyleBookEntry(boolean defaultStyleBookEntry) Sets whether this style book entry version is default style book entry.- Specified by:
setDefaultStyleBookEntryin interfaceStyleBookEntryVersionModel- Parameters:
defaultStyleBookEntry- the default style book entry 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- Specified by:
setExternalReferenceCodein interfaceStyleBookEntryVersionModel- Parameters:
externalReferenceCode- the external reference code of this style book entry version
-
setFrontendTokensValues
Sets the frontend tokens values of this style book entry version.- Specified by:
setFrontendTokensValuesin interfaceStyleBookEntryVersionModel- Parameters:
frontendTokensValues- the frontend tokens values of this style book entry version
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this style book entry version.- Specified by:
setGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Specified by:
setGroupIdin interfaceStyleBookEntryVersionModel- Parameters:
groupId- the group ID 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- Specified by:
setModifiedDatein interfaceStyleBookEntryVersionModel- Parameters:
modifiedDate- the modified date of this style book entry version
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this style book entry version.- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Specified by:
setMvccVersionin interfaceStyleBookEntryVersionModel- Parameters:
mvccVersion- the mvcc version of this style book entry version
-
setName
Sets the name of this style book entry version.- Specified by:
setNamein interfaceStyleBookEntryVersionModel- Parameters:
name- the name of this style book entry version
-
setPreviewFileEntryId
public void setPreviewFileEntryId(long previewFileEntryId) Sets the preview file entry ID of this style book entry version.- Specified by:
setPreviewFileEntryIdin interfaceStyleBookEntryVersionModel- Parameters:
previewFileEntryId- the preview file entry ID of this style book entry version
-
setPrimaryKey
public 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 interfaceStyleBookEntryVersionModel- Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.version.VersionModel<StyleBookEntry>- Parameters:
primaryKey- the primary key of this style book entry version
-
setStyleBookEntryId
public void setStyleBookEntryId(long styleBookEntryId) Sets the style book entry ID of this style book entry version.- Specified by:
setStyleBookEntryIdin interfaceStyleBookEntryVersionModel- Parameters:
styleBookEntryId- the style book entry ID of this style book entry version
-
setStyleBookEntryKey
Sets the style book entry key of this style book entry version.- Specified by:
setStyleBookEntryKeyin interfaceStyleBookEntryVersionModel- Parameters:
styleBookEntryKey- the style book entry key of this style book entry version
-
setStyleBookEntryVersionId
public void setStyleBookEntryVersionId(long styleBookEntryVersionId) Sets the style book entry version ID of this style book entry version.- Specified by:
setStyleBookEntryVersionIdin interfaceStyleBookEntryVersionModel- Parameters:
styleBookEntryVersionId- the style book entry version ID of this style book entry version
-
setThemeId
Sets the theme ID of this style book entry version.- Specified by:
setThemeIdin interfaceStyleBookEntryVersionModel- Parameters:
themeId- the theme ID of this style book entry version
-
setUserId
public void setUserId(long userId) Sets the user ID of this style book entry version.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceStyleBookEntryVersionModel- Parameters:
userId- the user ID 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- Specified by:
setUserNamein interfaceStyleBookEntryVersionModel- Parameters:
userName- the user name 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- Specified by:
setUserUuidin interfaceStyleBookEntryVersionModel- Parameters:
userUuid- the user uuid of this style book entry version
-
setUuid
Sets the uuid of this style book entry version.- Specified by:
setUuidin interfaceStyleBookEntryVersionModel- Parameters:
uuid- the uuid of this style book entry version
-
setVersion
public void setVersion(int version) Sets the version of this style book entry version.- Specified by:
setVersionin interfaceStyleBookEntryVersionModel- Specified by:
setVersionin interfacecom.liferay.portal.kernel.model.version.VersionModel<StyleBookEntry>- Parameters:
version- the version of this style book entry version
-
toXmlString
- Specified by:
toXmlStringin interfaceStyleBookEntryVersionModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfacecom.liferay.portal.kernel.model.BaseModel<StyleBookEntryVersion>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfacecom.liferay.portal.kernel.model.BaseModel<StyleBookEntryVersion>
-
getVersionedModelId
public long getVersionedModelId()- Specified by:
getVersionedModelIdin interfacecom.liferay.portal.kernel.model.version.VersionModel<StyleBookEntry>
-
setVersionedModelId
public void setVersionedModelId(long id) - Specified by:
setVersionedModelIdin interfacecom.liferay.portal.kernel.model.version.VersionModel<StyleBookEntry>
-
populateVersionedModel
- Specified by:
populateVersionedModelin interfacecom.liferay.portal.kernel.model.version.VersionModel<StyleBookEntry>
-
toVersionedModel
- Specified by:
toVersionedModelin interfacecom.liferay.portal.kernel.model.version.VersionModel<StyleBookEntry>
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<StyleBookEntryVersion>
-