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.
StyleBookEntryVersion,
Serialized FormSTYLE_BOOK_ENTRY_VERSION_ID_ACCESSOR| Constructor and Description |
|---|
StyleBookEntryVersionWrapper(StyleBookEntryVersion styleBookEntryVersion) |
| Modifier and Type | Method and Description |
|---|---|
StyleBookEntryVersion |
cloneWithOriginalValues() |
java.util.Map<java.lang.String,java.util.function.Function<StyleBookEntryVersion,java.lang.Object>> |
getAttributeGetterFunctions() |
java.util.Map<java.lang.String,java.util.function.BiConsumer<StyleBookEntryVersion,java.lang.Object>> |
getAttributeSetterBiConsumers() |
long |
getCompanyId()
Returns the company ID of this style book entry version.
|
java.util.Date |
getCreateDate()
Returns the create date of this style book entry version.
|
long |
getCtCollectionId()
Returns the ct collection ID of this style book entry version.
|
boolean |
getDefaultStyleBookEntry()
Returns the default style book entry of this style book entry version.
|
java.lang.String |
getFrontendTokensValues()
Returns the frontend tokens values of this style book entry version.
|
long |
getGroupId()
Returns the group ID of this style book entry version.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this style book entry version.
|
long |
getMvccVersion()
Returns the mvcc version of this style book entry version.
|
java.lang.String |
getName()
Returns the name of this style book entry version.
|
long |
getPreviewFileEntryId()
Returns the preview file entry ID of this style book entry version.
|
long |
getPrimaryKey()
Returns the primary key of this style book entry version.
|
long |
getStyleBookEntryId()
Returns the style book entry ID of this style book entry version.
|
java.lang.String |
getStyleBookEntryKey()
Returns the style book entry key of this style book entry version.
|
long |
getStyleBookEntryVersionId()
Returns the style book entry version ID of this style book entry version.
|
long |
getUserId()
Returns the user ID of this style book entry version.
|
java.lang.String |
getUserName()
Returns the user name of this style book entry version.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this style book entry version.
|
java.lang.String |
getUuid()
Returns the uuid of this style book entry version.
|
int |
getVersion()
Returns the version of this style book entry version.
|
long |
getVersionedModelId() |
boolean |
isDefaultStyleBookEntry()
Returns
true 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(java.util.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 |
setFrontendTokensValues(java.lang.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(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.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 |
setName(java.lang.String name)
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(java.lang.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 |
setUserId(long userId)
Sets the user ID of this style book entry version.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this style book entry version.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this style book entry version.
|
void |
setUuid(java.lang.String uuid)
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) |
StyleBookEntry |
toVersionedModel() |
protected StyleBookEntryVersionWrapper |
wrap(StyleBookEntryVersion styleBookEntryVersion) |
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, toXmlStringfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringpublic StyleBookEntryVersionWrapper(StyleBookEntryVersion styleBookEntryVersion)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<StyleBookEntryVersion>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<StyleBookEntryVersion>public StyleBookEntryVersion cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<StyleBookEntryVersion>cloneWithOriginalValues in interface StyleBookEntryVersionModelpublic long getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface StyleBookEntryVersionModelpublic java.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.AuditedModelgetCreateDate in interface StyleBookEntryVersionModelpublic long getCtCollectionId()
getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<StyleBookEntryVersion>getCtCollectionId in interface StyleBookEntryVersionModelpublic boolean getDefaultStyleBookEntry()
getDefaultStyleBookEntry in interface StyleBookEntryVersionModelpublic java.lang.String getFrontendTokensValues()
getFrontendTokensValues in interface StyleBookEntryVersionModelpublic long getGroupId()
getGroupId in interface com.liferay.portal.kernel.model.GroupedModelgetGroupId in interface StyleBookEntryVersionModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface StyleBookEntryVersionModelpublic long getMvccVersion()
getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelgetMvccVersion in interface StyleBookEntryVersionModelpublic java.lang.String getName()
getName in interface StyleBookEntryVersionModelpublic long getPreviewFileEntryId()
getPreviewFileEntryId in interface StyleBookEntryVersionModelpublic long getPrimaryKey()
getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<StyleBookEntryVersion>getPrimaryKey in interface com.liferay.portal.kernel.model.version.VersionModel<StyleBookEntry>getPrimaryKey in interface StyleBookEntryVersionModelpublic long getStyleBookEntryId()
getStyleBookEntryId in interface StyleBookEntryVersionModelpublic java.lang.String getStyleBookEntryKey()
getStyleBookEntryKey in interface StyleBookEntryVersionModelpublic long getStyleBookEntryVersionId()
getStyleBookEntryVersionId in interface StyleBookEntryVersionModelpublic long getUserId()
getUserId in interface com.liferay.portal.kernel.model.AuditedModelgetUserId in interface StyleBookEntryVersionModelpublic java.lang.String getUserName()
getUserName in interface com.liferay.portal.kernel.model.AuditedModelgetUserName in interface StyleBookEntryVersionModelpublic java.lang.String getUserUuid()
getUserUuid in interface com.liferay.portal.kernel.model.AuditedModelgetUserUuid in interface StyleBookEntryVersionModelpublic java.lang.String getUuid()
getUuid in interface StyleBookEntryVersionModelpublic int getVersion()
getVersion in interface com.liferay.portal.kernel.model.version.VersionModel<StyleBookEntry>getVersion in interface StyleBookEntryVersionModelpublic boolean isDefaultStyleBookEntry()
true if this style book entry version is default style book entry.isDefaultStyleBookEntry in interface StyleBookEntryVersionModeltrue if this style book entry version is default style book entry; false otherwisepublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface StyleBookEntryVersionModelcompanyId - the company ID of this style book entry versionpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.AuditedModelsetCreateDate in interface StyleBookEntryVersionModelcreateDate - the create date of this style book entry versionpublic void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<StyleBookEntryVersion>setCtCollectionId in interface StyleBookEntryVersionModelctCollectionId - the ct collection ID of this style book entry versionpublic void setDefaultStyleBookEntry(boolean defaultStyleBookEntry)
setDefaultStyleBookEntry in interface StyleBookEntryVersionModeldefaultStyleBookEntry - the default style book entry of this style book entry versionpublic void setFrontendTokensValues(java.lang.String frontendTokensValues)
setFrontendTokensValues in interface StyleBookEntryVersionModelfrontendTokensValues - the frontend tokens values of this style book entry versionpublic void setGroupId(long groupId)
setGroupId in interface com.liferay.portal.kernel.model.GroupedModelsetGroupId in interface StyleBookEntryVersionModelgroupId - the group ID of this style book entry versionpublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelsetModifiedDate in interface StyleBookEntryVersionModelmodifiedDate - the modified date of this style book entry versionpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelsetMvccVersion in interface StyleBookEntryVersionModelmvccVersion - the mvcc version of this style book entry versionpublic void setName(java.lang.String name)
setName in interface StyleBookEntryVersionModelname - the name of this style book entry versionpublic void setPreviewFileEntryId(long previewFileEntryId)
setPreviewFileEntryId in interface StyleBookEntryVersionModelpreviewFileEntryId - the preview file entry ID of this style book entry versionpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<StyleBookEntryVersion>setPrimaryKey in interface com.liferay.portal.kernel.model.version.VersionModel<StyleBookEntry>setPrimaryKey in interface StyleBookEntryVersionModelprimaryKey - the primary key of this style book entry versionpublic void setStyleBookEntryId(long styleBookEntryId)
setStyleBookEntryId in interface StyleBookEntryVersionModelstyleBookEntryId - the style book entry ID of this style book entry versionpublic void setStyleBookEntryKey(java.lang.String styleBookEntryKey)
setStyleBookEntryKey in interface StyleBookEntryVersionModelstyleBookEntryKey - the style book entry key of this style book entry versionpublic void setStyleBookEntryVersionId(long styleBookEntryVersionId)
setStyleBookEntryVersionId in interface StyleBookEntryVersionModelstyleBookEntryVersionId - the style book entry version ID of this style book entry versionpublic void setUserId(long userId)
setUserId in interface com.liferay.portal.kernel.model.AuditedModelsetUserId in interface StyleBookEntryVersionModeluserId - the user ID of this style book entry versionpublic void setUserName(java.lang.String userName)
setUserName in interface com.liferay.portal.kernel.model.AuditedModelsetUserName in interface StyleBookEntryVersionModeluserName - the user name of this style book entry versionpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.portal.kernel.model.AuditedModelsetUserUuid in interface StyleBookEntryVersionModeluserUuid - the user uuid of this style book entry versionpublic void setUuid(java.lang.String uuid)
setUuid in interface StyleBookEntryVersionModeluuid - the uuid of this style book entry versionpublic void setVersion(int version)
setVersion in interface com.liferay.portal.kernel.model.version.VersionModel<StyleBookEntry>setVersion in interface StyleBookEntryVersionModelversion - the version of this style book entry versionpublic java.util.Map<java.lang.String,java.util.function.Function<StyleBookEntryVersion,java.lang.Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions in interface com.liferay.portal.kernel.model.BaseModel<StyleBookEntryVersion>public java.util.Map<java.lang.String,java.util.function.BiConsumer<StyleBookEntryVersion,java.lang.Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers in interface com.liferay.portal.kernel.model.BaseModel<StyleBookEntryVersion>public long getVersionedModelId()
getVersionedModelId in interface com.liferay.portal.kernel.model.version.VersionModel<StyleBookEntry>public void setVersionedModelId(long id)
setVersionedModelId in interface com.liferay.portal.kernel.model.version.VersionModel<StyleBookEntry>public void populateVersionedModel(StyleBookEntry styleBookEntry)
populateVersionedModel in interface com.liferay.portal.kernel.model.version.VersionModel<StyleBookEntry>public StyleBookEntry toVersionedModel()
toVersionedModel in interface com.liferay.portal.kernel.model.version.VersionModel<StyleBookEntry>protected StyleBookEntryVersionWrapper wrap(StyleBookEntryVersion styleBookEntryVersion)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<StyleBookEntryVersion>