Package 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
-
-
Constructor Summary
Constructors Constructor Description UserPropertiesV1()UserPropertiesV1(UserPropertiesV1 o)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()List<String>getBookmarkedStopIds()doublegetDefaultLocationLat()doublegetDefaultLocationLon()StringgetDefaultLocationName()StringgetLastSelectedStopId()booleanhasDefaultLocationLat()booleanhasDefaultLocationLon()booleanisRememberPreferencesEnabled()voidsetBookmarkedStopIds(List<String> bookmarkedStopIds)voidsetDefaultLocationLat(double defaultLocationLat)voidsetDefaultLocationLon(double defaultLocationLon)voidsetDefaultLocationName(String defaultLocationName)voidsetLastSelectedStopId(String lastSelectedStopId)voidsetRememberPreferencesEnabled(boolean rememberPreferencesEnabled)
-
-
-
Constructor Detail
-
UserPropertiesV1
public UserPropertiesV1()
-
UserPropertiesV1
public UserPropertiesV1(UserPropertiesV1 o)
-
-
Method Detail
-
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)
-
clear
public void clear()
-
-