class: MdsTranslationVO

public class: MdsTranslationVO
Author:
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 1951 $ $LastChangedDate: 2009-05-07 10:; Complexity: 1
Dates: Created: 16.07.2009 15:14:13; Modified: 16.07.2009 15:14:13;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {F2A0BA4C-874F-43d9-910E-6BFD3AF81174}
The metadata set Translation describes resources which are translations (usually XML Files) of original materials like books or transcriptions of books.
@revised by MuJ: 28.08.2007
 

Goto: Custom Properties, Fields, Methods

Extends: MetadataSetVO

See also: MetadataSetVO

Appears in: valueobjects

Connections
 
Custom Properties
 
MdsTranslationVO 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
 
MdsTranslationVO Methods
Operation Details
public
getCreationDate():String
Sequential
Notes: Delivers the creation date of the translation.
public
getCreators():java.util.List
Sequential
Notes: Delivers the list of creators of the translation.
public
getLanguage():String
Sequential
Notes: Delivers the language of the translation.
public
setCreationDate(
   String newVal):void
Sequential
Notes: Sets the creation date of the translation.
public
setLanguage(
   String newVal):void
Sequential
Notes: Sets the language of the translation.