com.atlassian.jira.appconsistency.integrity.check
Class CheckImpl

java.lang.Object
  extended by com.atlassian.jira.appconsistency.integrity.check.CheckImpl
All Implemented Interfaces:
Check
Direct Known Subclasses:
BaseFilterSubscriptionsCheck, EntityCheckImpl, FieldLayoutCheck, SchemePermissionCheck, SearchRequestRelationCheck, SimpleTriggerCheck, WorkflowCurrentStepCheck, WorkflowIssueStatusNull, WorkflowStateCheck

public abstract class CheckImpl
extends Object
implements Check


Field Summary
protected  int id
           
protected  OfBizDelegator ofBizDelegator
           
 
Constructor Summary
protected CheckImpl(OfBizDelegator ofBizDelegator, int id)
           
 
Method Summary
protected  I18nHelper getI18NBean()
           
 Long getId()
           
 IntegrityCheck getIntegrityCheck()
           
 void setIntegrityCheck(IntegrityCheck integrityCheck)
           
 
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.check.Check
correct, getDescription, getUnavailableMessage, isAvailable, preview
 

Field Detail

id

protected final int id

ofBizDelegator

protected OfBizDelegator ofBizDelegator
Constructor Detail

CheckImpl

protected CheckImpl(OfBizDelegator ofBizDelegator,
                    int id)
Method Detail

getId

public Long getId()
Specified by:
getId in interface Check

getIntegrityCheck

public IntegrityCheck getIntegrityCheck()
Specified by:
getIntegrityCheck in interface Check

setIntegrityCheck

public void setIntegrityCheck(IntegrityCheck integrityCheck)
Specified by:
setIntegrityCheck in interface Check

getI18NBean

protected I18nHelper getI18NBean()


Copyright © 2002-2010 Atlassian. All Rights Reserved.