com.exlibris.digitool.common.dnx
Class DnxDocumentHelper.GeneralFileCharacteristics

java.lang.Object
  extended by com.exlibris.digitool.common.dnx.DnxDocumentHelper.GeneralFileCharacteristics
Enclosing class:
DnxDocumentHelper

public class DnxDocumentHelper.GeneralFileCharacteristics
extends java.lang.Object


Field Summary
static java.lang.String COMPOSITIONLEVEL
           
static java.lang.String FILECREATIONDATE
           
static java.lang.String FILEENTITYTYPE
           
static java.lang.String FILEEXTENSION
           
static java.lang.String FILELOCATION
           
static java.lang.String FILELOCATIONTYPE
           
static java.lang.String FILEMIMETYPE
           
static java.lang.String FILEMODIFICATIONDATE
           
static java.lang.String FILEORIGINALID
           
static java.lang.String FILEORIGINALNAME
           
static java.lang.String FILEORIGINALPATH
           
static java.lang.String FILESIZEBYTES
           
static java.lang.String FORMATLIBRARYID
           
static java.lang.String LABEL
           
static java.lang.String NOTE
           
static java.lang.String RISKLIBRARYIDENTIFIERS
           
static java.lang.String sectionId
           
 
Constructor Summary
DnxDocumentHelper.GeneralFileCharacteristics()
           
DnxDocumentHelper.GeneralFileCharacteristics(java.lang.String label, java.lang.String note, java.lang.String fileCreationDate, java.lang.String fileModificationDate, java.lang.String FileEntityType, java.lang.String compositionLevel, java.lang.String fileLocationType, java.lang.String fileLocation, java.lang.String fileOriginalName, java.lang.String fileOriginalPath, java.lang.String fileOriginalID, java.lang.String fileExtension, java.lang.String fileMIMEType, java.lang.String fileSizeBytes, java.lang.String formatLibraryId, java.lang.String riskLibraryIdentifiers)
          Creates the GeneralFileCharacteristics section.
 
