public class User extends Object
Constructor and Description |
---|
User() |
Modifier and Type | Method and Description |
---|---|
long |
getId()
Getter for userId
|
String |
getOauthKey()
Getter for OauthKey
|
long |
getUserTypeId()
Getter for userTypeId
|
void |
setId(long id)
Setter for userId.
|
void |
setOauthKey(String oauthKey)
Setter for OauthKey
|
void |
setUserTypeId(long userTypeId)
Setter for userTypeId
|
public long getId()
public void setId(long id)
id
- , a long id.public String getOauthKey()
public void setOauthKey(String oauthKey)
oauthKey
- , a String that represent the OauthKey.public long getUserTypeId()
public void setUserTypeId(long userTypeId)
userTypeId
- , a long id.