org.jasig.portal.tools.checks
Class CheckAndResult

java.lang.Object
  extended by org.jasig.portal.tools.checks.CheckAndResult

public class CheckAndResult
extends Object

Represents a description of a check as well as the result of having performed that check.

Since:
uPortal 2.5
Version:
$Revision: 19776 $ $Date: 2010-01-14 16:17:21 -0600 (Thu, 14 Jan 2010) $

Constructor Summary
CheckAndResult(String checkDescription, CheckResult result)
           
 
Method Summary
 String getCheckDescription()
           
 CheckResult getResult()
           
 boolean isFatal()
           
 boolean isSuccess()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckAndResult

public CheckAndResult(String checkDescription,
                      CheckResult result)
Method Detail

getCheckDescription

public String getCheckDescription()
Returns:
Returns the checkDescription.

getResult

public CheckResult getResult()
Returns:
Returns the result.

isSuccess

public boolean isSuccess()

isFatal

public boolean isFatal()


Copyright © 2010 Jasig. All Rights Reserved.