Class DocumentInfo

java.lang.Object
   |
   +----DocumentInfo

public class DocumentInfo
extends Object
OnBase Document Information repository class. Java 1.1 Implementation


Constructor Index

 o DocumentInfo(String)
A straightforward constructor which copies the specified document information.

Method Index

 o getFileName()
Get the document's file name.

Constructors

 o DocumentInfo
 public DocumentInfo(String fileName)
A straightforward constructor which copies the specified document information.

Parameters:
fileName - the document's file name.

Methods

 o getFileName
 public String getFileName()
Get the document's file name.

Returns:
the document's file name.