com.atlassian.jira.appconsistency.integrity.check
Class CheckImpl
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected final int id
ofBizDelegator
protected OfBizDelegator ofBizDelegator
CheckImpl
protected CheckImpl(OfBizDelegator ofBizDelegator,
int id)
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-2011 Atlassian. All Rights Reserved.