public class SabPerson extends Object
| Constructor and Description |
|---|
SabPerson(String firstName,
String surname,
String uid,
List<SabRole> roles) |
| Modifier and Type | Method and Description |
|---|---|
String |
fullname() |
String |
getFirstName() |
List<SabRole> |
getRoles() |
String |
getSurname() |
String |
getUid() |
boolean |
hasRole(String roleName) |
Copyright © 2012–2016 Pivotal Software, Inc.. All rights reserved.