public class ImportContainer extends Object
Constructor and Description |
---|
ImportContainer(File file,
Long projectID,
omero.model.IObject target,
Boolean archive,
Double[] userPixels,
String reader,
String[] usedFiles,
Boolean isSPW) |
Modifier and Type | Method and Description |
---|---|
boolean |
getArchive() |
Integer |
getBfImageCount() |
List<String> |
getBfImageNames() |
List<omero.model.Pixels> |
getBfPixels() |
List<omero.model.Annotation> |
getCustomAnnotationList()
The list of custom, user specified, annotations to link to all images
represented by this container.
|
String |
getCustomImageDescription()
Retrieves the current custom image description string.
|
String |
getCustomImageName()
Retrieves the current custom image name string.
|
String |
getCustomPlateDescription()
Retrieves the current custom plate description string.
|
String |
getCustomPlateName()
Retrieves the current custom plate name string.
|
boolean |
getDoThumbnails()
Retrieves whether or not we are performing thumbnail creation upon
import completion.
|
File |
getFile() |
Boolean |
getIsSPW() |
boolean |
getMetadataOnly()
Retrieves the metadata only flag.
|
Long |
getProjectID() |
String |
getReader() |
omero.model.IObject |
getTarget() |
String[] |
getUsedFiles() |
boolean |
getUseMetadataFile()
Whether or not we're using an original metadata file.
|
Double[] |
getUserPixels() |
void |
setArchive(boolean archive) |
void |
setBfImageCount(Integer bfImageCount) |
void |
setBfImageNames(List<String> bfImageNames) |
void |
setBfPixels(List<omero.model.Pixels> bfPixels) |
void |
setCustomAnnotationList(List<omero.model.Annotation> v)
Sets the list of custom, user specified, annotations to link to all
images represented by this container.
|
void |
setCustomImageDescription(String v)
Sets the custom image description for import.
|
void |
setCustomImageName(String v)
Sets the custom image name for import.
|
void |
setCustomPlateDescription(String v)
Sets the custom plate description for import.
|
void |
setCustomPlateName(String v)
Sets the custom plate name for import.
|
void |
setDoThumbnails(boolean v)
Sets whether or not we are performing thumbnail creation upon import
completion.
|
void |
setIsSPW(Boolean isSPW) |
void |
setMetadataOnly(boolean isMetadataOnly)
Sets the metadata only flag.
|
void |
setProjectID(Long projectID) |
void |
setReader(String reader) |
void |
setTarget(omero.model.IObject obj) |
void |
setUsedFiles(String[] usedFiles) |
void |
setUseMetadataFile(boolean v)
Sets whether or not we're using an original metadata file.
|
void |
setUserPixels(Double[] userPixels) |
public Integer getBfImageCount()
public void setBfImageCount(Integer bfImageCount)
public List<omero.model.Pixels> getBfPixels()
public void setBfPixels(List<omero.model.Pixels> bfPixels)
public boolean getMetadataOnly()
public void setMetadataOnly(boolean isMetadataOnly)
isMetadataOnly
- Whether or not to perform metadata only imports
with this container.public boolean getDoThumbnails()
true
if we are to perform thumbnail creation and
false
otherwise.public void setDoThumbnails(boolean v)
v
- true
if we are to perform thumbnail creation and
false
otherwise.public String getCustomImageName()
null
if it has not been set.public void setCustomImageName(String v)
v
- A custom image name to use for all images represented
by this container.public String getCustomImageDescription()
null
if it has not been set.public void setCustomImageDescription(String v)
v
- A custom image description to use for all images represented
by this container.public String getCustomPlateName()
null
if it has not been set.public void setCustomPlateName(String v)
v
- A custom plate name to use for all plates represented
by this container.public String getCustomPlateDescription()
null
if it has not been set.public void setCustomPlateDescription(String v)
v
- A custom plate description to use for all plates represented
by this container.public boolean getUseMetadataFile()
public void setUseMetadataFile(boolean v)
public List<omero.model.Annotation> getCustomAnnotationList()
public void setCustomAnnotationList(List<omero.model.Annotation> v)
v
- The list of annotations to use.public String getReader()
public void setReader(String reader)
public String[] getUsedFiles()
public void setUsedFiles(String[] usedFiles)
public Boolean getIsSPW()
public void setIsSPW(Boolean isSPW)
public File getFile()
public Long getProjectID()
public void setProjectID(Long projectID)
public omero.model.IObject getTarget()
public void setTarget(omero.model.IObject obj)
public Double[] getUserPixels()
public void setUserPixels(Double[] userPixels)
public void setArchive(boolean archive)
public boolean getArchive()
Version: 4.4.12-ice34-b116
Copyright © 2014 The University of Dundee & Open Microscopy Environment. All Rights Reserved.