java.lang.Object
com.evolveum.midpoint.gui.api.component.path.ItemPathDto
All Implemented Interfaces:
Serializable

public class ItemPathDto extends Object implements Serializable
See Also:
  • Constructor Details

    • ItemPathDto

      public ItemPathDto()
    • ItemPathDto

      public ItemPathDto(ItemPathType itemPathType)
    • ItemPathDto

      public ItemPathDto(ItemPath itemPath, ItemDefinition<?> itemDef, QName objectType)
    • ItemPathDto

      public ItemPathDto(ItemPathDto parentPath)
  • Method Details

    • 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)
    • toString

      public String toString()
      Overrides:
      toString in class Object