|
Compoze Software, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectportlets.compoze.groupware.AccountEvent
This class represents an account event.
| Field Summary | |
static int |
ACCOUNT_EVENT_SESSION_CREATED
This value represents the 'session created' event. |
| Constructor Summary | |
AccountEvent(Account account,
int iEvent)
Constructor. |
|
| Method Summary | |
void |
addProperty(java.lang.String sKey,
java.lang.Object value)
Adds the property. |
Account |
getAccount()
Gets the account. |
int |
getEvent()
Gets the event. |
java.util.Map |
getProperties()
Gets the properties. |
void |
setProperties(java.util.Map props)
Sets the properties. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int ACCOUNT_EVENT_SESSION_CREATED
| Constructor Detail |
public AccountEvent(Account account,
int iEvent)
account - the account (may not null)iEvent - the event (see ACCOUNT_EVENT_ constants)| Method Detail |
public Account getAccount()
public int getEvent()
ACCOUNT_EVENT_ constants)public void setProperties(java.util.Map props)
props - a map of properties
public void addProperty(java.lang.String sKey,
java.lang.Object value)
sKey - the property keyvalue - the property value (may not be null)public java.util.Map getProperties()
null)
|
Compoze Software, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||