Groovy Documentation

com.ace.mws.events
[Groovy] Class UserDetails

java.lang.Object
  com.ace.mws.events.UserDetails

class UserDetails

Details about the Moab user associated with an event

Authors:
seeleyn


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

proxyUser

private String proxyUser
The proxy user that initiated the event


user

private String user
The user that initiated the event


 
Constructor Detail

UserDetails

UserDetails()


 
Method Detail

getProxyUser

String getProxyUser()
The proxy user that initiated the event


getUser

String getUser()
The user that initiated the event


setProxyUser

void setProxyUser(String proxyUser)
The proxy user that initiated the event


setUser

void setUser(String user)
The user that initiated the event


toString

String toString()


 

Groovy Documentation