org.ujac.util.exi
Class ConditionResultHolder

java.lang.Object
  extended by org.ujac.util.exi.ConditionResultHolder

public class ConditionResultHolder
extends Object

Name: ConditionResultHolder
Description: Holds results of conditional evaluations.

Author:
lauerc

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

ConditionResultHolder

public ConditionResultHolder(boolean status,
                             Object result)
Constructs a ConditionResultHolder instance with specific attributes.

Parameters:
status - The initial status.
result - The initial result.
Method Detail

isStatus

public boolean isStatus()
Getter method for the the property status.

Returns:
The current value of property status.

setStatus

public void setStatus(boolean status)
Setter method for the the property status.

Parameters:
status - The value to set for the property status.

getResult

public Object getResult()
Getter method for the the property result.

Returns:
The current value of property result.

setResult

public void setResult(Object result)
Setter method for the the property result.

Parameters:
result - The value to set for the property result.


Copyright © 2003-2004 UJAC.org. All Rights Reserved.