001 002package org.opencms.ui.shared.components; 003 004import com.vaadin.shared.AbstractComponentState; 005 006/** 007 * The external layout state.<p> 008 * 009 * @author Risto Yrjänä / Vaadin Ltd. 010 */ 011public class CmsExternalLayoutState extends AbstractComponentState { 012 013 /** The serial version id. */ 014 private static final long serialVersionUID = -1808236223699146402L; 015 016 /** The component id. */ 017 public String m_externalComponentId; 018}