Class UpgradeValidationItem
- java.lang.Object
-
- com.evolveum.midpoint.schema.validator.UpgradeValidationItem
-
- All Implemented Interfaces:
DebugDumpable
public class UpgradeValidationItem extends Object implements DebugDumpable
-
-
Field Summary
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description UpgradeValidationItem(ValidationItem item)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
debugDump(int indent)
ObjectDelta<?>
getDelta()
String
getDescription()
String
getIdentifier()
ValidationItem
getItem()
UpgradePhase
getPhase()
UpgradePriority
getPriority()
UpgradeType
getType()
boolean
isChanged()
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)
String
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 Detail
-
UpgradeValidationItem
public UpgradeValidationItem(ValidationItem item)
-
-
Method Detail
-
isChanged
public boolean isChanged()
-
setChanged
public void setChanged(boolean changed)
-
getIdentifier
public String getIdentifier()
-
setIdentifier
public void setIdentifier(String identifier)
-
getPhase
public UpgradePhase getPhase()
-
setPhase
public void setPhase(UpgradePhase phase)
-
getPriority
public UpgradePriority getPriority()
-
setPriority
public void setPriority(UpgradePriority priority)
-
getType
public UpgradeType getType()
-
setType
public void setType(UpgradeType type)
-
getDelta
public ObjectDelta<?> getDelta()
-
setDelta
public void setDelta(ObjectDelta<?> delta)
-
getItem
public ValidationItem getItem()
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
debugDump
public String debugDump(int indent)
- Specified by:
debugDump
in interfaceDebugDumpable
-
-