Package com.patreonshout.beans
Class CreatorPage
java.lang.Object
com.patreonshout.beans.CreatorPage
@Entity
public class CreatorPage
extends java.lang.Object
POJO that relates to the creator_pages table in our database
-
Field Summary
Fields Modifier and Type Field Description protected int
campaignId
id is aInteger
primary key for the webaccounts table in the databaseprotected java.lang.String
pageCategory
Campaign's categoryprotected java.lang.String
pageName
Campaign's page name -
Constructor Summary
Constructors Constructor Description CreatorPage()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
campaignId
protected int campaignIdid is aInteger
primary key for the webaccounts table in the database -
pageName
protected java.lang.String pageNameCampaign's page name -
pageCategory
protected java.lang.String pageCategoryCampaign's category
-
-
Constructor Details
-
CreatorPage
public CreatorPage()
-