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

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

public class RefInfo
extends 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(String refName, String link, String updateLink, String fileType, String oldFileType, String fileTypeLocation, String oldFileTypeLocation, String fileName, String oldFileName)
          Constructor
 
Method Summary
 String getFileName()
          Accessor method to return eef file name
 String getFileType()
          Accessor method to return file type name
 String getFileTypeLocation()
          Accessor method to return file type's location
 String getLink()
          Accessor method to return current link location.
 String getOldFileName()
          Accessor method to return the old file name
 String getOldFileType()
          Accessor method to return the old file type name
 String getOldFileTypeLocation()
          Accessor method to return the old file type location
 String getRefName()
          Accessor method to return the reference name
 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(String refName,
               String link,
               String updateLink,
               String fileType,
               String oldFileType,
               String fileTypeLocation,
               String oldFileTypeLocation,
               String fileName,
               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 String getRefName()
Accessor method to return the reference name

Returns:
reference name.

getLink

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

Returns:
link full file path.

getUpdateLink

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

Returns:
link full file path

getFileType

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

Returns:
file type name.

getOldFileType

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

Returns:
the old file type name

getFileTypeLocation

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

Returns:
file type location.

getOldFileTypeLocation

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

Returns:
the old file type location

getFileName

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

Returns:
file name.

getOldFileName

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

Returns:
the old file name