@ProviderType public interface FileVersionPreviewModel extends com.liferay.portal.kernel.model.BaseModel<FileVersionPreview>
This interface and its corresponding implementation com.liferay.document.library.model.impl.FileVersionPreviewModelImpl 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.FileVersionPreviewImpl.
FileVersionPreview| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(FileVersionPreview fileVersionPreview) |
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
long |
getFileEntryId()
Returns the file entry ID of this file version preview.
|
long |
getFileVersionId()
Returns the file version ID of this file version preview.
|
long |
getFileVersionPreviewId()
Returns the file version preview ID of this file version preview.
|
long |
getGroupId()
Returns the group ID of this file version preview.
|
int |
getPreviewStatus()
Returns the preview status of this file version preview.
|
long |
getPrimaryKey()
Returns the primary key of this file version preview.
|
java.io.Serializable |
getPrimaryKeyObj() |
int |
hashCode() |
boolean |
isCachedModel() |
boolean |
isEscapedModel() |
boolean |
isNew() |
void |
setCachedModel(boolean cachedModel) |
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 file version preview.
|
void |
setFileVersionId(long fileVersionId)
Sets the file version ID of this file version preview.
|
void |
setFileVersionPreviewId(long fileVersionPreviewId)
Sets the file version preview ID of this file version preview.
|
void |
setGroupId(long groupId)
Sets the group ID of this file version preview.
|
void |
setNew(boolean n) |
void |
setPreviewStatus(int previewStatus)
Sets the preview status of this file version preview.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this file version preview.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
com.liferay.portal.kernel.model.CacheModel<FileVersionPreview> |
toCacheModel() |
FileVersionPreview |
toEscapedModel() |
java.lang.String |
toString() |
FileVersionPreview |
toUnescapedModel() |
java.lang.String |
toXmlString() |
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this file version previewlong getFileVersionPreviewId()
void setFileVersionPreviewId(long fileVersionPreviewId)
fileVersionPreviewId - the file version preview ID of this file version previewlong getGroupId()
void setGroupId(long groupId)
groupId - the group ID of this file version previewlong getFileEntryId()
void setFileEntryId(long fileEntryId)
fileEntryId - the file entry ID of this file version previewlong getFileVersionId()
void setFileVersionId(long fileVersionId)
fileVersionId - the file version ID of this file version previewint getPreviewStatus()
void setPreviewStatus(int previewStatus)
previewStatus - the preview status of this file version previewboolean isNew()
isNew in interface com.liferay.portal.kernel.model.BaseModel<FileVersionPreview>void setNew(boolean n)
setNew in interface com.liferay.portal.kernel.model.BaseModel<FileVersionPreview>boolean isCachedModel()
isCachedModel in interface com.liferay.portal.kernel.model.BaseModel<FileVersionPreview>void setCachedModel(boolean cachedModel)
setCachedModel in interface com.liferay.portal.kernel.model.BaseModel<FileVersionPreview>boolean isEscapedModel()
isEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<FileVersionPreview>java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<FileVersionPreview>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelvoid setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<FileVersionPreview>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelcom.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<FileVersionPreview>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<FileVersionPreview>void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<FileVersionPreview>void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<FileVersionPreview>java.lang.Object clone()
clone in interface com.liferay.portal.kernel.model.BaseModel<FileVersionPreview>int compareTo(FileVersionPreview fileVersionPreview)
compareTo in interface java.lang.Comparable<FileVersionPreview>int hashCode()
hashCode in class java.lang.Objectcom.liferay.portal.kernel.model.CacheModel<FileVersionPreview> toCacheModel()
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<FileVersionPreview>FileVersionPreview toEscapedModel()
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<FileVersionPreview>FileVersionPreview toUnescapedModel()
toUnescapedModel in interface com.liferay.portal.kernel.model.BaseModel<FileVersionPreview>java.lang.String toString()
toString in class java.lang.Objectjava.lang.String toXmlString()
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<FileVersionPreview>