public class VirtualDataBox extends IqmDataBox implements IVirtualizable
| Modifier and Type | Field and Description |
|---|---|
private UUID |
id
The unique ID of this object.
|
private File |
location
The variable for the location of the temporary file.
|
private static long |
serialVersionUID
The UID for serialization.
|
dataType, managerThumbnail, properties, tankThumbnail, thumbnail| Constructor and Description |
|---|
VirtualDataBox()
Empty default constructor.
|
VirtualDataBox(File location)
Construct new
VirtualDataBox with a new ID and set the location
of the box to the specified file. |
| Modifier and Type | Method and Description |
|---|---|
VirtualDataBox |
clone() |
UUID |
getID()
Returns the unique identifier of this
IqmDataBox object. |
File |
getLocation()
Get the location of the
IVirtualizable object in the file system. |
void |
setLocation(File location)
Set the location in the file system for the
IVirtualizable
object. |
createManagerThumbnail, createTankThumbnail, createThumbnail, createThumbnails, getCustomContent, getDataModel, getDataType, getDataTypeAsString, getImage, getImageModel, getManagerThumbnail, getPlotModel, getProperties, getProperty, getTableModel, getTankThumbnail, getThumbnail, setCustomContent, setDataType, setEmptyContent, setImage, setImageModel, setManagerThumbnail, setPlotModel, setProperties, setProperty, setTableModel, setTableModel, setTankThumbnail, setThumbnail, toPlanarImageprivate static final long serialVersionUID
private transient UUID id
private transient File location
public VirtualDataBox()
public VirtualDataBox(File location)
VirtualDataBox with a new ID and set the location
of the box to the specified file.location - the location on the hard drivepublic UUID getID()
IqmDataBoxIqmDataBox object.getID in interface IVirtualizablegetID in class IqmDataBoxpublic File getLocation()
IVirtualizableIVirtualizable object in the file system.getLocation in interface IVirtualizableFile object containing the locationIVirtualizable.getLocation()public void setLocation(File location)
IVirtualizableIVirtualizable
object.setLocation in interface IVirtualizablelocation - the location in the file systemIVirtualizable.setLocation(File)public VirtualDataBox clone() throws CloneNotSupportedException
clone in class IqmDataBoxCloneNotSupportedExceptionCopyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.