|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.ace.mws.events.UserDetails
class UserDetails
Details about the Moab user associated with an event
| Field Summary | |
|---|---|
private String |
proxyUser
The proxy user that initiated the event |
private String |
user
The user that initiated the event |
| Constructor Summary | |
UserDetails()
|
|
| Method Summary | |
|---|---|
String
|
getProxyUser()
The proxy user that initiated the event |
String
|
getUser()
The user that initiated the event |
void
|
setProxyUser(String proxyUser)
The proxy user that initiated the event |
void
|
setUser(String user)
The user that initiated the event |
String
|
toString()
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private String proxyUser
private String user
| Constructor Detail |
|---|
UserDetails()
| Method Detail |
|---|
String getProxyUser()
String getUser()
void setProxyUser(String proxyUser)
void setUser(String user)
String toString()
Groovy Documentation