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()
QName
getObjectType()
ItemPathDto
getParentPath()
String
getPathStringValue()
boolean
isPathDefined()
void
setItemDef(ItemDefinition<?> itemDef)
void
setObjectType(QName objectType)
void
setParentPath(ItemPathDto parentPath)
void
setPathStringValue(String pathStringValue)
ItemPath
toItemPath()
String
toString()
-
-
-
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)
-
-