public class UserResult
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
COMPANY |
static int |
GUEST |
static int |
MEMBER |
| Constructor and Description |
|---|
UserResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkPassword(java.lang.String password) |
int |
getCssStyle() |
java.lang.String |
getMemKey() |
java.lang.String |
getPasswordHash() |
int |
getRandomType() |
int |
getUserId() |
int |
getUserType() |
boolean |
isCompany() |
boolean |
isGuest() |
boolean |
isMember() |
protected void |
setCssStyle(int cssStyle) |
protected void |
setPasswordHash(java.lang.String passwordHash) |
void |
setRandomType(int randomType) |
protected void |
setUserId(int userId) |
void |
setUserType(int userType) |
public static final int GUEST
public static final int MEMBER
public static final int COMPANY
public java.lang.String getMemKey()
public boolean isGuest()
public boolean isMember()
public boolean isCompany()
public boolean checkPassword(java.lang.String password)
public int getUserId()
protected void setUserId(int userId)
public java.lang.String getPasswordHash()
protected void setPasswordHash(java.lang.String passwordHash)
public int getCssStyle()
protected void setCssStyle(int cssStyle)
public int getRandomType()
public void setRandomType(int randomType)
public int getUserType()
public void setUserType(int userType)