org.kuali.kpme.tklm.time.user.pref
Class UserPreferences

java.lang.Object
  extended by org.kuali.rice.krad.bo.BusinessObjectBase
      extended by org.kuali.rice.krad.bo.PersistableBusinessObjectBase
          extended by org.kuali.kpme.tklm.time.user.pref.UserPreferences
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, UserPreferencesContract, org.kuali.rice.core.api.mo.common.GloballyUnique, org.kuali.rice.core.api.mo.common.Versioned, org.kuali.rice.core.api.mo.ModelObjectBasic, org.kuali.rice.krad.bo.BusinessObject, org.kuali.rice.krad.bo.PersistableBusinessObject

public class UserPreferences
extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase
implements UserPreferencesContract

See Also:
Serialized Form

Field Summary
static String CACHE_NAME
           
 
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
UserPreferences()
           
UserPreferences(String principalId, String timeZone)
           
 
Method Summary
 String getPrincipalId()
          The principalId associated with the UserPreferences
 String getTimezone()
          The system(server) timezone
 void setPrincipalId(String principalId)
           
 void setTimezone(String timezone)
           
 
Methods inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
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, setVersionNumber
 
Methods inherited from class org.kuali.rice.krad.bo.BusinessObjectBase
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.krad.bo.PersistableBusinessObject
buildListOfDeletionAwareLists, getExtension, isNewCollectionRecord, linkEditableUserFields, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
 
Methods inherited from interface org.kuali.rice.krad.bo.BusinessObject
refresh
 
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic
toString
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.Versioned
getVersionNumber
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.GloballyUnique
getObjectId
 

Field Detail

CACHE_NAME

public static final String CACHE_NAME
See Also:
Constant Field Values
Constructor Detail

UserPreferences

public UserPreferences()

UserPreferences

public UserPreferences(String principalId,
                       String timeZone)
Method Detail

setTimezone

public void setTimezone(String timezone)

getTimezone

public String getTimezone()
Description copied from interface: UserPreferencesContract
The system(server) timezone

timezone of an UserPreferences

Specified by:
getTimezone in interface UserPreferencesContract
Returns:
system timezone if timezone is null

getPrincipalId

public String getPrincipalId()
Description copied from interface: UserPreferencesContract
The principalId associated with the UserPreferences

principalId of an UserPreferences

Specified by:
getPrincipalId in interface UserPreferencesContract
Returns:
principalId for UserPreferences

setPrincipalId

public void setPrincipalId(String principalId)


Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.