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
model
Fields inherited from interface com.liferay.style.book.model.StyleBookEntryVersion
STYLE_BOOK_ENTRY_VERSION_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the company ID of this style book entry version.Returns the create date of this style book entry version.long
Returns the ct collection ID of this style book entry version.boolean
Returns 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.long
Returns the group ID of this style book entry version.Returns the modified date of this style book entry version.long
Returns the mvcc version of this style book entry version.getName()
Returns the name of this style book entry version.long
Returns the preview file entry ID of this style book entry version.long
Returns the primary key of this style book entry version.long
Returns the style book entry ID of this style book entry version.Returns the style book entry key of this style book entry version.long
Returns the style book entry version ID of this style book entry version.Returns the theme ID of this style book entry version.long
Returns 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.int
Returns the version of this style book entry version.long
boolean
Returnstrue
if this style book entry version is default style book entry.void
populateVersionedModel
(StyleBookEntry styleBookEntry) void
setCompanyId
(long companyId) Sets the company ID of this style book entry version.void
setCreateDate
(Date createDate) Sets the create date of this style book entry version.void
setCtCollectionId
(long ctCollectionId) Sets the ct collection ID of this style book entry version.void
setDefaultStyleBookEntry
(boolean defaultStyleBookEntry) Sets whether this style book entry version is default style book entry.void
setExternalReferenceCode
(String externalReferenceCode) Sets the external reference code of this style book entry version.void
setFrontendTokensValues
(String frontendTokensValues) Sets the frontend tokens values of this style book entry version.void
setGroupId
(long groupId) Sets the group ID of this style book entry version.void
setModelAttributes
(Map<String, Object> attributes) void
setModifiedDate
(Date modifiedDate) Sets the modified date of this style book entry version.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this style book entry version.void
Sets the name of this style book entry version.void
setPreviewFileEntryId
(long previewFileEntryId) Sets the preview file entry ID of this style book entry version.void
setPrimaryKey
(long primaryKey) Sets the primary key of this style book entry version.void
setStyleBookEntryId
(long styleBookEntryId) Sets the style book entry ID of this style book entry version.void
setStyleBookEntryKey
(String styleBookEntryKey) Sets the style book entry key of this style book entry version.void
setStyleBookEntryVersionId
(long styleBookEntryVersionId) Sets the style book entry version ID of this style book entry version.void
setThemeId
(String themeId) Sets the theme ID of this style book entry version.void
setUserId
(long userId) Sets the user ID of this style book entry version.void
setUserName
(String userName) Sets the user name of this style book entry version.void
setUserUuid
(String userUuid) Sets the user uuid of this style book entry version.void
Sets the uuid of this style book entry version.void
setVersion
(int version) Sets the version of this style book entry version.void
setVersionedModelId
(long id) protected StyleBookEntryVersionWrapper
wrap
(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, toUnescapedModel
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods 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, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
StyleBookEntryVersionWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<StyleBookEntryVersion>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<StyleBookEntryVersion>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<StyleBookEntryVersion>
- Specified by:
cloneWithOriginalValues
in interfaceStyleBookEntryVersionModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this style book entry version.- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
getCompanyId
in interfaceStyleBookEntryVersionModel
- Returns:
- the company ID of this style book entry version
-
getCreateDate
Returns the create date of this style book entry version.- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCreateDate
in 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:
getCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<StyleBookEntryVersion>
- Specified by:
getCtCollectionId
in 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:
getDefaultStyleBookEntry
in 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:
getExternalReferenceCode
in interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel
- Specified by:
getExternalReferenceCode
in 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:
getFrontendTokensValues
in 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:
getGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Specified by:
getGroupId
in interfaceStyleBookEntryVersionModel
- Returns:
- the group ID of this style book entry version
-
getModifiedDate
Returns the modified date of this style book entry version.- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getModifiedDate
in 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:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Specified by:
getMvccVersion
in interfaceStyleBookEntryVersionModel
- Returns:
- the mvcc version of this style book entry version
-
getName
Returns the name of this style book entry version.- Specified by:
getName
in 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:
getPreviewFileEntryId
in 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:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<StyleBookEntryVersion>
- Specified by:
getPrimaryKey
in interfaceStyleBookEntryVersionModel
- Specified by:
getPrimaryKey
in 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:
getStyleBookEntryId
in 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:
getStyleBookEntryKey
in 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:
getStyleBookEntryVersionId
in 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:
getThemeId
in 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:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserId
in interfaceStyleBookEntryVersionModel
- Returns:
- the user ID of this style book entry version
-
getUserName
Returns the user name of this style book entry version.- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserName
in interfaceStyleBookEntryVersionModel
- Returns:
- the user name of this style book entry version
-
getUserUuid
Returns the user uuid of this style book entry version.- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserUuid
in interfaceStyleBookEntryVersionModel
- Returns:
- the user uuid of this style book entry version
-
getUuid
Returns the uuid of this style book entry version.- Specified by:
getUuid
in 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:
getVersion
in interfaceStyleBookEntryVersionModel
- Specified by:
getVersion
in interfacecom.liferay.portal.kernel.model.version.VersionModel<StyleBookEntry>
- Returns:
- the version of this style book entry version
-
isDefaultStyleBookEntry
public boolean isDefaultStyleBookEntry()Returnstrue
if this style book entry version is default style book entry.- Specified by:
isDefaultStyleBookEntry
in interfaceStyleBookEntryVersionModel
- Returns:
true
if this style book entry version is default style book entry;false
otherwise
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this style book entry version.- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
setCompanyId
in 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:
setCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCreateDate
in 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:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<StyleBookEntryVersion>
- Specified by:
setCtCollectionId
in 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:
setDefaultStyleBookEntry
in 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:
setExternalReferenceCode
in interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel
- Specified by:
setExternalReferenceCode
in 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:
setFrontendTokensValues
in 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:
setGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Specified by:
setGroupId
in 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:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setModifiedDate
in 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:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Specified by:
setMvccVersion
in interfaceStyleBookEntryVersionModel
- Parameters:
mvccVersion
- the mvcc version of this style book entry version
-
setName
Sets the name of this style book entry version.- Specified by:
setName
in 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:
setPreviewFileEntryId
in 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:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<StyleBookEntryVersion>
- Specified by:
setPrimaryKey
in interfaceStyleBookEntryVersionModel
- Specified by:
setPrimaryKey
in 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:
setStyleBookEntryId
in 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:
setStyleBookEntryKey
in 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:
setStyleBookEntryVersionId
in 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:
setThemeId
in 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:
setUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserId
in 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:
setUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserName
in 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:
setUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserUuid
in interfaceStyleBookEntryVersionModel
- Parameters:
userUuid
- the user uuid of this style book entry version
-
setUuid
Sets the uuid of this style book entry version.- Specified by:
setUuid
in 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:
setVersion
in interfaceStyleBookEntryVersionModel
- Specified by:
setVersion
in interfacecom.liferay.portal.kernel.model.version.VersionModel<StyleBookEntry>
- Parameters:
version
- the version of this style book entry version
-
toXmlString
- Specified by:
toXmlString
in interfaceStyleBookEntryVersionModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctions
in interfacecom.liferay.portal.kernel.model.BaseModel<StyleBookEntryVersion>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumers
in interfacecom.liferay.portal.kernel.model.BaseModel<StyleBookEntryVersion>
-
getVersionedModelId
public long getVersionedModelId()- Specified by:
getVersionedModelId
in interfacecom.liferay.portal.kernel.model.version.VersionModel<StyleBookEntry>
-
setVersionedModelId
public void setVersionedModelId(long id) - Specified by:
setVersionedModelId
in interfacecom.liferay.portal.kernel.model.version.VersionModel<StyleBookEntry>
-
populateVersionedModel
- Specified by:
populateVersionedModel
in interfacecom.liferay.portal.kernel.model.version.VersionModel<StyleBookEntry>
-
toVersionedModel
- Specified by:
toVersionedModel
in interfacecom.liferay.portal.kernel.model.version.VersionModel<StyleBookEntry>
-
wrap
- Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<StyleBookEntryVersion>
-