|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.commons.api.settings.data.SettingData
public class SettingData
Supports the setting event management that contains all information of event.
| Constructor Summary | |
|---|---|
SettingData(EventType eventType,
SettingContext settingContext)
Creates the setting data with the specified event type and context. |
|
SettingData(EventType eventType,
SettingContext settingContext,
SettingValue<?> settingValue)
Creates the setting data with the specified event type and setting properties. |
|
| Method Summary | |
|---|---|
EventType |
getEventType()
Gets an event type associated with the setting data. |
SettingContext |
getSettingContext()
Gets a setting context associated with the setting data. |
SettingValue<?> |
getSettingValue()
Gets a setting value of setting property associated with the setting data. |
void |
setEventType(EventType eventType)
Sets an event type associated with the setting data. |
void |
setSettingContext(SettingContext settingContext)
Sets a setting context associated with the setting data. |
void |
setSettingValue(SettingValue<?> settingValue)
Sets a setting value of setting property (SettingKey) associated with the setting data. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SettingData(EventType eventType,
SettingContext settingContext)
eventType - The event type that has been dispatched.settingContext - The event setting context.
public SettingData(EventType eventType,
SettingContext settingContext,
SettingValue<?> settingValue)
eventType - The event type that has been dispatched.settingContext - The event setting context.settingValue - The event setting value.| Method Detail |
|---|
public EventType getEventType()
public void setEventType(EventType eventType)
public SettingContext getSettingContext()
public void setSettingContext(SettingContext settingContext)
public SettingValue<?> getSettingValue()
public void setSettingValue(SettingValue<?> settingValue)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||