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 String
F_NAME
static String
F_SELECTED
-
Constructor Summary
Constructors Constructor Description Property(ItemDefinition definition, ItemPath fullPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(Property o)
boolean
equals(Object o)
ItemDefinition
getDefinition()
ItemPath
getFullPath()
String
getName()
int
hashCode()
boolean
isSelected()
void
setDisplayName(PolyStringType displayName)
void
setSelected(boolean selected)
String
toString()
-
-
-
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:
compareTo
in interfaceComparable<Property>
-
-