Class PartiallyResolvedItem<V extends PrismValue,​D extends ItemDefinition>

    • Constructor Detail

      • PartiallyResolvedItem

        public PartiallyResolvedItem​(Item<V,​D> item,
                                     ItemPath residualPath)
    • Method Detail

      • getItem

        public Item<V,​D> getItem()
      • setItem

        public void setItem​(Item<V,​D> item)
      • getResidualPath

        public ItemPath getResidualPath()
      • setResidualPath

        public void setResidualPath​(ItemPath residualPath)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object