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

package com.k_int.webedit.layout;


/**
 * @author ibbo
 */

public class TabPanelDTO extends ContainerDTO {

  public TabPanelDTO() {
    super();
  }

}
