Package com.patreonshout.beans
Class WebAccount
java.lang.Object
com.patreonshout.beans.WebAccount
@Entity
public class WebAccount
extends java.lang.Object
POJO that relates to the webaccounts table in our database
-
Field Summary
Fields Modifier and Type Field Description (package private) PatreonTokens
creatorTokens
creatorTokens is thePatreonTokens
object linked with this WebAccount objectprotected java.lang.String
loginToken
login_token is aString
that holds the login token for the account(package private) OldPasswords
oldPasswords
oldPasswords is theOldPasswords
object linked with this WebAccount objectprotected java.lang.String
password
password is aString
that holds the password for the accountprotected java.lang.String
passwordSalt
password_salt is aString
that holds the password salt for the account(package private) SocialIntegration
socialIntegration
socialIntegration is theSocialIntegration
object linked with this WebAccount object(package private) java.util.List<Tag>
tags
tags is the list ofTag
objects linked with this WebAccount objectprotected java.lang.String
username
username is a uniqueString
that holds the username for the accountprotected int
webAccountId
webaccount_id is aInteger
primary key for the webaccounts table in the database -
Constructor Summary
Constructors Constructor Description WebAccount()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
webAccountId
protected int webAccountIdwebaccount_id is aInteger
primary key for the webaccounts table in the database -
username
protected java.lang.String usernameusername is a uniqueString
that holds the username for the account -
password
protected java.lang.String passwordpassword is aString
that holds the password for the account -
passwordSalt
protected java.lang.String passwordSaltpassword_salt is aString
that holds the password salt for the account -
loginToken
protected java.lang.String loginTokenlogin_token is aString
that holds the login token for the account -
creatorTokens
PatreonTokens creatorTokenscreatorTokens is thePatreonTokens
object linked with this WebAccount object -
oldPasswords
OldPasswords oldPasswordsoldPasswords is theOldPasswords
object linked with this WebAccount object -
tags
java.util.List<Tag> tagstags is the list ofTag
objects linked with this WebAccount object
-
-
Constructor Details
-
WebAccount
public WebAccount()
-
socialIntegration
SocialIntegration
object linked with this WebAccount object