Class UpgradeValidationItem
java.lang.Object
com.evolveum.midpoint.schema.validator.UpgradeValidationItem
- All Implemented Interfaces:
- DebugDumpable
- 
Field SummaryFields inherited from interface com.evolveum.midpoint.util.DebugDumpableINDENT_STRING
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.util.DebugDumpabledebugDump, debugDumpLazily, debugDumpLazily
- 
Constructor Details- 
UpgradeValidationItem
 
- 
- 
Method Details- 
isChangedpublic boolean isChanged()
- 
setChangedpublic void setChanged(boolean changed) 
- 
getIdentifier
- 
setIdentifier
- 
getPhase
- 
setPhase
- 
getPriority
- 
setPriority
- 
getType
- 
setType
- 
getDelta
- 
setDelta
- 
getItem
- 
getDescription
- 
setDescription
- 
debugDump- Specified by:
- debugDumpin interface- DebugDumpable
 
- 
toString
 
-