DLESE Tools
v1.6.0

org.dlese.dpc.schemedit
Class Record

java.lang.Object
  extended by 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 Summary
Record(File file)
          Constructor - creates a new Record containing given Document and assigns it given id.
 
Method Summary
 String getId()
          Gets the id attribute of the Record object
static String getId(String fileName)
          Gets the id attribute of the Record class
 String getLastMod()
          Gets the lastMod attribute of the Record object
 String getLastModDate()
          Gets the lastModDate attribute of the Record object
 long getLastModified()
          Gets the lastModified attribute of the Record object
 String getLastModTime()
          Gets the lastModTime attribute of the Record object
 String getPath()
          Gets the path attribute of the Record object
static void setDebug(boolean db)
          Sets the debug attribute of the Emailer object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 Detail

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

DLESE Tools
v1.6.0