public interface

ConceptNameValidator

vars.annotation.ConceptNameValidator<T>
Known Indirect Subclasses

Class Overview

Tag interface for DAO objects that can validate concept names used by the entity objects. This is to ensure that they are persisted using a primary name.

Summary

Public Methods
abstract void validateName(T object, ConceptDAO conceptDAO)

Public Methods

public abstract void validateName (T object, ConceptDAO conceptDAO)