Class CheckResult
java.lang.Object
overit.geocallapp.wfm.project.bl.checks.CheckResult
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObject[]intgetType()voidsetErrorMessage(String errorMessage) voidvoidsetType(int type)
-
Field Details
-
BLOCKING_TYPE
public static final int BLOCKING_TYPE- See Also:
-
NON_BLOCKING_TYPE
public static final int NON_BLOCKING_TYPE- See Also:
-
-
Constructor Details
-
CheckResult
public CheckResult()
-
-
Method Details
-
getType
public int getType() -
setType
public void setType(int type) -
getLiteralType
-
getErrorMessage
-
setErrorMessage
-
getParams
-
setParams
-