class: ImageAcquisitionDeviceVO

public class: ImageAcquisitionDeviceVO
Author:
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 1951 $ $LastChangedDate: 2009-05-07 10:; Complexity: 1
Dates: Created: 16.07.2009 15:13:41; Modified: 16.07.2009 15:13:41;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {5B748B4F-3339-47e2-BBCE-709CDFD32F69}
A description of the technology used in the process of producing a digital image.
@revised by MuJ: 29.08.2007
 

Goto: Custom Properties, Fields, Methods

Extends: ValueObject

See also: DeviceType, ValueObject, MdsImageVO

Appears in: metadata

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