Class Record

java.lang.Object
org.dlese.dpc.schemedit.Record

public class Record extends Object
Bean for displaying an index of metadata records in the StandAlone metadata editor (see StandAloneSchemEditAction).
Author:
ostwald

$Id $

  • Constructor Details

    • Record

      public Record(File file)
      Constructor - creates a new Record containing given Document and assigns it given id.
      Parameters:
      file - Description of the Parameter
  • Method Details

    • getPath

      public String getPath()
      Gets the path attribute of the Record object
      Returns:
      The path value
    • getLastModified

      public long getLastModified()
      Gets the lastModified attribute of the Record object
      Returns:
      The lastModified value
    • getLastMod

      public String getLastMod()
      Gets the lastMod attribute of the Record object
      Returns:
      The lastMod value
    • getLastModDate

      public String getLastModDate()
      Gets the lastModDate attribute of the Record object
      Returns:
      The lastModDate value
    • getLastModTime

      public String getLastModTime()
      Gets the lastModTime attribute of the Record object
      Returns:
      The lastModTime value
    • getId

      public String getId()
      Gets the id attribute of the Record object
      Returns:
      The id value
    • getId

      public static String getId(String fileName)
      Gets the id attribute of the Record class
      Parameters:
      fileName - Description of the Parameter
      Returns:
      The id value
    • setDebug

      public static void setDebug(boolean db)
      Sets the debug attribute of the Emailer object
      Parameters:
      db - The new debug value