public class UploadSequence extends Object implements Serializable
Constructor and Description |
---|
UploadSequence()
Constructor for UploadSequence.
|
Modifier and Type | Method and Description |
---|---|
String |
getEnd()
Getter for the field
end . |
org.springframework.web.multipart.MultipartFile |
getFileOne()
Getter for the field
fileOne . |
org.springframework.web.multipart.MultipartFile |
getFileTwo()
Getter for the field
fileTwo . |
String |
getFileTwoURL()
Getter for the field
fileTwoURL . |
FileType |
getFileType()
Getter for the field
fileType . |
Integer |
getFileTypeId()
Getter for the field
fileTypeId . |
String |
getFileURL()
Getter for the field
fileURL . |
String |
getFolderStore()
Getter for the field
folderStore . |
String |
getPathToFirstFile()
Getter for the field
pathToFirstFile . |
String |
getPathToSecondFile()
Getter for the field
pathToSecondFile . |
Sample |
getSample()
Getter for the field
sample . |
Integer |
getSampleId()
Getter for the field
sampleId . |
String |
getStrStartURL()
Getter for the field
strStartURL . |
String |
getType()
Getter for the field
type . |
Boolean |
getUseOneURL()
Getter for the field
useOneURL . |
Boolean |
getUseTwoURL()
Getter for the field
useTwoURL . |
boolean |
isUsePairedFile()
isUsePairedFile.
|
void |
setEnd(String end)
Setter for the field
end . |
void |
setFileOne(org.springframework.web.multipart.MultipartFile fileOne)
Setter for the field
fileOne . |
void |
setFileTwo(org.springframework.web.multipart.MultipartFile fileTwo)
Setter for the field
fileTwo . |
void |
setFileTwoURL(String fileTwoURL)
Setter for the field
fileTwoURL . |
void |
setFileType(FileType fileType)
Setter for the field
fileType . |
void |
setFileTypeId(Integer fileTypeId)
Setter for the field
fileTypeId . |
void |
setFileURL(String fileURL)
Setter for the field
fileURL . |
void |
setFolderStore(String folderStore)
Setter for the field
folderStore . |
void |
setPathToFirstFile(String pathToFirstFile)
Setter for the field
pathToFirstFile . |
void |
setPathToSecondFile(String pathToSecondFile)
Setter for the field
pathToSecondFile . |
void |
setSample(Sample sample)
Setter for the field
sample . |
void |
setSampleId(Integer sampleId)
Setter for the field
sampleId . |
void |
setStrStartURL(String strStartURL)
Setter for the field
strStartURL . |
void |
setType(String type)
Setter for the field
type . |
void |
setUseOneURL(Boolean useOneURL)
Setter for the field
useOneURL . |
void |
setUseTwoURL(Boolean useTwoURL)
Setter for the field
useTwoURL . |
public void setSample(Sample sample)
Setter for the field sample
.
sample
- a Sample
object.public void setSampleId(Integer sampleId)
Setter for the field sampleId
.
sampleId
- a Integer
object.public String getPathToFirstFile()
Getter for the field pathToFirstFile
.
String
object.public void setPathToFirstFile(String pathToFirstFile)
Setter for the field pathToFirstFile
.
pathToFirstFile
- a String
object.public String getPathToSecondFile()
Getter for the field pathToSecondFile
.
String
object.public void setPathToSecondFile(String pathToSecondFile)
Setter for the field pathToSecondFile
.
pathToSecondFile
- a String
object.public org.springframework.web.multipart.MultipartFile getFileOne()
Getter for the field fileOne
.
MultipartFile
object.public void setFileOne(org.springframework.web.multipart.MultipartFile fileOne)
Setter for the field fileOne
.
fileOne
- a MultipartFile
object.public org.springframework.web.multipart.MultipartFile getFileTwo()
Getter for the field fileTwo
.
MultipartFile
object.public void setFileTwo(org.springframework.web.multipart.MultipartFile fileTwo)
Setter for the field fileTwo
.
fileTwo
- a MultipartFile
object.public String getFolderStore()
Getter for the field folderStore
.
String
object.public void setFolderStore(String folderStore)
Setter for the field folderStore
.
folderStore
- a String
object.public void setType(String type)
Setter for the field type
.
type
- a String
object.public void setFileURL(String fileURL)
Setter for the field fileURL
.
fileURL
- a String
object.public String getFileTwoURL()
Getter for the field fileTwoURL
.
String
object.public void setFileTwoURL(String fileTwoURL)
Setter for the field fileTwoURL
.
fileTwoURL
- a String
object.public String getStrStartURL()
Getter for the field strStartURL
.
String
object.public void setStrStartURL(String strStartURL)
Setter for the field strStartURL
.
strStartURL
- a String
object.public Boolean getUseOneURL()
Getter for the field useOneURL
.
Boolean
object.public void setUseOneURL(Boolean useOneURL)
Setter for the field useOneURL
.
useOneURL
- a Boolean
object.public Integer getFileTypeId()
Getter for the field fileTypeId
.
Integer
object.public void setFileTypeId(Integer fileTypeId)
Setter for the field fileTypeId
.
fileTypeId
- a Integer
object.public void setFileType(FileType fileType)
Setter for the field fileType
.
fileType
- a FileType
object.public Boolean getUseTwoURL()
Getter for the field useTwoURL
.
Boolean
object.public void setUseTwoURL(Boolean useTwoURL)
Setter for the field useTwoURL
.
useTwoURL
- a Boolean
object.public boolean isUsePairedFile()
isUsePairedFile.
Copyright © 2015 SeqWare. All rights reserved.