Class GetCertificationWorkItemResult
- java.lang.Object
-
- com.evolveum.midpoint.repo.sql.util.GetCertificationWorkItemResult
-
- All Implemented Interfaces:
Serializable
public class GetCertificationWorkItemResult extends Object implements Serializable
- Author:
- mederly
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ResultStyle
RESULT_STYLE
-
Constructor Summary
Constructors Constructor Description GetCertificationWorkItemResult(@NotNull String campaignOid, @NotNull Integer caseId, @NotNull Integer id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull String
getCampaignOid()
@NotNull Integer
getCaseId()
@NotNull Integer
getId()
String
toString()
-
-
-
Field Detail
-
RESULT_STYLE
public static final ResultStyle RESULT_STYLE
-
-