Class ConflictDto
java.lang.Object
com.evolveum.midpoint.web.page.self.dto.ConflictDto
- All Implemented Interfaces:
- Serializable
Created by honchar.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionConflictDto(AssignmentConflictDto assignment1, AssignmentConflictDto assignment2, boolean warning) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleanboolean
- 
Constructor Details- 
ConflictDtopublic ConflictDto(AssignmentConflictDto assignment1, AssignmentConflictDto assignment2, boolean warning) 
 
- 
- 
Method Details- 
getAssignment1
- 
getAssignment2
- 
isResolvedpublic boolean isResolved()
- 
isWarningpublic boolean isWarning()
 
-