Package gov.nih.mipav.model.file
Class FileInfoImageXML.VOILink
java.lang.Object
gov.nih.mipav.model.file.FileInfoImageXML.VOILink
- All Implemented Interfaces:
Serializable
- Enclosing class:
FileInfoImageXML
Title: VOILink
Description: Link to VOI associated with image
Copyright: Copyright (c) 2004
Company:
- Version:
- 1.0
- Author:
- not attributable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) booleanDisplay VOI with image.(package private) StringPath to VOI.private static final longUse serialVersionUID for interoperability. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets whether or not the VOI should be displayed.getPath()Gets the path for the VOI.voidsetDisplay(boolean flag) Sets whether or not the VOI should be displayed.
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDUse serialVersionUID for interoperability.- See Also:
-
display
boolean displayDisplay VOI with image. -
path
String pathPath to VOI.
-
-
Constructor Details
-
VOILink
Create a new VOILink with the given path.- Parameters:
_path- String path of VOI
-
-
Method Details
-
getDisplay
public boolean getDisplay()Gets whether or not the VOI should be displayed.- Returns:
- boolean should the VOI be displayed
-
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
-