com.atlassian.jira.appconsistency.integrity.check
Class CheckImpl

java.lang.Object
  extended bycom.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)
           
 
Method Summary
protected  org.ofbiz.core.entity.GenericDelegator getGenericDelegator()
           
 java.lang.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 java.lang.Long id

genericDelegator

protected org.ofbiz.core.entity.GenericDelegator genericDelegator
Constructor Detail

CheckImpl

protected CheckImpl(org.ofbiz.core.entity.GenericDelegator genericDelegator,
                    java.lang.Long id)
Method Detail

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.