public class ROIResult
extends java.lang.Object
Constructor and Description |
---|
ROIResult(java.util.Collection<ROIData> rois)
Creates a new instance.
|
ROIResult(java.util.Collection<ROIData> rois,
long fileID)
Creates a new instance.
|
ROIResult(java.util.Collection<ROIData> rois,
long fileID,
java.lang.Object result)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
long |
getFileID()
Returns the id of the file.
|
java.util.Collection<FolderData> |
getFolders()
Get the available folders
|
java.lang.Object |
getResult()
Returns the result.
|
java.util.Collection<ROIData> |
getROIs()
Returns the collection of ROIs.
|
void |
setFolders(java.util.Collection<FolderData> folders)
Sets the available folders
|
void |
setResult(java.lang.Object result)
Sets the results.
|
public ROIResult(java.util.Collection<ROIData> rois)
rois
- The collection of ROIs.public ROIResult(java.util.Collection<ROIData> rois, long fileID)
rois
- The collection of ROIs.fileID
- The id of the file.public ROIResult(java.util.Collection<ROIData> rois, long fileID, java.lang.Object result)
rois
- The collection of ROIs.fileID
- The id of the file.result
- The result table associated to the ROIS.public void setResult(java.lang.Object result)
result
- The value to set.public java.util.Collection<ROIData> getROIs()
public long getFileID()
public java.lang.Object getResult()
public void setFolders(java.util.Collection<FolderData> folders)
folders
- The folderspublic java.util.Collection<FolderData> getFolders()