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.FrameEjpOption;
18 * The {@link FrameCbemmEvolutionIccEjpOption} class defines a CBEMM Evolution ICC Teleinfo frame with EJP option.
20 * @author Nicolas SIBERIL - Initial contribution
22 public class FrameCbemmEvolutionIccEjpOption extends FrameCbemmEvolutionIcc implements FrameEjpOption {
24 private static final long serialVersionUID = -5053572570767309239L;
30 public FrameCbemmEvolutionIccEjpOption() {
31 // default constructor
35 public int getEjphpm() {
40 public int getEjphn() {
45 public Integer getPejp() {
50 public void setEjphpm(int ejphpm) {
55 public void setEjphn(int ejphn) {
60 public void setPejp(Integer pejp) {