Class StoreRow

All Implemented Interfaces:
TableRow

public class StoreRow extends TableRowWithNulls
  • Constructor Details

    • StoreRow

      public StoreRow(long nullBitMap, long storeSk, String storeId, long recStartDateId, long recEndDateId, long closedDateId, String storeName, int employees, int floorSpace, String hours, String storeManager, int marketId, Decimal dTaxPercentage, String geographyClass, String marketDesc, String marketManager, long divisionId, String divisionName, long companyId, String companyName, Address address)
  • Method Details

    • getClosedDateId

      public long getClosedDateId()
    • getStoreName

      public String getStoreName()
    • getEmployees

      public int getEmployees()
    • getFloorSpace

      public int getFloorSpace()
    • getHours

      public String getHours()
    • getStoreManager

      public String getStoreManager()
    • getMarketId

      public int getMarketId()
    • getdTaxPercentage

      public Decimal getdTaxPercentage()
    • getMarketDesc

      public String getMarketDesc()
    • getMarketManager

      public String getMarketManager()
    • getAddress

      public Address getAddress()
    • getValues

      public List<String> getValues()