Class ContainersPopupDto
- java.lang.Object
-
- com.evolveum.midpoint.gui.impl.prism.panel.component.ContainersPopupDto
-
- All Implemented Interfaces:
Serializable
public class ContainersPopupDto extends Object implements Serializable
- Author:
- katka
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ContainersPopupDto(boolean selected, PrismContainerDefinition<?> def)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrismContainerDefinition<?>
getDef()
String
getDisplayName()
String
getItemName()
QName
getTypeName()
boolean
isSelected()
void
setSelected(boolean selected)
-
-
-
Constructor Detail
-
ContainersPopupDto
public ContainersPopupDto(boolean selected, PrismContainerDefinition<?> def)
-
-
Method Detail
-
getDisplayName
public String getDisplayName()
-
getItemName
public String getItemName()
-
getTypeName
public QName getTypeName()
-
getDef
public PrismContainerDefinition<?> getDef()
-
isSelected
public boolean isSelected()
-
setSelected
public void setSelected(boolean selected)
-
-