Class ItemPathDto
- java.lang.Object
-
- com.evolveum.midpoint.gui.api.component.path.ItemPathDto
-
- All Implemented Interfaces:
Serializable
public class ItemPathDto extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ItemPathDto()ItemPathDto(ItemPathDto parentPath)ItemPathDto(ItemPathType itemPathType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ItemDefinition<?>getItemDef()QNamegetObjectType()ItemPathDtogetParentPath()StringgetPathStringValue()booleanisPathDefined()voidsetItemDef(ItemDefinition<?> itemDef)voidsetObjectType(QName objectType)voidsetParentPath(ItemPathDto parentPath)voidsetPathStringValue(String pathStringValue)ItemPathtoItemPath()StringtoString()
-
-
-
Constructor Detail
-
ItemPathDto
public ItemPathDto()
-
ItemPathDto
public ItemPathDto(ItemPathType itemPathType)
-
ItemPathDto
public ItemPathDto(ItemPathDto parentPath)
-
-
Method Detail
-
getObjectType
public QName getObjectType()
-
setObjectType
public void setObjectType(QName objectType)
-
getItemDef
public ItemDefinition<?> getItemDef()
-
setItemDef
public void setItemDef(ItemDefinition<?> itemDef)
-
getParentPath
public ItemPathDto getParentPath()
-
setParentPath
public void setParentPath(ItemPathDto parentPath)
-
toItemPath
public ItemPath toItemPath()
-
isPathDefined
public boolean isPathDefined()
-
getPathStringValue
public String getPathStringValue()
-
setPathStringValue
public void setPathStringValue(String pathStringValue)
-
-