Class ConflictItem
- java.lang.Object
-
- com.evolveum.midpoint.gui.impl.page.self.requestAccess.ConflictItem
-
- All Implemented Interfaces:
Serializable
public class ConflictItem extends Object implements Serializable
Created by Viliam Repan (lazyman).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConflictItem(AssignmentType assignment, String displayName, boolean existing)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
AssignmentType
getAssignment()
String
getDisplayName()
int
hashCode()
boolean
isExisting()
-
-
-
Constructor Detail
-
ConflictItem
public ConflictItem(AssignmentType assignment, String displayName, boolean existing)
-
-