org.apache.axis2.context
Class PropertyDifference
java.lang.Object
org.apache.axis2.context.PropertyDifference
- All Implemented Interfaces:
- java.io.Serializable
public class PropertyDifference
- extends java.lang.Object
- implements java.io.Serializable
This class holds the difference between two properties which are stored in the
AbstractContext
- See Also:
- Serialized Form
Constructor Summary |
PropertyDifference(java.lang.String key,
java.lang.Object value,
boolean isRemoved)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyDifference
public PropertyDifference(java.lang.String key,
java.lang.Object value,
boolean isRemoved)
getKey
public java.lang.String getKey()
getValue
public java.lang.Object getValue()
setValue
public void setValue(java.lang.Object value)
isRemoved
public boolean isRemoved()
setRemoved
public void setRemoved(boolean removed)
Copyright © 2007 Apache Web Services Project. All Rights Reserved.