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 a Integer primary key for the webaccounts table in the database
    protected java.lang.String pageCategory
    Campaign's category
    protected 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 campaignId
      id is a Integer primary key for the webaccounts table in the database
    • pageName

      protected java.lang.String pageName
      Campaign's page name
    • pageCategory

      protected java.lang.String pageCategory
      Campaign's category
  • Constructor Details

    • CreatorPage

      public CreatorPage()