public interface IVirtualizable extends Serializable
| Modifier and Type | Method and Description |
|---|---|
UUID |
getID()
Returns the unique identifier (ID) 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. |
void setLocation(File location)
IVirtualizable
object.location - the location in the file systemFile getLocation()
IVirtualizable object in the file system.File object containing the locationUUID getID()
IqmDataBox object.
This ID will be used to map the object to it's serialized state on the hard drive.
Copyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.