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 SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionAssignmentItemDto(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- 
AssignmentItemDtopublic AssignmentItemDto(AssignmentEditorDtoType type, String name, String description, String relation) 
 
- 
- 
Method Details- 
getType
- 
getDescription
- 
getName
- 
getRelation
- 
getRealRelation
- 
compareTo- Specified by:
- compareToin interface- Comparable<AssignmentItemDto>
 
 
-