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 -
Method Summary
Modifier and TypeMethodDescriptionReturn the regulation zone used to compute nutrition data.The rfid region to use for the rfid reader.void
setRegulatoryZone
(String regulatoryZone) void
setRfidRegion
(RfidRegion rfidRegion) 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
-
Constructor Details
-
FreestyleRegion
public FreestyleRegion()
-
-
Method Details
-
getRfidRegion
The rfid region to use for the rfid reader. This ensures compliance with the radio emission standards for the country. -
getRegulatoryZone
Return the regulation zone used to compute nutrition data. -
setRfidRegion
-
setRegulatoryZone
-