Package com.patreonshout.beans
Class PatreonCampaign
java.lang.Object
com.patreonshout.beans.PatreonCampaign
@Entity
public class PatreonCampaign
extends java.lang.Object
POJO that relates to the patreon_campaigns table in our database(soon going to be no longer used/deprecated)
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Integer
campaignId
campaignId holds the OAuth'd user's Patreon campaign idprotected java.lang.String
vanity
vanity holds the user's Patreon url nameprotected java.lang.Integer
webaccountId
webaccountId holds the user's web account id -
Constructor Summary
Constructors Constructor Description PatreonCampaign()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
webaccountId
protected java.lang.Integer webaccountIdwebaccountId holds the user's web account id -
campaignId
protected java.lang.Integer campaignIdcampaignId holds the OAuth'd user's Patreon campaign id -
vanity
protected java.lang.String vanityvanity holds the user's Patreon url name
-
-
Constructor Details
-
PatreonCampaign
public PatreonCampaign()
-