class: MdsTranscriptionVO

public class: MdsTranscriptionVO
Author:
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 1951 $ $LastChangedDate: 2009-05-07 10:; Complexity: 1
Dates: Created: 16.07.2009 15:14:12; Modified: 16.07.2009 15:14:12;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {87F80AD9-2584-41fd-A1C0-FB137B56252F}
The metadata set Transcription describes resources which are transcriptions (usually XML Files) of original materials like books or papers.
@revised by MuJ: 28.08.2007
 

Goto: Custom Properties, Fields, Methods

Extends: MetadataSetVO

See also: MetadataSetVO

Appears in: valueobjects

Connections
 
Custom Properties
 
MdsTranscriptionVO Attributes
Attribute Details
private String
  creationDate
private java.util.ArrayList
  creators
Initial: new java.util.ArrayList()
Notes: Fixed serialVersionUID to prevent java.io.InvalidClassExceptions like 'de.mpg.escidoc.services.common.valueobjects.ItemVO; local class incompatible: stream classdesc serialVersionUID = 8587635524303981401, local class serialVersionUID = -2285753348501257286' that occur after JiBX enhancement of VOs. Without the fixed serialVersionUID, the VOs have to be compiled twice for testing (once for the Application Server, once for the local test).
@author Johannes Mueller
private String
  language
 
MdsTranscriptionVO Methods
Operation Details
public
getCreationDate():String
Sequential
Notes: Delivers the creation date of the transcription.
public
getCreators():java.util.List
Sequential
Notes: Delivers the list of creators of the transcription. Constraint: Only CreatorRole 'Transcriber' is allowed.
public
getLanguage():String
Sequential
Notes: Delivers the language of the transcription.
public
setCreationDate(
   String newVal):void
Sequential
Notes: Sets the creation date of the transcription.
public
setLanguage(
   String newVal):void
Sequential
Notes: Sets the language of the transcription.