org.onebusaway.users.model
Class UserPropertiesV1

java.lang.Object
  extended by 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
UserPropertiesV1()
           
UserPropertiesV1(UserPropertiesV1 o)
           
 
Method Summary
 void clear()
           
 List<String> getBookmarkedStopIds()
           
 double getDefaultLocationLat()
           
 double getDefaultLocationLon()
           
 String getDefaultLocationName()
           
 String getLastSelectedStopId()
           
 boolean hasDefaultLocationLat()
           
 boolean hasDefaultLocationLon()
           
 boolean isRememberPreferencesEnabled()
           
 void setBookmarkedStopIds(List<String> bookmarkedStopIds)
           
 void setDefaultLocationLat(double defaultLocationLat)
           
 void setDefaultLocationLon(double defaultLocationLon)
           
 void setDefaultLocationName(String defaultLocationName)
           
 void setLastSelectedStopId(String lastSelectedStopId)
           
 void setRememberPreferencesEnabled(boolean rememberPreferencesEnabled)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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)

getBookmarkedStopIds

public List<String> getBookmarkedStopIds()

setBookmarkedStopIds

public void setBookmarkedStopIds(List<String> bookmarkedStopIds)

clear

public void clear()


Copyright © 2012 OneBusAway. All Rights Reserved.