|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.portal.portlet.state.PropertyChange
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 |
public static final int PREF_SET
public static final int PREF_RESET
Constructor Detail |
public PropertyChange(int type, java.lang.String key, Value value)
Method Detail |
public int getType()
public java.lang.String getKey()
public Value getValue()
public void asSet(Value value)
public void asReset()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |