public abstract class AbstractIntegrityCheck extends Object implements IntegrityCheck
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractIntegrityCheck(int id,
String description) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(IntegrityCheck ic) |
abstract List<? extends Check> |
getChecks() |
String |
getDescription() |
Long |
getId() |
boolean |
isAvailable()
Determines if AT LEAST ONE check is available
|
protected AbstractIntegrityCheck(int id,
String description)
public Long getId()
getId in interface IntegrityCheckpublic String getDescription()
getDescription in interface IntegrityCheckpublic int compareTo(IntegrityCheck ic)
compareTo in interface Comparable<IntegrityCheck>public boolean isAvailable()
isAvailable in interface IntegrityCheckpublic abstract List<? extends Check> getChecks()
getChecks in interface IntegrityCheckCopyright © 2002-2018 Atlassian. All Rights Reserved.