class: ValidationReportVO

public class: ValidationReportVO
Author:
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 1951 $ $LastChangedDate: 2009-05-07 10:; Complexity: 1
Dates: Created: 16.07.2009 15:14:20; Modified: 16.07.2009 15:14:20;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {63AF8DC9-D56B-4f9d-B92D-905E1C8FA9BC}
The report of a validation.
@TODO FrM: Add comments to methods in EA and re-generate class.
@created 05-Sep-2007 11:58:15
 

Goto: Custom Properties, Fields, Methods

Extends: ValueObject

See also: ValueObject

Appears in: valueobjects

Connections
 
Custom Properties
 
ValidationReportVO Attributes
Attribute Details
private java.util.ArrayList
  items
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
  validationPoint
 
ValidationReportVO Methods
Operation Details
public
addItem(
   ValidationReportItemVO item):void
Sequential
public
getItems():java.util.List
Sequential
public
getValidationPoint():String
Sequential
public
hasItems():boolean
Sequential
public
isValid():boolean
Sequential
public
setValidationPoint(
   String newVal):void
Sequential