org.onebusaway.users.services.internal
Class UserRegistration

java.lang.Object
  extended by org.onebusaway.users.services.internal.UserRegistration
All Implemented Interfaces:
Serializable

public class UserRegistration
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
UserRegistration(int userId, String registrationCode)
           
 
Method Summary
 String getRegistrationCode()
           
 int getUserId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserRegistration

public UserRegistration(int userId,
                        String registrationCode)
Method Detail

getUserId

public int getUserId()

getRegistrationCode

public String getRegistrationCode()


Copyright © 2012 OneBusAway. All Rights Reserved.