org.onebusaway.users.client.model
Class UserIndexBean

java.lang.Object
  extended by org.onebusaway.users.client.model.UserIndexBean
All Implemented Interfaces:
Serializable, Comparable<UserIndexBean>

public final class UserIndexBean
extends Object
implements Serializable, Comparable<UserIndexBean>

See Also:
Serialized Form

Constructor Summary
UserIndexBean()
           
 
Method Summary
 int compareTo(UserIndexBean o)
           
 String getType()
           
 String getValue()
           
 void setType(String type)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserIndexBean

public UserIndexBean()
Method Detail

getType

public String getType()

setType

public void setType(String type)

getValue

public String getValue()

setValue

public void setValue(String value)

compareTo

public int compareTo(UserIndexBean o)
Specified by:
compareTo in interface Comparable<UserIndexBean>


Copyright © 2012 OneBusAway. All Rights Reserved.