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, isAvailableclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDescription, getId, isAvailablecompareTopublic 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 IntegrityCheckgetChecks in class AbstractIntegrityCheckpublic String getEntityName()
getEntityName in interface EntityIntegrityCheckCopyright © 2002-2017 Atlassian. All Rights Reserved.