2 * Copyright (c) 2010-2021 Contributors to the openHAB project
4 * See the NOTICE file(s) distributed with this work for additional
7 * This program and the accompanying materials are made available under the
8 * terms of the Eclipse Public License 2.0 which is available at
9 * http://www.eclipse.org/legal/epl-2.0
11 * SPDX-License-Identifier: EPL-2.0
13 package org.openhab.binding.teleinfo.internal.dto.cbemm.evoicc;
15 import org.openhab.binding.teleinfo.internal.dto.common.FrameBaseOption;
18 * The {@link FrameCbemmEvolutionIccBaseOption} class defines a CBEMM Evolution ICC Teleinfo frame with Base option.
20 * @author Nicolas SIBERIL - Initial contribution
22 public class FrameCbemmEvolutionIccBaseOption extends FrameCbemmEvolutionIcc implements FrameBaseOption {
24 private static final long serialVersionUID = 1623781914779495089L;
28 public FrameCbemmEvolutionIccBaseOption() {
29 // default constructor
33 public int getBase() {
38 public void setBase(int base) {