jpl.mipl.mdms.FileService.komodo.transaction
Class RefInfo

java.lang.Object
  extended by jpl.mipl.mdms.FileService.komodo.transaction.RefInfo

public class RefInfo
extends java.lang.Object

Utility class (or, maybe needs to be added to API?). Used to manage all information about a vft reference, including scheduling information.

Version:
$Id: RefInfo.java,v 1.1 2003/09/25 21:33:43 txh Exp $
Author:
J. Jacobson

Constructor Summary
RefInfo(java.lang.String refName, java.lang.String link, java.lang.String updateLink, java.lang.String fileType, java.lang.String oldFileType, java.lang.String fileTypeLocation, java.lang.String oldFileTypeLocation, java.lang.String fileName, java.lang.String oldFileName)
          Constructor
 
Method Summary
 java.lang.String getFileName()
          Accessor method to return eef file name
 java.lang.String getFileType()
          Accessor method to return file type name
 java.lang.String getFileTypeLocation()
          Accessor method to return file type's location
 java.lang.String getLink()
          Accessor method to return current link location.
 java.lang.String getOldFileName()
          Accessor method to return the old file name
 java.lang.String getOldFileType()
          Accessor method to return the old file type name
 java.lang.String getOldFileTypeLocation()
          Accessor method to return the old file type location
 java.lang.String getRefName()
          Accessor method to return the reference name
 java.lang.String getUpdateLink()
          Accessor method to return next ref link location
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RefInfo

public RefInfo(java.lang.String refName,
               java.lang.String link,
               java.lang.String updateLink,
               java.lang.String fileType,
               java.lang.String oldFileType,
               java.lang.String fileTypeLocation,
               java.lang.String oldFileTypeLocation,
               java.lang.String fileName,
               java.lang.String oldFileName)
Constructor

Parameters:
refName - The reference name
link - the reference location
updateLink - The next link location
fileType - the file type name
oldFileType - the old file type name
fileTypeLocation - the file type location
oldFileTypeLocation - the old file type location
fileName - the file name
oldFileName - the old file name
Method Detail

getRefName

public java.lang.String getRefName()
Accessor method to return the reference name

Returns:
reference name.

getLink

public java.lang.String getLink()
Accessor method to return current link location.

Returns:
link full file path.

getUpdateLink

public java.lang.String getUpdateLink()
Accessor method to return next ref link location

Returns:
link full file path

getFileType

public java.lang.String getFileType()
Accessor method to return file type name

Returns:
file type name.

getOldFileType

public java.lang.String getOldFileType()
Accessor method to return the old file type name

Returns:
the old file type name

getFileTypeLocation

public java.lang.String getFileTypeLocation()
Accessor method to return file type's location

Returns:
file type location.

getOldFileTypeLocation

public java.lang.String getOldFileTypeLocation()
Accessor method to return the old file type location

Returns:
the old file type location

getFileName

public java.lang.String getFileName()
Accessor method to return eef file name

Returns:
file name.

getOldFileName

public java.lang.String getOldFileName()
Accessor method to return the old file name

Returns:
the old file name