fist.beans.FISTbeanDocSpec

  SubClasses:

Doc Specs are used by developers to save and restore state of Docs, including annotations.

You may load and save FISTbeanDocSpec objects by using the FISTbeanDocUtils class.

Methods
public String getName();
  Returns the name of the document.
public URL getURL();
  Returns the URL of the document.
public int getNumPartSpecs();
  Returns the number of parts in the document.
public FISTbeanDocPartSpec getPartSpec(int part_index);
  Returns the spec of part_indexth document part.