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 intcampaignIdid is aIntegerprimary key for the webaccounts table in the databaseprotected java.lang.StringpageCategoryCampaign's categoryprotected java.lang.StringpageNameCampaign'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 aIntegerprimary 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()
-