Class UpgradeValidationItem

java.lang.Object
com.evolveum.midpoint.schema.validator.UpgradeValidationItem
All Implemented Interfaces:
DebugDumpable

public class UpgradeValidationItem extends Object implements DebugDumpable
  • Constructor Details

    • UpgradeValidationItem

      public UpgradeValidationItem(ValidationItem item)
  • Method Details

    • 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 interface DebugDumpable
    • toString

      public String toString()
      Overrides:
      toString in class Object