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, java.lang.Comparable<IntegrityCheck>

public class EntityIntegrityCheckImpl
extends AbstractIntegrityCheck
implements EntityIntegrityCheck


Constructor Summary
EntityIntegrityCheckImpl(int id, java.lang.String description, java.lang.String entityName, EntityCheck... checks)
           
EntityIntegrityCheckImpl(int id, java.lang.String description, java.lang.String entityName, java.util.List<EntityCheck> checks)
           
 
Method Summary
 java.util.List<? extends Check> getChecks()
           
 java.lang.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,
                                java.lang.String description,
                                java.lang.String entityName,
                                EntityCheck... checks)

EntityIntegrityCheckImpl

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

getChecks

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

getEntityName

public java.lang.String getEntityName()
Specified by:
getEntityName in interface EntityIntegrityCheck


Copyright © 2002-2010 Atlassian. All Rights Reserved.