2 * Copyright (c) 2010-2020 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.cbetm;
15 import org.openhab.binding.teleinfo.internal.dto.common.FrameHcOption;
16 import org.openhab.binding.teleinfo.internal.dto.common.Hhphc;
19 * The {@link FrameCbetmLongHcOption} class defines a CBETM Teleinfo frame with HC/HP option.
21 * @author Nicolas SIBERIL - Initial contribution
23 public class FrameCbetmLongHcOption extends FrameCbetmLong implements FrameHcOption {
25 private static final long serialVersionUID = -590729310348196198L;
31 public FrameCbetmLongHcOption() {
32 // default constructor
36 public int getHchc() {
41 public void setHchc(int hchc) {
46 public int getHchp() {
51 public void setHchp(int hchp) {
56 public Hhphc getHhphc() {
61 public void setHhphc(Hhphc hhphc) {