Class FileInfoImageXML.VOILink

java.lang.Object
gov.nih.mipav.model.file.FileInfoImageXML.VOILink
All Implemented Interfaces:
Serializable
Enclosing class:
FileInfoImageXML

public class FileInfoImageXML.VOILink extends Object implements Serializable

Title: VOILink

Description: Link to VOI associated with image

Copyright: Copyright (c) 2004

Company:

Version:
1.0
Author:
not attributable
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) boolean
    Display VOI with image.
    (package private) String
    Path to VOI.
    private static final long
    Use serialVersionUID for interoperability.
  • Constructor Summary

    Constructors
    Constructor
    Description
    VOILink(String _path)
    Create a new VOILink with the given path.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Gets whether or not the VOI should be displayed.
    Gets the path for the VOI.
    void
    setDisplay(boolean flag)
    Sets whether or not the VOI should be displayed.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Use serialVersionUID for interoperability.
      See Also:
    • display

      boolean display
      Display VOI with image.
    • path

      String path
      Path to VOI.
  • Constructor Details

    • VOILink

      public VOILink(String _path)
      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

      public 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