org.apache.axis2.context
Class PropertyDifference

java.lang.Object
  extended by 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)
           
 
Method Summary
 java.lang.String getKey()
           
 java.lang.Object getValue()
           
 boolean isRemoved()
           
 void setRemoved(boolean removed)
           
 void setValue(java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyDifference

public PropertyDifference(java.lang.String key,
                          java.lang.Object value,
                          boolean isRemoved)
Method Detail

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.