/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

package com.k_int.webedit.layout;


/**
 * @author ibbo
 */

public class PanelDTO extends ContainerDTO {

  public PanelDTO() {
    super();
  }

  public PanelDTO(String name) {
    super(name);
  }

}
