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, PortletCheck, SchemePermissionCheck, SearchRequestRelationCheck, SimpleTriggerCheck, WorkflowCurrentStepCheck, WorkflowIssueStatusNull, WorkflowStateCheck

public abstract class CheckImpl
extends Object
implements Check

Created by IntelliJ IDEA. User: owenfellows Date: 20-Jun-2004 Time: 15:19:56 To change this template use File | Settings | File Templates.


Field Summary
protected  Long id
           
protected  OfBizDelegator ofBizDelegator
           
 
Constructor Summary
protected CheckImpl(OfBizDelegator ofBizDelegator, Long id)
           
 
Method Summary
protected  I18nBean 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 Long id

ofBizDelegator

protected OfBizDelegator ofBizDelegator
Constructor Detail

CheckImpl

protected CheckImpl(OfBizDelegator ofBizDelegator,
                    Long 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 I18nBean getI18NBean()


Copyright © 2002-2007 Atlassian. All Rights Reserved.