org.gcube.portlets.user.joinnew.shared
Class CheckResult
java.lang.Object
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
CheckResult
public CheckResult()
CheckResult
public CheckResult(CheckType type,
boolean passed)
- Parameters:
type
- .passed
- .
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.