Class WebPageRow

java.lang.Object
org.gridgain.tpcds.qgen.row.TableRowWithNulls
org.gridgain.tpcds.qgen.row.WebPageRow
All Implemented Interfaces:
TableRow

public class WebPageRow extends TableRowWithNulls
  • Constructor Details

    • WebPageRow

      public WebPageRow(long nullBitMap, long wpPageSk, String wpPageId, long wpRecStartDateId, long wpRecEndDateId, long wpCreationDateSk, long wpAccessDateSk, boolean wpAutogenFlag, long wpCustomerSk, String wpUrl, String wpType, int wpCharCount, int wpLinkCount, int wpImageCount, int wpMaxAdCount)
  • Method Details

    • getWpCreationDateSk

      public long getWpCreationDateSk()
    • getWpAccessDateSk

      public long getWpAccessDateSk()
    • getWpAutogenFlag

      public boolean getWpAutogenFlag()
    • getWpCustomerSk

      public long getWpCustomerSk()
    • getWpCharCount

      public int getWpCharCount()
    • getWpLinkCount

      public int getWpLinkCount()
    • getWpImageCount

      public int getWpImageCount()
    • getWpMaxAdCount

      public int getWpMaxAdCount()
    • getValues

      public List<String> getValues()