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:
- EntityCheckImpl, FieldLayoutCheck, PortletCheck, SchemePermissionCheck, SearchRequestRelationCheck, WorkflowCurrentStepCheck, WorkflowStateCheck
- public abstract class CheckImpl
- extends java.lang.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 org.ofbiz.core.entity.GenericDelegator |
genericDelegator
|
protected java.lang.Long |
id
|
Constructor Summary |
protected |
CheckImpl(org.ofbiz.core.entity.GenericDelegator genericDelegator,
java.lang.Long id)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected final java.lang.Long id
genericDelegator
protected org.ofbiz.core.entity.GenericDelegator genericDelegator
CheckImpl
protected CheckImpl(org.ofbiz.core.entity.GenericDelegator genericDelegator,
java.lang.Long id)
getGenericDelegator
protected org.ofbiz.core.entity.GenericDelegator getGenericDelegator()
getId
public java.lang.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
Copyright © 2002-2005 Atlassian. All Rights Reserved.