class: FilmAcquisitionDeviceVO

public class: FilmAcquisitionDeviceVO
Author:
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 1951 $ $LastChangedDate: 2009-05-07 10:; Complexity: 1
Dates: Created: 16.07.2009 15:13:39; Modified: 16.07.2009 15:13:39;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {3886E60B-0BA0-40f7-A7C8-8658F7FAA39D}
A description of the technology used in the process of producing a film.
@revised by MuJ: 28.08.2007
 

Goto: Custom Properties, Fields, Methods

Extends: ValueObject

See also: DeviceType, ValueObject, MdsFilmVO

Appears in: metadata

Connections
 
Custom Properties
 
FilmAcquisitionDeviceVO Attributes
Attribute Details
private String
  name
Notes: The manufactures name for the device.
private String
  productionComment
Notes: A short description of the production process.
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
private DeviceType
  type
Notes: The type of the device which produced the image.
 
FilmAcquisitionDeviceVO Methods
Operation Details
public
getName():String
Sequential
Notes: Delivers the name of the film acquisition device.
public
getProductionComment():String
Sequential
Notes: Delivers the production comment of the film acquisition device. The production comment is a short description of the production process.
public
getType():DeviceType
Sequential
Notes: Delivers the type of the film acquisition device, i. e. the type of the device which produced the image.
public
setName(
   String newVal):void
Sequential
Notes: Sets the name of the film acquisition device.
public
setProductionComment(
   String newVal):void
Sequential
Notes: Sets the production comment of the film acquisition device. The production comment is a short description of the production process.
public
setType(
   DeviceType newVal):void
Sequential
Notes: Sets the type of the film acquisition device, i. e. the type of the device which produced the image.