org.apache.axis2.context
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:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyDifference
public PropertyDifference(String key,
Object value,
boolean isRemoved)
getKey
public String getKey()
getValue
public Object getValue()
setValue
public void setValue(Object value)
isRemoved
public boolean isRemoved()
setRemoved
public void setRemoved(boolean removed)
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.