public abstract class CheckImpl<T extends Amendment> extends Object implements Check<T>
Modifier and Type | Field and Description |
---|---|
protected int |
id |
protected OfBizDelegator |
ofBizDelegator |
Modifier | Constructor and Description |
---|---|
protected |
CheckImpl(OfBizDelegator ofBizDelegator,
int id) |
Modifier and Type | Method and Description |
---|---|
protected I18nHelper |
getI18NBean() |
Long |
getId() |
IntegrityCheck |
getIntegrityCheck() |
void |
setIntegrityCheck(IntegrityCheck integrityCheck) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
correct, getDescription, getUnavailableMessage, isAvailable, preview
protected final int id
protected OfBizDelegator ofBizDelegator
protected CheckImpl(OfBizDelegator ofBizDelegator, int id)
public IntegrityCheck getIntegrityCheck()
getIntegrityCheck
in interface Check<T extends Amendment>
public void setIntegrityCheck(IntegrityCheck integrityCheck)
setIntegrityCheck
in interface Check<T extends Amendment>
protected I18nHelper getI18NBean()
Copyright © 2002-2022 Atlassian. All Rights Reserved.