com.atlassian.jira.appconsistency.integrity.check
Interface EntityCheck

All Superinterfaces:
Check
All Known Implementing Classes:
EntityCheckImpl

public interface EntityCheck
extends Check


Method Summary
 EntityIntegrityCheck getEntityIntegrityCheck()
           
 void setEntityIntegrityCheck(EntityIntegrityCheck entityIntegrityCheck)
           
 
Methods inherited from interface com.atlassian.jira.appconsistency.integrity.check.Check
correct, getDescription, getId, getIntegrityCheck, getUnavailableMessage, isAvailable, preview, setIntegrityCheck
 

Method Detail

getEntityIntegrityCheck

public EntityIntegrityCheck getEntityIntegrityCheck()

setEntityIntegrityCheck

public void setEntityIntegrityCheck(EntityIntegrityCheck entityIntegrityCheck)


Copyright © 2002-2005 Atlassian. All Rights Reserved.