Method Summary
 java.lang.String getCompositionLevel()
          Gets the GeneralFileCharacteristics compositionLevel.
 java.lang.String getFileCreationDate()
          Gets the GeneralFileCharacteristics fileCreationDate by UI date format.
 java.lang.String getFileEntityType()
          Gets the GeneralFileCharacteristics FileEntityType.
 java.lang.String getFileExtension()
          Gets the GeneralFileCharacteristics fileExtension.
 java.lang.String getFileLocation()
          Gets the GeneralFileCharacteristics fileLocation.
 java.lang.String getFileLocationType()
          Gets the GeneralFileCharacteristics fileLocationType.
 java.lang.String getFileMIMEType()
          Gets the GeneralFileCharacteristics fileMIMEType.
 java.lang.String getFileModificationDate()
          Gets the GeneralFileCharacteristics fileModificationDate by UI date format.
 java.lang.String getFileOriginalID()
          Gets the GeneralFileCharacteristics fileOriginalID.
 java.lang.String getFileOriginalName()
          Gets the GeneralFileCharacteristics fileOriginalName.
 java.lang.String getFileOriginalPath()
          Gets the GeneralFileCharacteristics fileOriginalPath.
 java.lang.String getFileSizeBytes()
          Gets the GeneralFileCharacteristics fileSizeBytes.
 java.lang.String getFormatLibraryId()
          Gets the GeneralFileCharacteristics formatLibraryId.
 java.lang.String getInternalFileCreationDate()
          Gets the GeneralFileCharacteristics fileCreationDate by internal date format (yyyy-MM-dd HH:mm:ss).
 java.lang.String getInternalFileModificationDate()
          Gets the GeneralFileCharacteristics fileModificationDate by internal date format (yyyy-MM-dd HH:mm:ss).
 java.lang.String getLabel()
          Gets the GeneralFileCharacteristics label.
 java.lang.String getNote()
          Gets the GeneralFileCharacteristics note.
 DnxSectionRecord getRecord()
           
 java.lang.String getRiskLibraryIdentifiers()
          Gets the GeneralFileCharacteristics riskLibraryIdentifiers.
 void setCompositionLevel(java.lang.String s)
          Sets the GeneralFileCharacteristics compositionLevel.
 void setFileCreationDate(java.lang.String s)
          Sets the GeneralFileCharacteristics fileCreationDate.
 void setFileEntityType(java.lang.String s)
          Sets the GeneralFileCharacteristics FileEntityType.
 void setFileExtension(java.lang.String s)
          Sets the GeneralFileCharacteristics fileExtension.
 void setFileLocation(java.lang.String s)
          Sets the GeneralFileCharacteristics fileLocation.
 void setFileLocationType(java.lang.String s)
          Sets the GeneralFileCharacteristics fileLocationType.
 void setFileMIMEType(java.lang.String s)
          Sets the GeneralFileCharacteristics fileMIMEType.
 void setFileModificationDate(java.lang.String s)
          Sets the GeneralFileCharacteristics fileModificationDate.
 void setFileOriginalID(java.lang.String s)
          Sets the GeneralFileCharacteristics fileOriginalID.
 void setFileOriginalName(java.lang.String s)
          Sets the GeneralFileCharacteristics fileOriginalName.
 void setFileOriginalPath(java.lang.String s)
          Sets the GeneralFileCharacteristics fileOriginalPath.
 void setFileSizeBytes(java.lang.String s)
          Sets the GeneralFileCharacteristics fileSizeBytes.
 void setFormatLibraryId(java.lang.String s)
          Sets the GeneralFileCharacteristics formatLibraryId.
 void setLabel(java.lang.String s)
          Sets the GeneralFileCharacteristics label.
 void setNote(java.lang.String s)
          Sets the GeneralFileCharacteristics note.
 void setRecord(DnxSectionRecord record)
           
 void setRiskLibraryIdentifiers(java.lang.String s)
          Sets the GeneralFileCharacteristics riskLibraryIdentifiers.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sectionId

public static final java.lang.String sectionId
See Also:
Constant Field Values

LABEL

public static final java.lang.String LABEL
See Also:
Constant Field Values

NOTE

public static final java.lang.String NOTE
See Also:
Constant Field Values

FILECREATIONDATE

public static final java.lang.String FILECREATIONDATE
See Also:
Constant Field Values

FILEMODIFICATIONDATE

public static final java.lang.String FILEMODIFICATIONDATE
See Also:
Constant Field Values

FILEENTITYTYPE

public static final java.lang.String FILEENTITYTYPE
See Also:
Constant Field Values

COMPOSITIONLEVEL

public static final java.lang.String COMPOSITIONLEVEL
See Also:
Constant Field Values

FILELOCATIONTYPE

public static final java.lang.String FILELOCATIONTYPE
See Also:
Constant Field Values

FILELOCATION

public static final java.lang.String FILELOCATION
See Also:
Constant Field Values

FILEORIGINALNAME

public static final java.lang.String FILEORIGINALNAME
See Also:
Constant Field Values

FILEORIGINALPATH

public static final java.lang.String FILEORIGINALPATH
See Also:
Constant Field Values

FILEORIGINALID

public static final java.lang.String FILEORIGINALID
See Also:
Constant Field Values

FILEEXTENSION

public static final java.lang.String FILEEXTENSION
See Also:
Constant Field Values

FILEMIMETYPE

public static final java.lang.String FILEMIMETYPE
See Also:
Constant Field Values

FILESIZEBYTES

public static final java.lang.String FILESIZEBYTES
See Also:
Constant Field Values

FORMATLIBRARYID

public static final java.lang.String FORMATLIBRARYID
See Also:
Constant Field Values

RISKLIBRARYIDENTIFIERS

public static final java.lang.String RISKLIBRARYIDENTIFIERS
See Also:
Constant Field Values
Constructor Detail

DnxDocumentHelper.GeneralFileCharacteristics

