|
Oracle© Collaboration Suite Workspaces Web Services API Reference 10g Release 1 (10.1.2.2) Part No. B28209-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.workspaces.ws.beans.UserPreferences
This class encapsulates the user preferences.
Constructor Summary | |
UserPreferences() Default constructor. |
Method Summary | |
java.lang.String |
getLibraryCharSet() Gets the libraryCharSet value for this UserPreferences. |
java.lang.String |
getLibraryCharSetDisplay() Gets the libraryCharSetDisplay value for this UserPreferences. |
java.lang.String |
getLibraryLanguage() Gets the libraryLanguage value for this UserPreferences. |
java.lang.String |
getLibraryLanguageDisplay() Gets the libraryLanguageDisplay value for this UserPreferences. |
java.lang.String |
getLocale() Gets the locale value for this UserPreferences. |
int |
getMeetingReminderLeadTime() Gets the meetingReminderLeadTime value for this UserPreferences. |
java.lang.String |
getTimeZone() Gets the timeZone value for this UserPreferences. |
boolean |
isMeetingEmailReminderNeeded() Gets the meetingEmailReminderNeeded value for this UserPreferences. |
void |
setLibraryCharSet(java.lang.String libraryCharSet) Sets the libraryCharSet value for this UserPreferences. |
void |
setLibraryLanguage(java.lang.String libraryLanguage) Sets the libraryLanguage value for this UserPreferences. |
void |
setMeetingEmailReminderNeeded(boolean meetingEmailReminderNeeded) Sets the meetingEmailReminderNeeded value for this UserPreferences. |
void |
setMeetingReminderLeadTime(int meetingReminderLeadTime) Sets the meetingReminderLeadTime value for this UserPreferences. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UserPreferences()
Method Detail |
public boolean isMeetingEmailReminderNeeded()
public void setMeetingEmailReminderNeeded(boolean meetingEmailReminderNeeded)
meetingEmailReminderNeeded
-public int getMeetingReminderLeadTime()
public void setMeetingReminderLeadTime(int meetingReminderLeadTime)
meetingReminderLeadTime
-public java.lang.String getLibraryCharSet()
public void setLibraryCharSet(java.lang.String libraryCharSet)
libraryCharSet
-public java.lang.String getLibraryCharSetDisplay()
public java.lang.String getLibraryLanguageDisplay()
public java.lang.String getLibraryLanguage()
public void setLibraryLanguage(java.lang.String libraryLanguage)
libraryLanguage
-public java.lang.String getLocale()
public java.lang.String getTimeZone()
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |