public class HtmlPreviewEntryWrapper extends BaseModelWrapper<HtmlPreviewEntry> implements HtmlPreviewEntry, ModelWrapper<HtmlPreviewEntry>
This class is a wrapper for HtmlPreviewEntry.
HtmlPreviewEntry,
Serialized FormmodelHTML_PREVIEW_ENTRY_ID_ACCESSOR| Constructor and Description |
|---|
HtmlPreviewEntryWrapper(HtmlPreviewEntry htmlPreviewEntry) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClassName()
Returns the fully qualified class name of this html preview entry.
|
long |
getClassNameId()
Returns the class name ID of this html preview entry.
|
long |
getClassPK()
Returns the class pk of this html preview entry.
|
long |
getCompanyId()
Returns the company ID of this html preview entry.
|
java.util.Date |
getCreateDate()
Returns the create date of this html preview entry.
|
long |
getFileEntryId()
Returns the file entry ID of this html preview entry.
|
long |
getGroupId()
Returns the group ID of this html preview entry.
|
long |
getHtmlPreviewEntryId()
Returns the html preview entry ID of this html preview entry.
|
java.lang.String |
getImagePreviewURL(ThemeDisplay themeDisplay) |
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this html preview entry.
|
long |
getPrimaryKey()
Returns the primary key of this html preview entry.
|
long |
getUserId()
Returns the user ID of this html preview entry.
|
java.lang.String |
getUserName()
Returns the user name of this html preview entry.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this html preview entry.
|
void |
persist()
Updates this model instance in the database or adds it if it does not yet
exist.
|
void |
setClassName(java.lang.String className) |
void |
setClassNameId(long classNameId)
Sets the class name ID of this html preview entry.
|
void |
setClassPK(long classPK)
Sets the class pk of this html preview entry.
|
void |
setCompanyId(long companyId)
Sets the company ID of this html preview entry.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this html preview entry.
|
void |
setFileEntryId(long fileEntryId)
Sets the file entry ID of this html preview entry.
|
void |
setGroupId(long groupId)
Sets the group ID of this html preview entry.
|
void |
setHtmlPreviewEntryId(long htmlPreviewEntryId)
Sets the html preview entry ID of this html preview entry.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this html preview entry.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this html preview entry.
|
void |
setUserId(long userId)
Sets the user ID of this html preview entry.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this html preview entry.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this html preview entry.
|
protected HtmlPreviewEntryWrapper |
wrap(HtmlPreviewEntry htmlPreviewEntry) |
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, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamegetWrappedModelpublic HtmlPreviewEntryWrapper(HtmlPreviewEntry htmlPreviewEntry)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface BaseModel<HtmlPreviewEntry>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface BaseModel<HtmlPreviewEntry>public java.lang.String getClassName()
getClassName in interface HtmlPreviewEntryModelgetClassName in interface TypedModelpublic long getClassNameId()
getClassNameId in interface HtmlPreviewEntryModelgetClassNameId in interface TypedModelpublic long getClassPK()
getClassPK in interface HtmlPreviewEntryModelgetClassPK in interface AttachedModelpublic long getCompanyId()
getCompanyId in interface HtmlPreviewEntryModelgetCompanyId in interface AuditedModelgetCompanyId in interface ShardedModelpublic java.util.Date getCreateDate()
getCreateDate in interface HtmlPreviewEntryModelgetCreateDate in interface AuditedModelpublic long getFileEntryId()
getFileEntryId in interface HtmlPreviewEntryModelpublic long getGroupId()
getGroupId in interface HtmlPreviewEntryModelgetGroupId in interface GroupedModelpublic long getHtmlPreviewEntryId()
getHtmlPreviewEntryId in interface HtmlPreviewEntryModelpublic java.lang.String getImagePreviewURL(ThemeDisplay themeDisplay)
getImagePreviewURL in interface HtmlPreviewEntrypublic java.util.Date getModifiedDate()
getModifiedDate in interface HtmlPreviewEntryModelgetModifiedDate in interface AuditedModelpublic long getPrimaryKey()
getPrimaryKey in interface HtmlPreviewEntryModelpublic long getUserId()
getUserId in interface HtmlPreviewEntryModelgetUserId in interface AuditedModelpublic java.lang.String getUserName()
getUserName in interface HtmlPreviewEntryModelgetUserName in interface AuditedModelpublic java.lang.String getUserUuid()
getUserUuid in interface HtmlPreviewEntryModelgetUserUuid in interface AuditedModelpublic void persist()
PersistedModelpersist in interface PersistedModelpublic void setClassName(java.lang.String className)
setClassName in interface HtmlPreviewEntryModelpublic void setClassNameId(long classNameId)
setClassNameId in interface HtmlPreviewEntryModelsetClassNameId in interface TypedModelclassNameId - the class name ID of this html preview entrypublic void setClassPK(long classPK)
setClassPK in interface HtmlPreviewEntryModelsetClassPK in interface AttachedModelclassPK - the class pk of this html preview entrypublic void setCompanyId(long companyId)
setCompanyId in interface HtmlPreviewEntryModelsetCompanyId in interface AuditedModelsetCompanyId in interface ShardedModelcompanyId - the company ID of this html preview entrypublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface HtmlPreviewEntryModelsetCreateDate in interface AuditedModelcreateDate - the create date of this html preview entrypublic void setFileEntryId(long fileEntryId)
setFileEntryId in interface HtmlPreviewEntryModelfileEntryId - the file entry ID of this html preview entrypublic void setGroupId(long groupId)
setGroupId in interface HtmlPreviewEntryModelsetGroupId in interface GroupedModelgroupId - the group ID of this html preview entrypublic void setHtmlPreviewEntryId(long htmlPreviewEntryId)
setHtmlPreviewEntryId in interface HtmlPreviewEntryModelhtmlPreviewEntryId - the html preview entry ID of this html preview entrypublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface HtmlPreviewEntryModelsetModifiedDate in interface AuditedModelmodifiedDate - the modified date of this html preview entrypublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface HtmlPreviewEntryModelprimaryKey - the primary key of this html preview entrypublic void setUserId(long userId)
setUserId in interface HtmlPreviewEntryModelsetUserId in interface AuditedModeluserId - the user ID of this html preview entrypublic void setUserName(java.lang.String userName)
setUserName in interface HtmlPreviewEntryModelsetUserName in interface AuditedModeluserName - the user name of this html preview entrypublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface HtmlPreviewEntryModelsetUserUuid in interface AuditedModeluserUuid - the user uuid of this html preview entryprotected HtmlPreviewEntryWrapper wrap(HtmlPreviewEntry htmlPreviewEntry)
wrap in class BaseModelWrapper<HtmlPreviewEntry>