Class WebSiteRow

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

public class WebSiteRow extends TableRowWithNulls
  • Constructor Details

    • WebSiteRow

      public WebSiteRow(long nullBitMap, long webSiteSk, String webSiteId, long webRecStartDateId, long webRecEndDateId, String webName, long webOpenDate, long webCloseDate, String webClass, String webManager, int webMarketId, String webMarketClass, String webMarketDesc, String webMarketManager, int webCompanyId, String webCompanyName, Address webAddress, Decimal webTaxPercentage)
  • Method Details

    • getWebName

      public String getWebName()
    • getWebOpenDate

      public long getWebOpenDate()
    • getWebCloseDate

      public long getWebCloseDate()
    • getWebClass

      public String getWebClass()
    • getWebManager

      public String getWebManager()
    • getWebMarketId

      public int getWebMarketId()
    • getWebMarketClass

      public String getWebMarketClass()
    • getWebMarketDesc

      public String getWebMarketDesc()
    • getWebMarketManager

      public String getWebMarketManager()
    • getWebCompanyId

      public int getWebCompanyId()
    • getWebCompanyName

      public String getWebCompanyName()
    • getWebAddress

      public Address getWebAddress()
    • getWebTaxPercentage

      public Decimal getWebTaxPercentage()
    • getValues

      public List<String> getValues()