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

public class EntityIntegrityCheckImpl
extends AbstractIntegrityCheck
implements EntityIntegrityCheck


Constructor Summary
EntityIntegrityCheckImpl(Long id, String description, String entityName, List checks)
           
 
Method Summary
 List 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
 

Constructor Detail

EntityIntegrityCheckImpl

public EntityIntegrityCheckImpl(Long id,
                                String description,
                                String entityName,
                                List checks)
Method Detail

getChecks

public List 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-2007 Atlassian. All Rights Reserved.