Class RoleAnalysisProgressBarDto
java.lang.Object
com.evolveum.midpoint.gui.impl.page.admin.role.mining.model.RoleAnalysisProgressBarDto
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RoleAnalysisAttributeProgressBarDto
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble
void
setActualValue
(double actualValue) void
setBarTitle
(String barTitle) void
setProgressColor
(String progressColor)
-
Field Details
-
F_ACTUAL_VALUE
- See Also:
-
F_PROGRESS_COLOR
- See Also:
-
F_BAR_TITLE
- See Also:
-
F_MIN_VALUE
- See Also:
-
F_MAX_VALUE
- See Also:
-
minValue
protected double minValue -
maxValue
protected double maxValue -
actualValue
protected double actualValue -
barTitle
-
progressColor
-
-
Constructor Details
-
RoleAnalysisProgressBarDto
public RoleAnalysisProgressBarDto() -
RoleAnalysisProgressBarDto
-
-
Method Details
-
getProgressColor
-
setProgressColor
-
getActualValue
public double getActualValue() -
setActualValue
public void setActualValue(double actualValue) -
setBarTitle
-
getBarTitle
-