class: ValidationReportItemVO

public class: ValidationReportItemVO
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: {278E90E3-7522-49d5-AEA0-3B3814E181C7}
The report of an item validation.
@TODO FrM: Add comments to methods in EA and re-generate class.
 

Goto: Custom Properties, Fields, Methods

Extends: ValueObject

See also: InfoLevel, InfoLevel, ValueObject

Appears in: valueobjects

Connections
 
Custom Properties
 
ValidationReportItemVO Attributes
Attribute Details
private String
  content
private InfoLevel
  infoLevel
public InfoLevel
  level
Notes: The information level of the certain validation report item. Informative means, this rule is a "SHOULD". Restrictive means, this rule is a "MUST".
 
ValidationReportItemVO Methods
Operation Details
public
getContent():String
Sequential
public
getInfoLevel():InfoLevel
Sequential
public
isInformative():boolean
Sequential
public
isRestrictive():boolean
Sequential
public
setContent(
   String newVal):void
Sequential
public
setInfoLevel(
   InfoLevel newVal):void
Sequential