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 booleanequals(Object o)Item<V,D>getItem()ItemPathgetResidualPath()inthashCode()voidsetItem(Item<V,D> item)voidsetResidualPath(ItemPath residualPath)StringtoString() 
 -