Package org.onebusaway.users.model
Class UserRole
- java.lang.Object
-
- org.onebusaway.users.model.UserRole
-
- All Implemented Interfaces:
Serializable
@Entity public class UserRole extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetName()inthashCode()voidsetName(String name)
-
-
-
Constructor Detail
-
UserRole
public UserRole()
-
UserRole
public UserRole(String name)
-
-