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

package com.k_int.webedit.layout;


/**
 * @author ibbo
 */

public abstract class ComponentDTO {

  public ComponentDTO() {
  }

}
