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) PatreonTokenscreatorTokenscreatorTokens is thePatreonTokensobject linked with this WebAccount objectprotected java.lang.StringloginTokenlogin_token is aStringthat holds the login token for the account(package private) OldPasswordsoldPasswordsoldPasswords is theOldPasswordsobject linked with this WebAccount objectprotected java.lang.Stringpasswordpassword is aStringthat holds the password for the accountprotected java.lang.StringpasswordSaltpassword_salt is aStringthat holds the password salt for the account(package private) SocialIntegrationsocialIntegrationsocialIntegration is theSocialIntegrationobject linked with this WebAccount object(package private) java.util.List<Tag>tagstags is the list ofTagobjects linked with this WebAccount objectprotected java.lang.Stringusernameusername is a uniqueStringthat holds the username for the accountprotected intwebAccountIdwebaccount_id is aIntegerprimary 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 aIntegerprimary key for the webaccounts table in the database -
username
protected java.lang.String usernameusername is a uniqueStringthat holds the username for the account -
password
protected java.lang.String passwordpassword is aStringthat holds the password for the account -
passwordSalt
protected java.lang.String passwordSaltpassword_salt is aStringthat holds the password salt for the account -
loginToken
protected java.lang.String loginTokenlogin_token is aStringthat holds the login token for the account -
creatorTokens
PatreonTokens creatorTokenscreatorTokens is thePatreonTokensobject linked with this WebAccount object -
oldPasswords
OldPasswords oldPasswordsoldPasswords is theOldPasswordsobject linked with this WebAccount object -
tags
java.util.List<Tag> tagstags is the list ofTagobjects linked with this WebAccount object
-
-
Constructor Details
-
WebAccount
public WebAccount()
-
socialIntegration
SocialIntegrationobject linked with this WebAccount object