Class FreestyleRegion

java.lang.Object
com.tccc.kos.core.service.region.BaseRegion
com.tccc.kos.ext.freestyle.region.FreestyleRegion

public class FreestyleRegion extends BaseRegion
Base region that contains Freestyle data.
Version:
2023-09-14
  • Constructor Details

    • FreestyleRegion

      public FreestyleRegion()
  • Method Details

    • getRfidRegion

      public RfidRegion getRfidRegion()
      The rfid region to use for the rfid reader. This ensures compliance with the radio emission standards for the country.
    • getRegulatoryZone

      public String getRegulatoryZone()
      Return the regulation zone used to compute nutrition data.
    • setRfidRegion

      public void setRfidRegion(RfidRegion rfidRegion)
    • setRegulatoryZone

      public void setRegulatoryZone(String regulatoryZone)