public class JoinTeamRequest
extends nl.surfnet.coin.shared.domain.DomainObject
| Constructor and Description |
|---|
JoinTeamRequest()
Necessary constructor for Hibernate.
|
JoinTeamRequest(String personId,
String groupId)
Constructor with required fields
|
| Modifier and Type | Method and Description |
|---|---|
String |
getGroupId() |
String |
getMessage() |
String |
getPersonId() |
long |
getTimestamp() |
void |
setGroupId(String groupId) |
void |
setMessage(String message) |
void |
setPersonId(String personId) |
void |
setTimestamp(long timestamp) |
public JoinTeamRequest()
public String getGroupId()
public void setGroupId(String groupId)
groupId - to setpublic long getTimestamp()
public void setTimestamp(long timestamp)
timestamp - of the requestpublic String getPersonId()
public void setPersonId(String personId)
personId - to setpublic String getMessage()
public void setMessage(String message)
message - to send to the admin/manager of the groupCopyright © 2009-2013 SURFnet bv, The Netherlands. All Rights Reserved.