Package com.evolveum.midpoint.prism
Class PartiallyResolvedItem<V extends PrismValue,D extends ItemDefinition>
- java.lang.Object
-
- com.evolveum.midpoint.prism.PartiallyResolvedItem<V,D>
-
public class PartiallyResolvedItem<V extends PrismValue,D extends ItemDefinition> extends Object
TODO description- Author:
- semancik
-
-
Constructor Summary
Constructors Constructor Description PartiallyResolvedItem(Item<V,D> item, ItemPath residualPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Item<V,D>
getItem()
ItemPath
getResidualPath()
int
hashCode()
void
setItem(Item<V,D> item)
void
setResidualPath(ItemPath residualPath)
String
toString()
-