Class ReferenceValidator
java.lang.Object
ch.nolix.system.objectdata.fieldvalidator.FieldValidator
ch.nolix.system.objectdata.fieldvalidator.ReferenceValidator
- All Implemented Interfaces:
IFieldValidator, IReferenceValidator
- Author:
- Silvan Wyss
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<E extends IEntity>
voidassertCanSetEntity(IReference<E> reference, E entity) Methods inherited from class FieldValidator
assertBelongsToEntity, assertDoesNotBelongToEntity, assertIsNotEmpty, assertIsNotMandatoryAndEmptyBoth, assertKnowsParentColumnMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IFieldValidator
assertBelongsToEntity, assertDoesNotBelongToEntity, assertIsNotEmpty, assertIsNotMandatoryAndEmptyBoth, assertKnowsParentColumn
-
Constructor Details
-
ReferenceValidator
public ReferenceValidator()
-
-
Method Details
-
assertCanSetEntity
- Specified by:
assertCanSetEntityin interfaceIReferenceValidator
-