Class FreestyleRegion

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

public class FreestyleRegion extends com.tccc.kos.core.service.region.BaseRegion
Base region that contains Freestyle data.
Version:
2023-09-14
  • Field Summary

    Fields inherited from class com.tccc.kos.core.service.region.BaseRegion

    FACTORY_ID
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the regulation zone used to compute nutrition data.
    The rfid region to use for the rfid reader.
    void
    setRegulatoryZone(String regulatoryZone)
     
    void
     

    Methods inherited from class com.tccc.kos.core.service.region.BaseRegion

    applyDefaultUpdates, getCountry, getDateFormatId, getId, getTimeFormatId, getTimeZones, getUnitSystemId, isFactory, isHidden, setCountry, setDateFormatId, setHidden, setId, setTimeFormatId, setTimeZones, setUnitSystemId, toString

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 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)