Class PropertyDifference

java.lang.Object
org.apache.axis2.context.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:
  • Constructor Details

    • PropertyDifference

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

    • getKey

      public String getKey()
    • getValue

      public Object getValue()
    • setValue

      public void setValue(Object value)
    • isRemoved

      public boolean isRemoved()
    • setRemoved

      public void setRemoved(boolean removed)