Package org.gridgain.tpcds.qgen.row
Class WebSiteRow
java.lang.Object
org.gridgain.tpcds.qgen.row.TableRowWithNulls
org.gridgain.tpcds.qgen.row.WebSiteRow
- All Implemented Interfaces:
TableRow
-
Constructor Summary
ConstructorsConstructorDescriptionWebSiteRow(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 Summary
Modifier and TypeMethodDescriptionlongintintlongMethods inherited from class org.gridgain.tpcds.qgen.row.TableRowWithNulls
getDateStringOrNullFromJulianDays, getStringOrNull, getStringOrNullForBoolean, getStringOrNullForKey
-
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
-
getWebOpenDate
public long getWebOpenDate() -
getWebCloseDate
public long getWebCloseDate() -
getWebClass
-
getWebManager
-
getWebMarketId
public int getWebMarketId() -
getWebMarketClass
-
getWebMarketDesc
-
getWebMarketManager
-
getWebCompanyId
public int getWebCompanyId() -
getWebCompanyName
-
getWebAddress
-
getWebTaxPercentage
-
getValues
-