org.apache.axis2.context
Class PropertyDifference

java.lang.Object
  extended by 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
PropertyDifference(String key, Object value, boolean isRemoved)
           
 
Method Summary
 String getKey()
           
 Object getValue()
           
 boolean isRemoved()
           
 void setRemoved(boolean removed)
           
 void setValue(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(String key,
                          Object value,
                          boolean isRemoved)
Method Detail

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.