Class Property
java.lang.Object
com.evolveum.midpoint.web.component.search.Property
- All Implemented Interfaces:
Serializable
,Comparable<Property>
- Author:
- Viliam Repan (lazyman)
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
boolean
getName()
int
hashCode()
boolean
void
setDisplayName
(PolyStringType displayName) void
setSelected
(boolean selected) toString()
-
Field Details
-
F_SELECTED
- See Also:
-
F_NAME
- See Also:
-
-
Constructor Details
-
Property
-
-
Method Details
-
getDefinition
-
getName
-
isSelected
public boolean isSelected() -
setSelected
public void setSelected(boolean selected) -
getFullPath
-
setDisplayName
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareTo
in interfaceComparable<Property>
-
toString
-