public class UserPreferences extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements UserPreferencesContract
| Modifier and Type | Field and Description | 
|---|---|
| static String | CACHE_NAME | 
| Constructor and Description | 
|---|
| UserPreferences() | 
| UserPreferences(String principalId,
                              String timeZone) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getPrincipalId()The principalId associated with the UserPreferences | 
| String | getTimezone()The system(server) timezone | 
| void | setPrincipalId(String principalId) | 
| void | setTimezone(String timezone) | 
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumberclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final String CACHE_NAME
public UserPreferences()
public UserPreferences(String principalId, String timeZone)
public void setTimezone(String timezone)
public String getTimezone()
UserPreferencesContracttimezone of an UserPreferences
getTimezone in interface UserPreferencesContractpublic String getPrincipalId()
UserPreferencesContractprincipalId of an UserPreferences
getPrincipalId in interface UserPreferencesContractpublic void setPrincipalId(String principalId)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.