Class Property
- java.lang.Object
-
- com.evolveum.midpoint.web.component.search.Property
-
- All Implemented Interfaces:
Serializable,Comparable<Property>
public class Property extends Object implements Serializable, Comparable<Property>
- Author:
- Viliam Repan (lazyman)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringF_NAMEstatic StringF_SELECTED
-
Constructor Summary
Constructors Constructor Description Property(ItemDefinition definition, ItemPath fullPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(Property o)booleanequals(Object o)ItemDefinitiongetDefinition()ItemPathgetFullPath()StringgetName()inthashCode()booleanisSelected()voidsetDisplayName(PolyStringType displayName)voidsetSelected(boolean selected)StringtoString()
-
-
-
Field Detail
-
F_SELECTED
public static final String F_SELECTED
- See Also:
- Constant Field Values
-
F_NAME
public static final String F_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Property
public Property(ItemDefinition definition, ItemPath fullPath)
-
-
Method Detail
-
getDefinition
public ItemDefinition getDefinition()
-
getName
public String getName()
-
isSelected
public boolean isSelected()
-
setSelected
public void setSelected(boolean selected)
-
getFullPath
public ItemPath getFullPath()
-
setDisplayName
public void setDisplayName(PolyStringType displayName)
-
compareTo
public int compareTo(Property o)
- Specified by:
compareToin interfaceComparable<Property>
-
-