public class UserPreferences
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
UserPreferences() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCalendarID()
Returns the calendar specific to user
|
java.util.Locale |
getLocale() |
java.util.TimeZone |
getTimeZone() |
int |
hashCode() |
void |
setCalendarID(java.lang.String calendarID_)
Sets the calendar specific to the user
|
void |
setLocale(java.util.Locale locale_) |
void |
setTimeZone(java.util.TimeZone timeZone_) |
public java.lang.String getCalendarID()
public void setCalendarID(java.lang.String calendarID_)
calendar_
- calendar for userpublic java.util.TimeZone getTimeZone()
public void setTimeZone(java.util.TimeZone timeZone_)
timeZone_
- The timezone to set.public java.util.Locale getLocale()
public void setLocale(java.util.Locale locale_)
locale_
- The locale to set.public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.