public class DocumentFileBean extends Object implements Serializable
| Constructor and Description |
|---|
DocumentFileBean() |
| Modifier and Type | Method and Description |
|---|---|
@Nullable String |
getDocumentId()
Returns the document ID of this document.
|
@Nullable ExceptionBean |
getError()
Returns the stored error, that was caused by the creation attempt of this document.
|
@Nullable String |
getFileExtension()
Returns the file extension of this document.
|
@Nullable String |
getFileLastModified()
Returns the last known modification date of this document.
|
@Nullable String |
getFileName()
Returns the file name of this document.
|
long |
getFileSize()
Returns the file size of this document.
|
@Nullable String |
getFileTypeGroups()
Returns the file type group of this document.
|
int |
getFileTypeId()
Returns the file type id of this document.
|
@Nullable DocumentType |
getMetadata()
Return the metadata of this document.
|
@Nullable String |
getMimeType()
Returns the MIME type of this document.
|
@Nullable String |
getParentDocumentId()
Returns the document ID of the parent document.
|
boolean |
isIsFileLocked()
Returns the file lock of this document.
|
void |
setDocumentId(@Nullable String documentId)
Sets the document ID of this document.
|
void |
setError(@Nullable ExceptionBean error)
Sets the error, that was caused by the creation of this document.
|
void |
setFileExtension(@Nullable String documentExtension)
Sets the file extension of this document.
|
void |
setFileLastModified(@Nullable String fileLastModified)
Sets the modification date of this document.
|
void |
setFileName(@Nullable String documentName)
Sets the file name of this document.
|
void |
setFileSize(long fileSize)
Sets the file size of this document.
|
void |
setFileTypeGroups(@Nullable String setFileTypeGroups)
Sets the file type group of this document.
|
void |
setFileTypeId(int fileTypeId)
Sets the file type id of this document.
|
void |
setIsFileLocked(boolean isFileLocked)
Sets the file lock of this document.
|
void |
setMetadata(@Nullable DocumentType metadata)
Sets the metadata of this document.
|
void |
setMimeType(@Nullable String mimeType)
Sets the MIME type of this document.
|
void |
setParentDocumentId(@Nullable String parentDocumentId)
Sets the document ID of the parent document.
|
@Nullable public @Nullable String getDocumentId()
public void setDocumentId(@Nullable
@Nullable String documentId)
documentId - The document ID of this document.@Nullable public @Nullable String getParentDocumentId()
public void setParentDocumentId(@Nullable
@Nullable String parentDocumentId)
parentDocumentId - The document ID of the parent document.public long getFileSize()
public void setFileSize(long fileSize)
fileSize - The file size of this document.@Nullable public @Nullable String getMimeType()
public void setMimeType(@Nullable
@Nullable String mimeType)
mimeType - The MIME type of this document.@Nullable public @Nullable String getFileName()
public void setFileName(@Nullable
@Nullable String documentName)
documentName - The file name of this document.@Nullable public @Nullable String getFileExtension()
public void setFileExtension(@Nullable
@Nullable String documentExtension)
documentExtension - The file extension of this document.public boolean isIsFileLocked()
public void setIsFileLocked(boolean isFileLocked)
isFileLocked - The file lock of this document.public int getFileTypeId()
public void setFileTypeId(int fileTypeId)
fileTypeId - The file type id of this document.@Nullable public @Nullable String getFileTypeGroups()
public void setFileTypeGroups(@Nullable
@Nullable String setFileTypeGroups)
setFileTypeGroups - The file type group of this document.@Nullable public @Nullable String getFileLastModified()
public void setFileLastModified(@Nullable
@Nullable String fileLastModified)
fileLastModified - The modification date of this document.@Nullable public @Nullable DocumentType getMetadata()
public void setMetadata(@Nullable
@Nullable DocumentType metadata)
metadata - The metadata of this document.@Nullable public @Nullable ExceptionBean getError()
public void setError(@Nullable
@Nullable ExceptionBean error)
error - The error, that was caused by the creation of this document.Copyright © 2017–2020 SoftVision Development GmbH, Fulda, Germany. All rights reserved.