public interface Membership
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthority()
What authority defines this object?
|
String |
getRole()
The user's role
|
String |
getStatus()
Gets the status of this Membership.
|
String |
getUserId()
The user's enterprise id
|
void |
setStatus(String status) |
String getUserId()
String getRole()
String getAuthority()
String getStatus()
void setStatus(String status)
Copyright © 2006–2017 Sakai Project. All rights reserved.