|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.ujac.util.exi.ConditionResultHolder
public class ConditionResultHolder
Name: ConditionResultHolder
Description: Holds results of conditional evaluations.
Constructor Summary | |
---|---|
ConditionResultHolder(boolean status,
Object result)
Constructs a ConditionResultHolder instance with specific attributes. |
Method Summary | |
---|---|
Object |
getResult()
Getter method for the the property result. |
boolean |
isStatus()
Getter method for the the property status. |
void |
setResult(Object result)
Setter method for the the property result. |
void |
setStatus(boolean status)
Setter method for the the property status. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConditionResultHolder(boolean status, Object result)
status
- The initial status.result
- The initial result.Method Detail |
---|
public boolean isStatus()
public void setStatus(boolean status)
status
- The value to set for the property status.public Object getResult()
public void setResult(Object result)
result
- The value to set for the property result.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |