public class DLFileVersionPreviewWrapper extends BaseModelWrapper<DLFileVersionPreview> implements DLFileVersionPreview, ModelWrapper<DLFileVersionPreview>
This class is a wrapper for DLFileVersionPreview.
DLFileVersionPreview,
Serialized FormmodelDL_FILE_VERSION_PREVIEW_ID_ACCESSOR| Constructor and Description |
|---|
DLFileVersionPreviewWrapper(DLFileVersionPreview dlFileVersionPreview) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCompanyId()
Returns the company ID of this dl file version preview.
|
long |
getDlFileVersionPreviewId()
Returns the dl file version preview ID of this dl file version preview.
|
long |
getFileEntryId()
Returns the file entry ID of this dl file version preview.
|
long |
getFileVersionId()
Returns the file version ID of this dl file version preview.
|
long |
getGroupId()
Returns the group ID of this dl file version preview.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
int |
getPreviewStatus()
Returns the preview status of this dl file version preview.
|
long |
getPrimaryKey()
Returns the primary key of this dl file version preview.
|
void |
persist()
Updates this model instance in the database or adds it if it does not yet
exist.
|
void |
setCompanyId(long companyId)
Sets the company ID of this dl file version preview.
|
void |
setDlFileVersionPreviewId(long dlFileVersionPreviewId)
Sets the dl file version preview ID of this dl file version preview.
|
void |
setFileEntryId(long fileEntryId)
Sets the file entry ID of this dl file version preview.
|
void |
setFileVersionId(long fileVersionId)
Sets the file version ID of this dl file version preview.
|
void |
setGroupId(long groupId)
Sets the group ID of this dl file version preview.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setPreviewStatus(int previewStatus)
Sets the preview status of this dl file version preview.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this dl file version preview.
|
protected DLFileVersionPreviewWrapper |
wrap(DLFileVersionPreview dlFileVersionPreview) |
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 DLFileVersionPreviewWrapper(DLFileVersionPreview dlFileVersionPreview)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface BaseModel<DLFileVersionPreview>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface BaseModel<DLFileVersionPreview>public long getCompanyId()
getCompanyId in interface DLFileVersionPreviewModelgetCompanyId in interface ShardedModelpublic long getDlFileVersionPreviewId()
getDlFileVersionPreviewId in interface DLFileVersionPreviewModelpublic long getFileEntryId()
getFileEntryId in interface DLFileVersionPreviewModelpublic long getFileVersionId()
getFileVersionId in interface DLFileVersionPreviewModelpublic long getGroupId()
getGroupId in interface DLFileVersionPreviewModelpublic int getPreviewStatus()
getPreviewStatus in interface DLFileVersionPreviewModelpublic long getPrimaryKey()
getPrimaryKey in interface DLFileVersionPreviewModelpublic void persist()
PersistedModelpersist in interface PersistedModelpublic void setCompanyId(long companyId)
setCompanyId in interface DLFileVersionPreviewModelsetCompanyId in interface ShardedModelcompanyId - the company ID of this dl file version previewpublic void setDlFileVersionPreviewId(long dlFileVersionPreviewId)
setDlFileVersionPreviewId in interface DLFileVersionPreviewModeldlFileVersionPreviewId - the dl file version preview ID of this dl file version previewpublic void setFileEntryId(long fileEntryId)
setFileEntryId in interface DLFileVersionPreviewModelfileEntryId - the file entry ID of this dl file version previewpublic void setFileVersionId(long fileVersionId)
setFileVersionId in interface DLFileVersionPreviewModelfileVersionId - the file version ID of this dl file version previewpublic void setGroupId(long groupId)
setGroupId in interface DLFileVersionPreviewModelgroupId - the group ID of this dl file version previewpublic void setPreviewStatus(int previewStatus)
setPreviewStatus in interface DLFileVersionPreviewModelpreviewStatus - the preview status of this dl file version previewpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface DLFileVersionPreviewModelprimaryKey - the primary key of this dl file version previewprotected DLFileVersionPreviewWrapper wrap(DLFileVersionPreview dlFileVersionPreview)
wrap in class BaseModelWrapper<DLFileVersionPreview>