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

public class EntityIntegrityCheckImpl
extends AbstractIntegrityCheck
implements EntityIntegrityCheck


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

Constructor Detail

EntityIntegrityCheckImpl

public EntityIntegrityCheckImpl(java.lang.Long id,
                                java.lang.String description,
                                java.lang.String entityName,
                                java.util.List checks)
Method Detail

getChecks

public java.util.List 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-2006 Atlassian. All Rights Reserved.