com.dynalivery.repository.util
Class OutputRef

java.lang.Object
  |
  +--com.dynalivery.repository.util.RepositoryRef
        |
        +--com.dynalivery.repository.util.FileRef
              |
              +--com.dynalivery.repository.util.OutputRef

public class OutputRef
extends FileRef
implements java.io.Serializable

This class is used to uniquely identify a report output file in the repository

See Also:
Serialized Form

Constructor Summary
OutputRef(FolderRef folderRef, java.lang.String filename)
          Public constructor for a repository output file reference
OutputRef(java.lang.String pathname)
          Public constructor for a repository report output file reference
OutputRef(java.lang.String fileKey, java.lang.String folderKey, java.lang.String filename)
          Public constructor for a repository report output file reference
 
Methods inherited from class com.dynalivery.repository.util.FileRef
compare, compareTo, equals, getFileKey, getFilename, getFolderRef, getPathname, setFileKey, setFilename, setFolderRef, setPathname, toString
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OutputRef

public OutputRef(java.lang.String pathname)
Public constructor for a repository report output file reference
Parameters:
pathname - the repository pathname String

OutputRef

public OutputRef(java.lang.String fileKey,
                 java.lang.String folderKey,
                 java.lang.String filename)
Public constructor for a repository report output file reference
Parameters:
fileKey - the repository file key String
folderKey - the repository folder key String
filename - the repository filename String

OutputRef

public OutputRef(FolderRef folderRef,
                 java.lang.String filename)
Public constructor for a repository output file reference
Parameters:
folderRef - the repository folder FolderRef
filename - the repository filename String