org.kuali.student.common.messagebuilder.booleanmessage.ast
Class BooleanFunctionResult
java.lang.Object
org.kuali.student.common.messagebuilder.booleanmessage.ast.BooleanFunctionResult
public class BooleanFunctionResult
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
booleanFunction
private String booleanFunction
result
private Boolean result
message
private String message
BooleanFunctionResult
public BooleanFunctionResult(String booleanFunction,
Boolean result,
String message)
getResult
public Boolean getResult()
getMessage
public String getMessage()
getBooleanFunction
public String getBooleanFunction()
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.