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
-
Method Summary
Modifier and TypeMethodDescriptiondebugDump
(int indent) ObjectDelta<?>
getDelta()
getItem()
getPhase()
getType()
boolean
void
setChanged
(boolean changed) void
setDelta
(ObjectDelta<?> delta) void
setDescription
(String description) void
setIdentifier
(String identifier) void
setPhase
(UpgradePhase phase) void
setPriority
(UpgradePriority priority) void
setType
(UpgradeType type) toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods 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:
debugDump
in interfaceDebugDumpable
-
toString
-