2.17.2: 2011-06-17

net.sf.basedb.util.overview.validator
Class SampleValidator

java.lang.Object
  extended by net.sf.basedb.util.overview.validator.BasicNodeValidator<I>
      extended by net.sf.basedb.util.overview.validator.NameableNodeValidator<Sample>
          extended by net.sf.basedb.util.overview.validator.SampleValidator
All Implemented Interfaces:
NodeValidator<Sample>

public class SampleValidator
extends NameableNodeValidator<Sample>

Validator implementation for sample. Validation rules:

Version:
2.10
Author:
Nicklas
Last modified
$Date: 2009-02-16 20:29:47 +0100 (Mon, 16 Feb 2009) $

Constructor Summary
SampleValidator()
           
 
Method Summary
protected  Fix getMissingItemFix(Node parentNode)
          The suggested fix is to add a parent sample to the extract or one or more samples to the pooled sample.
 
Methods inherited from class net.sf.basedb.util.overview.validator.NameableNodeValidator
postValidate
 
Methods inherited from class net.sf.basedb.util.overview.validator.BasicNodeValidator
getDeniedItemFix, postDeniedItem, postMissingItem, postValidateFolder, preDeniedItem, preMissingItem, preValidate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SampleValidator

public SampleValidator()
Method Detail

getMissingItemFix

protected Fix getMissingItemFix(Node parentNode)
The suggested fix is to add a parent sample to the extract or one or more samples to the pooled sample.

Specified by:
getMissingItemFix in class BasicNodeValidator<Sample>

2.17.2: 2011-06-17