Class ItemPathDto
java.lang.Object
com.evolveum.midpoint.gui.api.component.path.ItemPathDto
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionItemPathDto(ItemPathDto parentPath) ItemPathDto(ItemPath itemPath, ItemDefinition<?> itemDef, QName objectType) ItemPathDto(ItemPathType itemPathType) -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetItemDef(ItemDefinition<?> itemDef) voidsetObjectType(QName objectType) voidsetParentPath(ItemPathDto parentPath) voidsetPathStringValue(String pathStringValue) toString()
-
Constructor Details
-
ItemPathDto
public ItemPathDto() -
ItemPathDto
-
ItemPathDto
-
ItemPathDto
-
-
Method Details