@Table(value="file_chunk",
prefix="pbp_")
@Comment(value="\u6587\u4ef6\u5206\u7247\u4fe1\u606f")
public class FileChunk
extends BaseEntity
| 构造器和说明 |
|---|
FileChunk() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getChunkNumber()
Getter method for property chunkNumber.
|
Float |
getChunkSize()
Getter method for property chunkSize.
|
Float |
getCurrentChunkSize()
Getter method for property currentChunkSize.
|
String |
getFileName()
Getter method for property fileName.
|
String |
getFileType()
Getter method for property fileType.
|
String |
getMd5Identifier()
Getter method for property md5Identifier.
|
String |
getRelativePath()
Getter method for property relativePath.
|
Integer |
getTotalChunks()
Getter method for property totalChunks.
|
void |
setChunkNumber(Integer chunkNumber)
Setter method for property chunkNumber.
|
void |
setChunkSize(Float chunkSize)
Setter method for property chunkSize.
|
void |
setCurrentChunkSize(Float currentChunkSize)
Setter method for property currentChunkSize.
|
void |
setFileName(String fileName)
Setter method for property fileName.
|
void |
setFileType(String fileType)
Setter method for property fileType.
|
void |
setMd5Identifier(String md5Identifier)
Setter method for property md5Identifier.
|
void |
setRelativePath(String relativePath)
Setter method for property relativePath.
|
void |
setTotalChunks(Integer totalChunks)
Setter method for property totalChunks.
|
deleted, deletedHard, deletedSoft, getCreateTime, getId, getIsdelete, getUpdateTime, init, insert, insertOrUpdate, insertOrUpdate, insertOrUpdateIgnoreNull, insertOrUpdateNoInit, save, setCreateTime, setId, setIsdelete, setUpdateTime, toString, updated, updated, updateIgnoreNull, upgradepublic Integer getChunkNumber()
public void setChunkNumber(Integer chunkNumber)
chunkNumber - value to be assigned to property chunkNumberpublic Float getChunkSize()
public void setChunkSize(Float chunkSize)
chunkSize - value to be assigned to property chunkSizepublic Float getCurrentChunkSize()
public void setCurrentChunkSize(Float currentChunkSize)
currentChunkSize - value to be assigned to property currentChunkSizepublic Integer getTotalChunks()
public void setTotalChunks(Integer totalChunks)
totalChunks - value to be assigned to property totalChunkspublic String getMd5Identifier()
public void setMd5Identifier(String md5Identifier)
md5Identifier - value to be assigned to property md5Identifierpublic String getFileName()
public void setFileName(String fileName)
fileName - value to be assigned to property fileNamepublic String getFileType()
public void setFileType(String fileType)
fileType - value to be assigned to property fileTypepublic String getRelativePath()
public void setRelativePath(String relativePath)
relativePath - value to be assigned to property relativePathCopyright © 癸卯【兔】年–2023 hlinfo. All rights reserved.