com.atlassian.jira.appconsistency.integrity.integritycheck
Class EntityIntegrityCheckImpl

java.lang.Object
  extended by com.atlassian.jira.appconsistency.integrity.integritycheck.AbstractIntegrityCheck
      extended by com.atlassian.jira.appconsistency.integrity.integritycheck.EntityIntegrityCheckImpl
All Implemented Interfaces:
EntityIntegrityCheck, IntegrityCheck, Comparable<IntegrityCheck>

public class EntityIntegrityCheckImpl
extends AbstractIntegrityCheck
implements EntityIntegrityCheck


Constructor Summary
EntityIntegrityCheckImpl(int id, String description, String entityName, EntityCheck... checks)
           
EntityIntegrityCheckImpl(int id, String description, String entityName, List<EntityCheck> checks)
           
 
Method Summary
 List<? extends Check> getChecks()
           
 String getEntityName()
           
 
Methods inherited from class com.atlassian.jira.appconsistency.integrity.integritycheck.AbstractIntegrityCheck
compareTo, getDescription, getId, isAvailable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.jira.appconsistency.integrity.integritycheck.IntegrityCheck
getDescription, getId, isAvailable
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Constructor Detail

EntityIntegrityCheckImpl

public EntityIntegrityCheckImpl(int id,
                                String description,
                                String entityName,
                                EntityCheck... checks)

EntityIntegrityCheckImpl

public EntityIntegrityCheckImpl(int id,
                                String description,
                                String entityName,
                                List<EntityCheck> checks)
Method Detail

getChecks

public List<? extends Check> getChecks()
Specified by:
getChecks in interface IntegrityCheck
Specified by:
getChecks in class AbstractIntegrityCheck

getEntityName

public String getEntityName()
Specified by:
getEntityName in interface EntityIntegrityCheck


Copyright © 2002-2012 Atlassian. All Rights Reserved.