Class SkipUpgradeItem
- java.lang.Object
-
- com.evolveum.midpoint.ninja.action.upgrade.SkipUpgradeItem
-
- All Implemented Interfaces:
DebugDumpable
public class SkipUpgradeItem extends Object implements DebugDumpable
-
-
Field Summary
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description SkipUpgradeItem(String path, String identifier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
debugDump(int indent)
boolean
equals(Object o)
String
getIdentifier()
String
getPath()
int
hashCode()
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Method Detail
-
getPath
public String getPath()
-
getIdentifier
public String getIdentifier()
-
debugDump
public String debugDump(int indent)
- Specified by:
debugDump
in interfaceDebugDumpable
-
-