com.groupdocs.annotation.data.tables.interfaces
Interface IUser

All Superinterfaces:
ITable

public interface IUser
extends ITable

Interface for User entity

Author:
Aleksey Permyakov (01.10.2014)

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

TABLE_NAME

static final String TABLE_NAME
See Also:
Constant Field Values

ACCOUNT_ID

static final String ACCOUNT_ID
See Also:
Constant Field Values

USER_NAME

static final String USER_NAME
See Also:
Constant Field Values

PASSWORD

static final String PASSWORD
See Also:
Constant Field Values

FIRST_NAME

static final String FIRST_NAME
See Also:
Constant Field Values

LAST_NAME

static final String LAST_NAME
See Also:
Constant Field Values

NEWSLETTER_ENABLED

static final String NEWSLETTER_ENABLED
See Also:
Constant Field Values

VERIFICATION_TOKEN

static final String VERIFICATION_TOKEN
See Also:
Constant Field Values

SIGNUP_DATE

static final String SIGNUP_DATE
See Also:
Constant Field Values

PSWD_RESET_TOKEN

static final String PSWD_RESET_TOKEN
See Also:
Constant Field Values

IS_PRIMARY

static final String IS_PRIMARY
See Also:
Constant Field Values

IS_ACTIVATED

static final String IS_ACTIVATED
See Also:
Constant Field Values

GUID

static final String GUID
See Also:
Constant Field Values

PHOTO

static final String PHOTO
See Also:
Constant Field Values

SIGNIN_DATE

static final String SIGNIN_DATE
See Also:
Constant Field Values

SIGNIN_COUNT

static final String SIGNIN_COUNT
See Also:
Constant Field Values

MESSAGE_USER_NOT_FOUND

static final String MESSAGE_USER_NOT_FOUND
See Also:
Constant Field Values

MESSAGE_USERNAME_NOT_FOUND

static final String MESSAGE_USERNAME_NOT_FOUND
See Also:
Constant Field Values
Method Detail

getAccountId

int getAccountId()
Getter for property 'accountId'.

Returns:
Value for property 'accountId'.

setAccountId

void setAccountId(int accountId)
Setter for property 'accountId'.

Parameters:
accountId - Value to set for property 'accountId'.

getUserName

String getUserName()
Getter for property 'userName'.

Returns:
Value for property 'userName'.

setUserName

void setUserName(String userName)
Setter for property 'userName'.

Parameters:
userName - Value to set for property 'userName'.

getPassword

String getPassword()
Getter for property 'password'.

Returns:
Value for property 'password'.

setPassword

void setPassword(String password)
Setter for property 'password'.

Parameters:
password - Value to set for property 'password'.

getFirstName

String getFirstName()
Getter for property 'firstName'.

Returns:
Value for property 'firstName'.

setFirstName

void setFirstName(String firstName)
Setter for property 'firstName'.

Parameters:
firstName - Value to set for property 'firstName'.

getLastName

String getLastName()
Getter for property 'lastName'.

Returns:
Value for property 'lastName'.

setLastName

void setLastName(String lastName)
Setter for property 'lastName'.

Parameters:
lastName - Value to set for property 'lastName'.

getNewsletterEnabled

Boolean getNewsletterEnabled()
Getter for property 'newsletterEnabled'.

Returns:
Value for property 'newsletterEnabled'.

setNewsletterEnabled

void setNewsletterEnabled(Boolean newsletterEnabled)
Setter for property 'newsletterEnabled'.

Parameters:
newsletterEnabled - Value to set for property 'newsletterEnabled'.

getVerificationToken

String getVerificationToken()
Getter for property 'verificationToken'.

Returns:
Value for property 'verificationToken'.

setVerificationToken

void setVerificationToken(String verificationToken)
Setter for property 'verificationToken'.

Parameters:
verificationToken - Value to set for property 'verificationToken'.

getSignupDate

Date getSignupDate()
Getter for property 'signupDate'.

Returns:
Value for property 'signupDate'.

setSignupDate

void setSignupDate(Date signupDate)
Setter for property 'signupDate'.

Parameters:
signupDate - Value to set for property 'signupDate'.

getPswdResetToken

String getPswdResetToken()
Getter for property 'pswdResetToken'.

Returns:
Value for property 'pswdResetToken'.

setPswdResetToken

void setPswdResetToken(String pswdResetToken)
Setter for property 'pswdResetToken'.

Parameters:
pswdResetToken - Value to set for property 'pswdResetToken'.

getIsPrimary

Boolean getIsPrimary()
Getter for property 'isPrimary'.

Returns:
Value for property 'isPrimary'.

setIsPrimary

void setIsPrimary(Boolean isPrimary)
Setter for property 'isPrimary'.

Parameters:
isPrimary - Value to set for property 'isPrimary'.

getIsActivated

Boolean getIsActivated()
Getter for property 'isActivated'.

Returns:
Value for property 'isActivated'.

setIsActivated

void setIsActivated(Boolean isActivated)
Setter for property 'isActivated'.

Parameters:
isActivated - Value to set for property 'isActivated'.

getGuid

String getGuid()
Getter for property 'guid'.

Returns:
Value for property 'guid'.

setGuid

void setGuid(String guid)
Setter for property 'guid'.

Parameters:
guid - Value to set for property 'guid'.

getPhoto

byte[] getPhoto()
Getter for property 'photo'.

Returns:
Value for property 'photo'.

setPhoto

void setPhoto(byte[] photo)
Setter for property 'photo'.

Parameters:
photo - Value to set for property 'photo'.

getSigninDate

Date getSigninDate()
Getter for property 'signinDate'.

Returns:
Value for property 'signinDate'.

setSigninDate

void setSigninDate(Date signinDate)
Setter for property 'signinDate'.

Parameters:
signinDate - Value to set for property 'signinDate'.

getSigninCount

int getSigninCount()
Getter for property 'signinCount'.

Returns:
Value for property 'signinCount'.

setSigninCount

void setSigninCount(int signinCount)
Setter for property 'signinCount'.

Parameters:
signinCount - Value to set for property 'signinCount'.


Copyright © 2014. All rights reserved.