com.biocomfort.TO
Interface TO

All Known Implementing Classes:
BloodGlucoseTO, BloodPressureTO, DataTO, DateTimeTO, DeviceStatusTO, FirmwareTO, IeeeAddressTO, MedicalDeviceTO, ScaleConfigurationTO, ScaleUserParametersTO, ScaleUserTO, SerialNumberTO, UserSettingTO, WeightTO

public interface TO

The TO interface is a marking interface to indicate that the implementing class is a data transfer object and only responsible to store the data. A class that implements it do not have to override or implement any method.