Package org.dlese.dpc.schemedit
Class Record
java.lang.Object
org.dlese.dpc.schemedit.Record
Bean for displaying an index of metadata records in the StandAlone metadata editor
(see
StandAloneSchemEditAction).- Author:
- ostwald
$Id $
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Gets the id attribute of the Record objectstatic StringGets the id attribute of the Record classGets the lastMod attribute of the Record objectGets the lastModDate attribute of the Record objectlongGets the lastModified attribute of the Record objectGets the lastModTime attribute of the Record objectgetPath()Gets the path attribute of the Record objectstatic voidsetDebug(boolean db) Sets the debug attribute of the Emailer object
-
Constructor Details
-
Record
Constructor - creates a new Record containing given Document and assigns it given id.- Parameters:
file- Description of the Parameter
-
-
Method Details
-
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
Gets the lastMod attribute of the Record object- Returns:
- The lastMod value
-
getLastModDate
Gets the lastModDate attribute of the Record object- Returns:
- The lastModDate value
-
getLastModTime
Gets the lastModTime attribute of the Record object- Returns:
- The lastModTime value
-
getId
Gets the id attribute of the Record object- Returns:
- The id value
-
getId
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
-