Class PropertyDifference

  • All Implemented Interfaces:
    Serializable

    public class PropertyDifference
    extends Object
    implements Serializable
    This class holds the difference between two properties which are stored in the AbstractContext
    See Also:
    Serialized Form
    • Constructor Detail

      • PropertyDifference

        public PropertyDifference​(String key,
                                  Object value,
                                  boolean isRemoved)
    • Method Detail

      • getKey

        public String getKey()
      • getValue

        public Object getValue()
      • setValue

        public void setValue​(Object value)
      • isRemoved

        public boolean isRemoved()
      • setRemoved

        public void setRemoved​(boolean removed)