Class AssignmentItemDto
java.lang.Object
com.evolveum.midpoint.web.page.admin.home.dto.AssignmentItemDto
- All Implemented Interfaces:
Serializable
,Comparable<AssignmentItemDto>
public class AssignmentItemDto
extends Object
implements Serializable, Comparable<AssignmentItemDto>
TODO: unify with AssignmentEditorDto
- Author:
- lazyman
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionAssignmentItemDto
(AssignmentEditorDtoType type, String name, String description, String relation) -
Method Summary
-
Field Details
-
F_TYPE
- See Also:
-
F_NAME
- See Also:
-
F_DESCRIPTION
- See Also:
-
F_RELATION
- See Also:
-
-
Constructor Details
-
AssignmentItemDto
public AssignmentItemDto(AssignmentEditorDtoType type, String name, String description, String relation)
-
-
Method Details
-
getType
-
getDescription
-
getName
-
getRelation
-
getRealRelation
-
compareTo
- Specified by:
compareTo
in interfaceComparable<AssignmentItemDto>
-