Package gov.nih.mipav.model.file
Class FileInfoImageXML.VOILink
- java.lang.Object
-
- gov.nih.mipav.model.file.FileInfoImageXML.VOILink
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- FileInfoImageXML
public class FileInfoImageXML.VOILink extends java.lang.Object implements java.io.SerializableTitle: VOILink
Description: Link to VOI associated with image
Copyright: Copyright (c) 2004
Company:
- Version:
- 1.0
- Author:
- not attributable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description (package private) booleandisplayDisplay VOI with image.(package private) java.lang.StringpathPath to VOI.private static longserialVersionUIDUse serialVersionUID for interoperability.
-
Constructor Summary
Constructors Constructor Description VOILink(java.lang.String _path)Create a new VOILink with the given path.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetDisplay()Gets whether or not the VOI should be displayed.java.lang.StringgetPath()Gets the path for the VOI.voidsetDisplay(boolean flag)Sets whether or not the VOI should be displayed.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Use serialVersionUID for interoperability.- See Also:
- Constant Field Values
-
display
boolean display
Display VOI with image.
-
path
java.lang.String path
Path to VOI.
-
-
Method Detail
-
getDisplay
public boolean getDisplay()
Gets whether or not the VOI should be displayed.- Returns:
- boolean should the VOI be displayed
-
getPath
public java.lang.String getPath()
Gets the path for the VOI.- Returns:
- String path
-
setDisplay
public void setDisplay(boolean flag)
Sets whether or not the VOI should be displayed.- Parameters:
flag- boolean should the VOI be displayed
-
-