class: ValidationReportItemVO

public class: ValidationReportItemVO
Author: franke (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 126 $ $LastChangedDate: 2007-11-15 11:3; Complexity: 1
Dates: Created: 16.07.2009 15:21:18; Modified: 16.07.2009 15:21:18;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {267562A3-CDBB-40b3-8EC2-5E951D3D6C98}
Validation report item.
 

Goto: Custom Properties, Fields, Methods

Extends: ValueObject

See also: InfoLevel, ValueObject

Appears in: valueobjects

Connections
 
Custom Properties
 
ValidationReportItemVO Attributes
Attribute Details
private String
  content
private String
  element
private InfoLevel
  level
Notes: The type declares whether this item is restrictive, that means the action must not be continued or this item is only informative.
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
 
ValidationReportItemVO Methods
Operation Details
public const
getContent():String
Sequential
Notes: Content-getter.
@return The content.
public const
getElement():String
Sequential
public const
getInfoLevel():InfoLevel
Sequential
Notes: Type-getter.
@return The level.
public const
isInformative():boolean
Sequential
Notes: JiBX helper method.
@return true if the item is restrictive
public const
isRestrictive():boolean
Sequential
Notes: JiBX helper method.
@return true if the item is restrictive
public const
setContent(
   String content):void
Sequential
Notes: Content-setter.
public const
setElement(
   String element):void
Sequential
public const
setInfoLevel(
   InfoLevel level):void
Sequential
Notes: Type-setter.
public const
toString():String
Sequential
Tags: annotations=@Override
Notes: Override.
@return String