Class ObjectClassDto
- java.lang.Object
-
- com.evolveum.midpoint.web.component.util.Selectable<ObjectClassDto>
-
- com.evolveum.midpoint.web.component.wizard.resource.dto.ObjectClassDto
-
- All Implemented Interfaces:
Serializable
,Comparable<ObjectClassDto>
public class ObjectClassDto extends Selectable<ObjectClassDto> implements Comparable<ObjectClassDto>
- Author:
- lazyman
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
F_DISPLAY_NAME
-
Fields inherited from class com.evolveum.midpoint.web.component.util.Selectable
F_SELECTED
-
-
Constructor Summary
Constructors Constructor Description ObjectClassDto(@NotNull ResourceObjectTypeDefinition definition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(@NotNull ObjectClassDto o)
boolean
equals(Object o)
ResourceObjectTypeDefinition
getDefinition()
String
getDisplayName()
QName
getObjectClassName()
int
hashCode()
-
Methods inherited from class com.evolveum.midpoint.web.component.util.Selectable
getValue, isSelected, setSelected
-
-
-
-
Field Detail
-
F_DISPLAY_NAME
public static final String F_DISPLAY_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ObjectClassDto
public ObjectClassDto(@NotNull @NotNull ResourceObjectTypeDefinition definition)
-
-
Method Detail
-
getObjectClassName
public QName getObjectClassName()
-
getDisplayName
public String getDisplayName()
-
getDefinition
public ResourceObjectTypeDefinition getDefinition()
-
compareTo
public int compareTo(@NotNull @NotNull ObjectClassDto o)
- Specified by:
compareTo
in interfaceComparable<ObjectClassDto>
-
-