org.onebusaway.users.model
Class UserPropertiesV1
java.lang.Object
org.onebusaway.users.model.UserPropertiesV1
- All Implemented Interfaces:
- Serializable, UserProperties
public class UserPropertiesV1
- extends Object
- implements Serializable, UserProperties
DO NO RENAME OR MOVE THIS CLASS. Serialized instances of this class will be
around forever.
- Author:
- bdferris
- See Also:
UserProperties
,
Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserPropertiesV1
public UserPropertiesV1()
UserPropertiesV1
public UserPropertiesV1(UserPropertiesV1 o)
isRememberPreferencesEnabled
public boolean isRememberPreferencesEnabled()
setRememberPreferencesEnabled
public void setRememberPreferencesEnabled(boolean rememberPreferencesEnabled)
getDefaultLocationName
public String getDefaultLocationName()
setDefaultLocationName
public void setDefaultLocationName(String defaultLocationName)
hasDefaultLocationLat
public boolean hasDefaultLocationLat()
getDefaultLocationLat
public double getDefaultLocationLat()
setDefaultLocationLat
public void setDefaultLocationLat(double defaultLocationLat)
hasDefaultLocationLon
public boolean hasDefaultLocationLon()
getDefaultLocationLon
public double getDefaultLocationLon()
setDefaultLocationLon
public void setDefaultLocationLon(double defaultLocationLon)
getLastSelectedStopId
public String getLastSelectedStopId()
setLastSelectedStopId
public void setLastSelectedStopId(String lastSelectedStopId)
getBookmarkedStopIds
public List<String> getBookmarkedStopIds()
setBookmarkedStopIds
public void setBookmarkedStopIds(List<String> bookmarkedStopIds)
clear
public void clear()
Copyright © 2012 OneBusAway. All Rights Reserved.