org.jboss.portal.portlet.state
Class PropertyChange

java.lang.Object
  extended byorg.jboss.portal.portlet.state.PropertyChange

public class PropertyChange
extends java.lang.Object

A preference change.


Field Summary
static int PREF_RESET
           
static int PREF_SET
           
 
Constructor Summary
PropertyChange(int type, java.lang.String key, Value value)
           
 
Method Summary
 void asReset()
           
 void asSet(Value value)
           
 java.lang.String getKey()
           
 int getType()
           
 Value getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PREF_SET

public static final int PREF_SET
See Also:
Constant Field Values

PREF_RESET

public static final int PREF_RESET
See Also:
Constant Field Values
Constructor Detail

PropertyChange

public PropertyChange(int type,
                      java.lang.String key,
                      Value value)
Method Detail

getType

public int getType()

getKey

public java.lang.String getKey()

getValue

public Value getValue()

asSet

public void asSet(Value value)

asReset

public void asReset()