|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IUser
Interface for User entity
| Field Summary | |
|---|---|
static String |
ACCOUNT_ID
|
static String |
FIRST_NAME
|
static String |
GUID
|
static String |
IS_ACTIVATED
|
static String |
IS_PRIMARY
|
static String |
LAST_NAME
|
static String |
MESSAGE_USER_NOT_FOUND
|
static String |
MESSAGE_USERNAME_NOT_FOUND
|
static String |
NEWSLETTER_ENABLED
|
static String |
PASSWORD
|
static String |
PHOTO
|
static String |
PSWD_RESET_TOKEN
|
static String |
SIGNIN_COUNT
|
static String |
SIGNIN_DATE
|
static String |
SIGNUP_DATE
|
static String |
TABLE_NAME
|
static String |
USER_NAME
|
static String |
VERIFICATION_TOKEN
|
| Fields inherited from interface com.groupdocs.annotation.data.tables.interfaces.ITable |
|---|
ID |
| Method Summary | |
|---|---|
int |
getAccountId()
Getter for property 'accountId'. |
String |
getFirstName()
Getter for property 'firstName'. |
String |
getGuid()
Getter for property 'guid'. |
Boolean |
getIsActivated()
Getter for property 'isActivated'. |
Boolean |
getIsPrimary()
Getter for property 'isPrimary'. |
String |
getLastName()
Getter for property 'lastName'. |
Boolean |
getNewsletterEnabled()
Getter for property 'newsletterEnabled'. |
String |
getPassword()
Getter for property 'password'. |
byte[] |
getPhoto()
Getter for property 'photo'. |
String |
getPswdResetToken()
Getter for property 'pswdResetToken'. |
int |
getSigninCount()
Getter for property 'signinCount'. |
Date |
getSigninDate()
Getter for property 'signinDate'. |
Date |
getSignupDate()
Getter for property 'signupDate'. |
String |
getUserName()
Getter for property 'userName'. |
String |
getVerificationToken()
Getter for property 'verificationToken'. |
void |
setAccountId(int accountId)
Setter for property 'accountId'. |
void |
setFirstName(String firstName)
Setter for property 'firstName'. |
void |
setGuid(String guid)
Setter for property 'guid'. |
void |
setIsActivated(Boolean isActivated)
Setter for property 'isActivated'. |
void |
setIsPrimary(Boolean isPrimary)
Setter for property 'isPrimary'. |
void |
setLastName(String lastName)
Setter for property 'lastName'. |
void |
setNewsletterEnabled(Boolean newsletterEnabled)
Setter for property 'newsletterEnabled'. |
void |
setPassword(String password)
Setter for property 'password'. |
void |
setPhoto(byte[] photo)
Setter for property 'photo'. |
void |
setPswdResetToken(String pswdResetToken)
Setter for property 'pswdResetToken'. |
void |
setSigninCount(int signinCount)
Setter for property 'signinCount'. |
void |
setSigninDate(Date signinDate)
Setter for property 'signinDate'. |
void |
setSignupDate(Date signupDate)
Setter for property 'signupDate'. |
void |
setUserName(String userName)
Setter for property 'userName'. |
void |
setVerificationToken(String verificationToken)
Setter for property 'verificationToken'. |
| Methods inherited from interface com.groupdocs.annotation.data.tables.interfaces.ITable |
|---|
getId, setId |
| Field Detail |
|---|
static final String TABLE_NAME
static final String ACCOUNT_ID
static final String USER_NAME
static final String PASSWORD
static final String FIRST_NAME
static final String LAST_NAME
static final String NEWSLETTER_ENABLED
static final String VERIFICATION_TOKEN
static final String SIGNUP_DATE
static final String PSWD_RESET_TOKEN
static final String IS_PRIMARY
static final String IS_ACTIVATED
static final String GUID
static final String PHOTO
static final String SIGNIN_DATE
static final String SIGNIN_COUNT
static final String MESSAGE_USER_NOT_FOUND
static final String MESSAGE_USERNAME_NOT_FOUND
| Method Detail |
|---|
int getAccountId()
void setAccountId(int accountId)
accountId - Value to set for property 'accountId'.String getUserName()
void setUserName(String userName)
userName - Value to set for property 'userName'.String getPassword()
void setPassword(String password)
password - Value to set for property 'password'.String getFirstName()
void setFirstName(String firstName)
firstName - Value to set for property 'firstName'.String getLastName()
void setLastName(String lastName)
lastName - Value to set for property 'lastName'.Boolean getNewsletterEnabled()
void setNewsletterEnabled(Boolean newsletterEnabled)
newsletterEnabled - Value to set for property 'newsletterEnabled'.String getVerificationToken()
void setVerificationToken(String verificationToken)
verificationToken - Value to set for property 'verificationToken'.Date getSignupDate()
void setSignupDate(Date signupDate)
signupDate - Value to set for property 'signupDate'.String getPswdResetToken()
void setPswdResetToken(String pswdResetToken)
pswdResetToken - Value to set for property 'pswdResetToken'.Boolean getIsPrimary()
void setIsPrimary(Boolean isPrimary)
isPrimary - Value to set for property 'isPrimary'.Boolean getIsActivated()
void setIsActivated(Boolean isActivated)
isActivated - Value to set for property 'isActivated'.String getGuid()
void setGuid(String guid)
guid - Value to set for property 'guid'.byte[] getPhoto()
void setPhoto(byte[] photo)
photo - Value to set for property 'photo'.Date getSigninDate()
void setSigninDate(Date signinDate)
signinDate - Value to set for property 'signinDate'.int getSigninCount()
void setSigninCount(int signinCount)
signinCount - Value to set for property 'signinCount'.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||