public abstract class

CheckImpl

extends Object
implements Check<T extends Amendment>
java.lang.Object
   ↳ com.atlassian.jira.appconsistency.integrity.check.CheckImpl<T extends com.atlassian.jira.appconsistency.integrity.amendment.Amendment>
Known Direct Subclasses
Known Indirect Subclasses

Summary

Fields
protected final int id
protected OfBizDelegator ofBizDelegator
Protected Constructors
CheckImpl(OfBizDelegator ofBizDelegator, int id)
Public Methods
Long getId()
IntegrityCheck getIntegrityCheck()
void setIntegrityCheck(IntegrityCheck integrityCheck)
Protected Methods
I18nHelper getI18NBean()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.appconsistency.integrity.check.Check

Fields

protected final int id

protected OfBizDelegator ofBizDelegator

Protected Constructors

protected CheckImpl (OfBizDelegator ofBizDelegator, int id)

Public Methods

public Long getId ()

public IntegrityCheck getIntegrityCheck ()

public void setIntegrityCheck (IntegrityCheck integrityCheck)

Protected Methods

protected I18nHelper getI18NBean ()