public final class Invitee
extends java.lang.Object
Constructor and Description |
---|
Invitee(java.lang.String setEmail,
int setTeamId)
Creates a new Invitee (player record).
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEmail()
Gets the email address.
|
int |
getTeamId()
Gets the invitee's team/role ID.
|
void |
setEmail(java.lang.String newEmail)
Sets the email address.
|
void |
setTeamId(int newTeamId)
Sets the invitee's team/role ID.
|
public Invitee(java.lang.String setEmail, int setTeamId)
setEmail
- email addresssetTeamId
- TeamID code for the user's rolepublic java.lang.String getEmail()
public int getTeamId()
public void setEmail(java.lang.String newEmail)
newEmail
- the new email addresspublic void setTeamId(int newTeamId)
newTeamId
- the TeamID code for the new role the user would have in the game