public DnxDocumentHelper.GeneralFileCharacteristics()

DnxDocumentHelper.GeneralFileCharacteristics

public DnxDocumentHelper.GeneralFileCharacteristics(java.lang.String label,
                                                    java.lang.String note,
                                                    java.lang.String fileCreationDate,
                                                    java.lang.String fileModificationDate,
                                                    java.lang.String FileEntityType,
                                                    java.lang.String compositionLevel,
                                                    java.lang.String fileLocationType,
                                                    java.lang.String fileLocation,
                                                    java.lang.String fileOriginalName,
                                                    java.lang.String fileOriginalPath,
                                                    java.lang.String fileOriginalID,
                                                    java.lang.String fileExtension,
                                                    java.lang.String fileMIMEType,
                                                    java.lang.String fileSizeBytes,
                                                    java.lang.String formatLibraryId,
                                                    java.lang.String riskLibraryIdentifiers)
Creates the GeneralFileCharacteristics section.

Parameters:
label -
note -
fileCreationDate -
fileModificationDate -
FileEntityType - Sub Format (GeoTiff)
compositionLevel - An indication of whether the object is subject to one or more processes of decoding or unbundling.
fileLocationType - The means of referencing the location of the content.
fileLocation - The reference to the location of the content used by the storage system.
fileOriginalName - The name of the object as submitted to or harvested by the repository, before any renaming by the repository
fileOriginalPath -
fileOriginalID -
fileExtension - Normalized and definitive file extension for the file
fileMIMEType - Definitive mime type for the file
fileSizeBytes -
formatLibraryId - Reference to the file format library
riskLibraryIdentifiers - List of risks associated with the file format
Method Detail

getRecord

public DnxSectionRecord getRecord()

setRecord

public void setRecord(DnxSectionRecord record)

getLabel

public java.lang.String getLabel()
Gets the GeneralFileCharacteristics label.

Returns:
label

setLabel

public void setLabel(java.lang.String s)
Sets the GeneralFileCharacteristics label.

Parameters:
s -

getNote

public java.lang.String getNote()
Gets the GeneralFileCharacteristics note.

Returns:
note

setNote

public void setNote(java.lang.String s)
Sets the GeneralFileCharacteristics note.

Parameters:
s -

getFileCreationDate

public java.lang.String getFileCreationDate()
Gets the GeneralFileCharacteristics fileCreationDate by UI date format.

Returns:
fileCreationDate

getInternalFileCreationDate

public java.lang.String getInternalFileCreationDate()
Gets the GeneralFileCharacteristics fileCreationDate by internal date format (yyyy-MM-dd HH:mm:ss).

Returns:
fileCreationDate

setFileCreationDate

public void setFileCreationDate(java.lang.String s)
Sets the GeneralFileCharacteristics fileCreationDate.

Parameters:
s -

getFileModificationDate

public java.lang.String getFileModificationDate()
Gets the GeneralFileCharacteristics fileModificationDate by UI date format.

Returns:
fileModificationDate

getInternalFileModificationDate

public java.lang.String getInternalFileModificationDate()
Gets the GeneralFileCharacteristics fileModificationDate by internal date format (yyyy-MM-dd HH:mm:ss).

Returns:
fileModificationDate

setFileModificationDate

public void setFileModificationDate(java.lang.String s)
Sets the GeneralFileCharacteristics fileModificationDate.

Parameters:
s -

getFileEntityType

public java.lang.String getFileEntityType()
Gets the GeneralFileCharacteristics FileEntityType.

Returns:
FileEntityType Sub Format (GeoTiff)

setFileEntityType

public void setFileEntityType(java.lang.String s)
Sets the GeneralFileCharacteristics FileEntityType.

Parameters:
s - Sub Format (GeoTiff)

getCompositionLevel

public java.lang.String getCompositionLevel()
Gets the GeneralFileCharacteristics compositionLevel.

Returns:
compositionLevel An indication of whether the object is subject to one or more processes of decoding or unbundling.

