Package 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
-
-
Constructor Summary
Constructors Constructor Description PropertyDifference(String key, Object value, boolean isRemoved)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getKey()
Object
getValue()
boolean
isRemoved()
void
setRemoved(boolean removed)
void
setValue(Object value)
-