Class Delegation
- java.lang.Object
-
- de.aristaflow.ilm.model.worklistmodel.Delegation
-
- All Implemented Interfaces:
Serializable
public class Delegation extends Object implements Serializable
- See Also:
WorklistItem.Delegation
, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description String
comment
@NotNull @Valid QualifiedAgent
delegator
@NotEmpty List<@NotNull @Valid QualifiedAgent>
recipients
-
Constructor Summary
Constructors Constructor Description Delegation()
-
-
-
Field Detail
-
delegator
@NotNull @Valid public @NotNull @Valid QualifiedAgent delegator
-
recipients
@NotEmpty public @NotEmpty List<@NotNull @Valid QualifiedAgent> recipients
-
comment
public String comment
-
-