setCompositionLevel

public void setCompositionLevel(java.lang.String s)
Sets the GeneralFileCharacteristics compositionLevel.

Parameters:
s - An indication of whether the object is subject to one or more processes of decoding or unbundling.

getFileLocationType

public java.lang.String getFileLocationType()
Gets the GeneralFileCharacteristics fileLocationType.

Returns:
fileLocationType The means of referencing the location of the content.

setFileLocationType

public void setFileLocationType(java.lang.String s)
Sets the GeneralFileCharacteristics fileLocationType.

Parameters:
s - The means of referencing the location of the content.

getFileLocation

public java.lang.String getFileLocation()
Gets the GeneralFileCharacteristics fileLocation.

Returns:
fileLocation The reference to the location of the content used by the storage system.

setFileLocation

public void setFileLocation(java.lang.String s)
Sets the GeneralFileCharacteristics fileLocation.

Parameters:
s - The reference to the location of the content used by the storage system.

getFileOriginalName

public java.lang.String getFileOriginalName()
Gets the GeneralFileCharacteristics fileOriginalName.

Returns:
fileOriginalName The name of the object as submitted to or harvested by the repository, before any renaming by the repository

setFileOriginalName

public void setFileOriginalName(java.lang.String s)
Sets the GeneralFileCharacteristics fileOriginalName.

Parameters:
s - The name of the object as submitted to or harvested by the repository, before any renaming by the repository

getFileOriginalPath

public java.lang.String getFileOriginalPath()
Gets the GeneralFileCharacteristics fileOriginalPath.

Returns:
fileOriginalPath

setFileOriginalPath

public void setFileOriginalPath(java.lang.String s)
Sets the GeneralFileCharacteristics fileOriginalPath.

Parameters:
s -

getFileOriginalID

public java.lang.String getFileOriginalID()
Gets the GeneralFileCharacteristics fileOriginalID.

Returns:
fileOriginalID

setFileOriginalID

public void setFileOriginalID(java.lang.String s)
Sets the GeneralFileCharacteristics fileOriginalID.

Parameters:
s -

getFileExtension

public java.lang.String getFileExtension()
Gets the GeneralFileCharacteristics fileExtension.

Returns:
fileExtension Normalized and definitive file extension for the file

setFileExtension

public void setFileExtension(java.lang.String s)
Sets the GeneralFileCharacteristics fileExtension.

Parameters:
s - Normalized and definitive file extension for the file

getFileMIMEType

public java.lang.String getFileMIMEType()
Gets the GeneralFileCharacteristics fileMIMEType.

Returns:
fileMIMEType Definitive mime type for the file

setFileMIMEType

public void setFileMIMEType(java.lang.String s)
Sets the GeneralFileCharacteristics fileMIMEType.

Parameters:
s - Definitive mime type for the file

getFileSizeBytes

public java.lang.String getFileSizeBytes()
Gets the GeneralFileCharacteristics fileSizeBytes.

Returns:
fileSizeBytes

setFileSizeBytes

public void setFileSizeBytes(java.lang.String s)
Sets the GeneralFileCharacteristics fileSizeBytes.

Parameters:
s -

getFormatLibraryId

public java.lang.String getFormatLibraryId()
Gets the GeneralFileCharacteristics formatLibraryId.

Returns:
formatLibraryId Reference to the file format library

setFormatLibraryId

public void setFormatLibraryId(java.lang.String s)
Sets the GeneralFileCharacteristics formatLibraryId.

Parameters:
s - Reference to the file format library

getRiskLibraryIdentifiers

public java.lang.String getRiskLibraryIdentifiers()
Gets the GeneralFileCharacteristics riskLibraryIdentifiers.

Returns:
riskLibraryIdentifiers List of risks associated with the file format

setRiskLibraryIdentifiers

public void setRiskLibraryIdentifiers(java.lang.String s)
Sets the GeneralFileCharacteristics riskLibraryIdentifiers.

Parameters:
s - List of risks associated with the file format