Class UpgradeValidationItem
java.lang.Object
com.evolveum.midpoint.schema.validator.UpgradeValidationItem
- All Implemented Interfaces:
 DebugDumpable
- 
Field Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiondebugDump(int indent) ObjectDelta<?>getDelta()getItem()getPhase()getType()booleanvoidsetChanged(boolean changed) voidsetDelta(ObjectDelta<?> delta) voidsetDescription(String description) voidsetIdentifier(String identifier) voidsetPhase(UpgradePhase phase) voidsetPriority(UpgradePriority priority) voidsetType(UpgradeType type) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily 
- 
Constructor Details
- 
UpgradeValidationItem
 
 - 
 - 
Method Details
- 
isChanged
public boolean isChanged() - 
setChanged
public void setChanged(boolean changed)  - 
getIdentifier
 - 
setIdentifier
 - 
getPhase
 - 
setPhase
 - 
getPriority
 - 
setPriority
 - 
getType
 - 
setType
 - 
getDelta
 - 
setDelta
 - 
getItem
 - 
getDescription
 - 
setDescription
 - 
debugDump
- Specified by:
 debugDumpin interfaceDebugDumpable
 - 
toString
 
 -