Class DocumentInfo
java.lang.Object
|
+----DocumentInfo
- public class DocumentInfo
- extends Object
OnBase Document Information repository class.
Java 1.1 Implementation
-
DocumentInfo(String)
- A straightforward constructor which copies the specified
document information.
-
getFileName()
- Get the document's file name.
DocumentInfo
public DocumentInfo(String fileName)
- A straightforward constructor which copies the specified
document information.
- Parameters:
- fileName - the document's file name.
getFileName
public String getFileName()
- Get the document's file name.
- Returns:
- the document's file name.