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

package com.k_int.webedit;


/**
 * @author ibbo
 */

public class ValueDTO {
  public String property_uri;
  public ValueDTO value;
}
