org.gcube.portlets.user.joinnew.shared
Class CheckResult

java.lang.Object
  extended by org.gcube.portlets.user.joinnew.shared.CheckResult
All Implemented Interfaces:
Serializable

public class CheckResult
extends Object
implements Serializable

passed check for the infrastructure

Version:
1.0 Jan 12th 2012
Author:
Massimiliano Assante ISTI-CNR
See Also:
Serialized Form

Constructor Summary
CheckResult()
           
CheckResult(CheckType type, boolean passed)
           
 
Method Summary
 CheckType getType()
           
 boolean isPassed()
           
 void setPassed(boolean result)
           
 void setType(CheckType type)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CheckResult

public CheckResult()

CheckResult

public CheckResult(CheckType type,
                   boolean passed)
Parameters:
type - .
passed - .
Method Detail

getType

public CheckType getType()
Returns:
type of check performed

setType

public void setType(CheckType type)
Parameters:
type - .

isPassed

public boolean isPassed()
Returns:
if passed

setPassed

public void setPassed(boolean result)
Parameters:
result - .

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.