class: ValidationPointVO

public class: ValidationPointVO
Author:
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 1951 $ $LastChangedDate: 2009-05-07 10:; Complexity: 1
Dates: Created: 16.07.2009 15:14:19; Modified: 16.07.2009 15:14:19;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {61606088-332A-450e-B410-4AB2B8FBDC61}
The functional specification of the publication and the modification workflow define several validation points relevant for publication items at a specific point in the workflow. A validation point is implemented by a set of validation rules which are associated to the activity (use case) in the workflow, e.g. 'submit item version', 'accept item version'.
@revised by MuJ: 28.08.2007
 

Goto: Custom Properties, Fields, Methods

Extends: ValueObject

See also: ValueObject

Appears in: valueobjects

Connections
 
Custom Properties
 
ValidationPointVO Attributes
Attribute Details
private String
  name
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
 
ValidationPointVO Methods
Operation Details
public
getName():String
Sequential
Notes: Delivers the name of the validation point.
public
setName(
   String newVal):void
Sequential
Notes: Sets the name of the validation point.