class: PublishingInfoVO

public class: PublishingInfoVO
Author:
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 1951 $ $LastChangedDate: 2009-05-07 10:; Complexity: 1
Dates: Created: 16.07.2009 15:13:45; Modified: 16.07.2009 15:13:45;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {E0E2A577-60ED-4b5b-8C89-F5962E31DA01}
@revised by MuJ: 27.08.2007
 

Goto: Custom Properties, Fields, Methods

Extends: ValueObject

See also: ValueObject, SourceVO, MdsPublicationVO

Appears in: metadata

Connections
 
Custom Properties
 
PublishingInfoVO Attributes
Attribute Details
private String
  edition
private String
  place
private String
  publisher
private static const long
  serialVersionUID
Initial: 1L
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
 
PublishingInfoVO Methods
Operation Details
public
clone():Object
Sequential
Tags: annotations=@Override
Notes: (non-Javadoc)
@see java.lang.Object#clone()
public
equals(
   Object o):boolean
Sequential
Tags: annotations=@Override
Notes: (non-Javadoc)
@see java.lang.Object#clone()
public
getEdition():String
Sequential
Notes: Delivers the version of the described item.
public
getPlace():String
Sequential
Notes: Delivers the place where the item has been published.
public
getPublisher():String
Sequential
Notes: Delivers the name of the institution who has published the item.
public
setEdition(
   String newVal):void
Sequential
Notes: Sets the version of the described item.
public
setPlace(
   String newVal):void
Sequential
Notes: Sets the place where the item has been published.
public
setPublisher(
   String newVal):void
Sequential
Notes: Sets the name of the institution who has published the item.