@ProviderType public interface DLFileVersionPreviewModel extends com.liferay.portal.kernel.model.BaseModel<DLFileVersionPreview>
This interface and its corresponding implementation com.liferay.document.library.model.impl.DLFileVersionPreviewModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.document.library.model.impl.DLFileVersionPreviewImpl.
DLFileVersionPreview| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(DLFileVersionPreview dlFileVersionPreview) |
long |
getDlFileVersionPreviewId()
Returns the dl file version preview ID of this dl file version preview.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
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.
|
int |
getPreviewStatus()
Returns the preview status of this dl file version preview.
|
long |
getPrimaryKey()
Returns the primary key of this dl file version preview.
|
java.io.Serializable |
getPrimaryKeyObj() |
int |
hashCode() |
boolean |
isCachedModel() |
boolean |
isEscapedModel() |
boolean |
isNew() |
void |
setCachedModel(boolean cachedModel) |
void |
setDlFileVersionPreviewId(long dlFileVersionPreviewId)
Sets the dl file version preview ID of this dl file version preview.
|
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
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 |
setNew(boolean n) |
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.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
com.liferay.portal.kernel.model.CacheModel<DLFileVersionPreview> |
toCacheModel() |
DLFileVersionPreview |
toEscapedModel() |
java.lang.String |
toString() |
DLFileVersionPreview |
toUnescapedModel() |
java.lang.String |
toXmlString() |
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this dl file version previewlong getDlFileVersionPreviewId()
void setDlFileVersionPreviewId(long dlFileVersionPreviewId)
dlFileVersionPreviewId - the dl file version preview ID of this dl file version previewlong getGroupId()
void setGroupId(long groupId)
groupId - the group ID of this dl file version previewlong getFileEntryId()
void setFileEntryId(long fileEntryId)
fileEntryId - the file entry ID of this dl file version previewlong getFileVersionId()
void setFileVersionId(long fileVersionId)
fileVersionId - the file version ID of this dl file version previewint getPreviewStatus()
void setPreviewStatus(int previewStatus)
previewStatus - the preview status of this dl file version previewboolean isNew()
isNew in interface com.liferay.portal.kernel.model.BaseModel<DLFileVersionPreview>void setNew(boolean n)
setNew in interface com.liferay.portal.kernel.model.BaseModel<DLFileVersionPreview>boolean isCachedModel()
isCachedModel in interface com.liferay.portal.kernel.model.BaseModel<DLFileVersionPreview>void setCachedModel(boolean cachedModel)
setCachedModel in interface com.liferay.portal.kernel.model.BaseModel<DLFileVersionPreview>boolean isEscapedModel()
isEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<DLFileVersionPreview>java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<DLFileVersionPreview>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelvoid setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<DLFileVersionPreview>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelcom.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<DLFileVersionPreview>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelvoid setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<DLFileVersionPreview>void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<DLFileVersionPreview>void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<DLFileVersionPreview>java.lang.Object clone()
clone in interface com.liferay.portal.kernel.model.BaseModel<DLFileVersionPreview>int compareTo(DLFileVersionPreview dlFileVersionPreview)
compareTo in interface java.lang.Comparable<DLFileVersionPreview>int hashCode()
hashCode in class java.lang.Objectcom.liferay.portal.kernel.model.CacheModel<DLFileVersionPreview> toCacheModel()
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<DLFileVersionPreview>DLFileVersionPreview toEscapedModel()
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<DLFileVersionPreview>DLFileVersionPreview toUnescapedModel()
toUnescapedModel in interface com.liferay.portal.kernel.model.BaseModel<DLFileVersionPreview>java.lang.String toString()
toString in class java.lang.Objectjava.lang.String toXmlString()
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<DLFileVersionPreview>