java.lang.Object
de.hybris.platform.directpersistence.selfhealing.ItemToHeal

public class ItemToHeal extends Object
This item represents a change to be updated for a given entity.
  • Constructor Details

    • ItemToHeal

      public ItemToHeal(PK pk, String type, String attribute, long version, Object value)
  • Method Details

    • getPk

      public PK getPk()
    • getType

      public String getType()
    • getAttribute

      public String getAttribute()
    • getVersion

      public long getVersion()
    • getValue

      public Object getValue()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object