Class CertCampaignListItemDto
- java.lang.Object
-
- com.evolveum.midpoint.web.component.util.Selectable<CertCampaignListItemDto>
-
- com.evolveum.midpoint.web.page.admin.certification.dto.CertCampaignListItemDto
-
- All Implemented Interfaces:
SelectableRow<CertCampaignListItemDto>,Serializable
public class CertCampaignListItemDto extends Selectable<CertCampaignListItemDto> implements SelectableRow<CertCampaignListItemDto>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringF_CURRENT_STAGE_NUMBERstatic StringF_DEADLINE_AS_STRINGstatic StringF_DESCRIPTIONstatic StringF_ESCALATION_LEVEL_NUMBERstatic StringF_ITERATIONstatic StringF_NAMEstatic StringF_NUMBER_OF_STAGESstatic StringF_STATE-
Fields inherited from class com.evolveum.midpoint.web.component.util.Selectable
F_SELECTED
-
-
Constructor Summary
Constructors Constructor Description CertCampaignListItemDto(@NotNull AccessCertificationCampaignType campaign, PageBase page)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccessCertificationCampaignTypegetCampaign()IntegergetCurrentStageNumber()StringgetDescription()IntegergetEscalationLevelNumber()IntegergetIteration()StringgetName()IntegergetNumberOfStages()StringgetOid()AccessCertificationCampaignStateTypegetState()booleanisReiterable()-
Methods inherited from class com.evolveum.midpoint.web.component.util.Selectable
getValue, isSelected, setSelected
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.web.component.util.SelectableRow
isSelected, setSelected
-
-
-
-
Field Detail
-
F_NAME
public static final String F_NAME
- See Also:
- Constant Field Values
-
F_DESCRIPTION
public static final String F_DESCRIPTION
- See Also:
- Constant Field Values
-
F_ITERATION
public static final String F_ITERATION
- See Also:
- Constant Field Values
-
F_STATE
public static final String F_STATE
- See Also:
- Constant Field Values
-
F_CURRENT_STAGE_NUMBER
public static final String F_CURRENT_STAGE_NUMBER
- See Also:
- Constant Field Values
-
F_NUMBER_OF_STAGES
public static final String F_NUMBER_OF_STAGES
- See Also:
- Constant Field Values
-
F_DEADLINE_AS_STRING
public static final String F_DEADLINE_AS_STRING
- See Also:
- Constant Field Values
-
F_ESCALATION_LEVEL_NUMBER
public static final String F_ESCALATION_LEVEL_NUMBER
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CertCampaignListItemDto
public CertCampaignListItemDto(@NotNull @NotNull AccessCertificationCampaignType campaign, PageBase page)
-
-
Method Detail
-
getName
public String getName()
-
getOid
public String getOid()
-
getState
public AccessCertificationCampaignStateType getState()
-
getIteration
public Integer getIteration()
-
getDescription
public String getDescription()
-
getCurrentStageNumber
public Integer getCurrentStageNumber()
-
getEscalationLevelNumber
public Integer getEscalationLevelNumber()
-
getNumberOfStages
public Integer getNumberOfStages()
-
getCampaign
public AccessCertificationCampaignType getCampaign()
-
isReiterable
public boolean isReiterable()
-
-