public class EntityIntegrityCheckImpl extends AbstractIntegrityCheck implements EntityIntegrityCheck
Constructor and Description |
---|
EntityIntegrityCheckImpl(int id,
String description,
String entityName,
EntityCheck... checks) |
EntityIntegrityCheckImpl(int id,
String description,
String entityName,
List<EntityCheck> checks) |
Modifier and Type | Method and Description |
---|---|
List<? extends Check> |
getChecks() |
String |
getEntityName() |
compareTo, getDescription, getId, isAvailable
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDescription, getId, isAvailable
compareTo
public EntityIntegrityCheckImpl(int id, String description, String entityName, EntityCheck... checks)
public EntityIntegrityCheckImpl(int id, String description, String entityName, List<EntityCheck> checks)
public List<? extends Check> getChecks()
getChecks
in interface IntegrityCheck
getChecks
in class AbstractIntegrityCheck
public String getEntityName()
getEntityName
in interface EntityIntegrityCheck
Copyright © 2002-2024 Atlassian. All Rights Reserved.