Class ContainerItemDto
- java.lang.Object
-
- com.evolveum.midpoint.web.component.model.delta.ContainerItemDto
-
- All Implemented Interfaces:
Serializable
,Comparable
public class ContainerItemDto extends Object implements Serializable, Comparable
- Author:
- Pavol
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
F_ATTRIBUTE
static String
F_VALUE
-
Constructor Summary
Constructors Constructor Description ContainerItemDto(String attribute, Object value, int order)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(Object o)
static Collection<? extends ContainerItemDto>
createContainerValueDtoList(Item item)
String
getAttribute()
static String
getItemName(Item item)
int
getOrder()
Object
getValue()
String
toString()
-
-
-
Field Detail
-
F_ATTRIBUTE
public static final String F_ATTRIBUTE
- See Also:
- Constant Field Values
-
F_VALUE
public static final String F_VALUE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getAttribute
public String getAttribute()
-
getValue
public Object getValue()
-
getOrder
public int getOrder()
-
createContainerValueDtoList
public static Collection<? extends ContainerItemDto> createContainerValueDtoList(Item item)
-
compareTo
public int compareTo(Object o)
- Specified by:
compareTo
in interfaceComparable
-
-