com.instantbank.component.parameter.util
Class ValueRow

java.lang.Object
  |
  +--com.instantbank.component.parameter.util.ValueRow
All Implemented Interfaces:
java.io.Serializable

public class ValueRow
extends java.lang.Object
implements java.io.Serializable

Utility class allowing manipulation of set parameter values .

Author:
InstantBank (Roberto Contreras ).
See Also:
Serialized Form

Field Summary
private  java.lang.String firstColumnColor
          The warnig color of a set level parameters for the parameter.
private  ParmCell[] parmCell
          The array of parameter values for each set for parameter points per parameter.
 
Constructor Summary
ValueRow(java.lang.String firstColumnColor, ParmCell[] parmCell)
          Constructor .
 
Method Summary
 java.lang.String getValueRowFirstColumnColor()
          Getter method for the warnig color of a set level parameters for the parameter.
 ParmCell[] getValueRowParmCell()
          Getter method for the array parameters of each set for parameter points per parameter.
 void setValueRowFirstColumnColor(java.lang.String firstColumnColor)
          Setter method for the warnig color of a set level parameters for the parameter.
 void setValueRowParmCell(ParmCell[] parmCell)
          Setter method for the array parameters of each set for parameter points per parameter.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

firstColumnColor

private java.lang.String firstColumnColor
The warnig color of a set level parameters for the parameter. value: {0 = defined somewhere | 1 = undefined everywhere}

parmCell

private ParmCell[] parmCell
The array of parameter values for each set for parameter points per parameter. when each position are: parmCell[0] always correspond to "1,2" parmCell[1] always correspond to "1,ANY" parmCell[2] always correspond to "ANY,2" parmCell[3] always correspond to "ANY,ANY"
Constructor Detail

ValueRow

public ValueRow(java.lang.String firstColumnColor,
                ParmCell[] parmCell)
Constructor .

Parameters:
firstColumnColor - The warnig color of a set level parameters for the parameter.
parmCell - Description of the Parameter
Method Detail

setValueRowFirstColumnColor

public void setValueRowFirstColumnColor(java.lang.String firstColumnColor)
Setter method for the warnig color of a set level parameters for the parameter.
Parameters:
firstColumnColor - The warnig color of a set level parameters for the parameter.

getValueRowFirstColumnColor

public java.lang.String getValueRowFirstColumnColor()
Getter method for the warnig color of a set level parameters for the parameter.
Returns:
firstColumnColor The warnig color of a set level parameters for the parameter.

setValueRowParmCell

public void setValueRowParmCell(ParmCell[] parmCell)
Setter method for the array parameters of each set for parameter points per parameter.
Parameters:
parmCell - The array of parameter values for each set for parameter points per parameter.

getValueRowParmCell

public ParmCell[] getValueRowParmCell()
Getter method for the array parameters of each set for parameter points per parameter.
Returns:
parmCell The array of parameter values for each set for parameter points per parameter.