Oracle© Collaboration Suite Workspaces Web Services API Reference
10g Release 1 (10.1.2.2)

Part No. B28209-01


oracle.workspaces.ws.beans
Class UserPreferences

java.lang.Object
  extended byoracle.workspaces.ws.beans.UserPreferences


public class UserPreferences
extends java.lang.Object

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

UserPreferences

public UserPreferences()
Default constructor.

Method Detail

isMeetingEmailReminderNeeded

public boolean isMeetingEmailReminderNeeded()
Gets the meetingEmailReminderNeeded value for this UserPreferences.
Returns:
meetingEmailReminderNeeded

setMeetingEmailReminderNeeded

public void setMeetingEmailReminderNeeded(boolean meetingEmailReminderNeeded)
Sets the meetingEmailReminderNeeded value for this UserPreferences.
Parameters:
meetingEmailReminderNeeded -

getMeetingReminderLeadTime

public int getMeetingReminderLeadTime()
Gets the meetingReminderLeadTime value for this UserPreferences.
Returns:
meetingReminderLeadTime

setMeetingReminderLeadTime

public void setMeetingReminderLeadTime(int meetingReminderLeadTime)
Sets the meetingReminderLeadTime value for this UserPreferences.
Parameters:
meetingReminderLeadTime -

getLibraryCharSet

public java.lang.String getLibraryCharSet()
Gets the libraryCharSet value for this UserPreferences.
Returns:
libraryCharSet

setLibraryCharSet

public void setLibraryCharSet(java.lang.String libraryCharSet)
Sets the libraryCharSet value for this UserPreferences.
Parameters:
libraryCharSet -

getLibraryCharSetDisplay

public java.lang.String getLibraryCharSetDisplay()
Gets the libraryCharSetDisplay value for this UserPreferences.
Returns:
libraryCharSetDisplay

getLibraryLanguageDisplay

public java.lang.String getLibraryLanguageDisplay()
Gets the libraryLanguageDisplay value for this UserPreferences.
Returns:
libraryLanguageDisplay

getLibraryLanguage

public java.lang.String getLibraryLanguage()
Gets the libraryLanguage value for this UserPreferences.
Returns:
libraryLanguage

setLibraryLanguage

public void setLibraryLanguage(java.lang.String libraryLanguage)
Sets the libraryLanguage value for this UserPreferences.
Parameters:
libraryLanguage -

getLocale

public java.lang.String getLocale()
Gets the locale value for this UserPreferences.
Returns:
locale

getTimeZone

public java.lang.String getTimeZone()
Gets the timeZone value for this UserPreferences.
Returns:
timeZone

Copyright © 2001, 2006, Oracle. All rights reserved.