|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.instantbank.component.parameter.util.ParmCell
Utility class allowing manipulation of parameters restriction.
| Field Summary | |
private java.lang.String |
cellColor
The color of a cell for a set of parameter points. |
private java.lang.String |
cellValue
Value of the cell. |
private java.util.ArrayList |
setValues
When parameterType == "set" this array contains Strings of the form "possibleValue[i]" + "," + "yes"|"no depending is possibleValue[i] is part (or not) of the set value at this cell. |
private java.lang.String |
smallCellColor
The color of a small cell for a set of level parameter. |
| Constructor Summary | |
ParmCell(java.lang.String cellColor,
java.lang.String cellValue,
java.util.ArrayList setValues,
java.lang.String smallCellColor)
Constructor . |
|
| Method Summary | |
java.lang.String |
getParmCellCellColor()
Getter method for the color of a cell for each set of level parameter. |
java.lang.String |
getParmCellCellValue()
Getter method for the value of the cell. |
java.util.ArrayList |
getParmCellSetValues()
Getter method for the possible values of the cell when parameterType = set . |
java.lang.String |
getParmCellSmallCellColor()
Getter method for the color of a small cell for each set of level parameter. |
void |
setParmCellCellColor(java.lang.String cellColor)
Setter method for the color of a cell for each set of level parameter. |
void |
setParmCellSmallCellColor(java.lang.String smallCellColor)
Setter method for the color of a small cell for each set of level parameter. |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
private java.lang.String cellColor
private java.lang.String cellValue
private java.util.ArrayList setValues
private java.lang.String smallCellColor
| Constructor Detail |
public ParmCell(java.lang.String cellColor,
java.lang.String cellValue,
java.util.ArrayList setValues,
java.lang.String smallCellColor)
cellColor - Description of the ParametercellValue - Description of the ParametersetValues - Description of the ParametersmallCellColor - Description of the Parameter| Method Detail |
public void setParmCellCellColor(java.lang.String cellColor)
cellColor - The color of a cell for each set of level parameter.public java.lang.String getParmCellCellColor()
public java.lang.String getParmCellCellValue()
public java.util.ArrayList getParmCellSetValues()
public java.lang.String getParmCellSmallCellColor()
public void setParmCellSmallCellColor(java.lang.String smallCellColor)
smallCellColor - The color of a small cell for each set of level parameter.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||