All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.semanticwb.office.interfaces.PropertyObjectInfo Maven / Gradle / Ivy

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

package org.semanticwb.office.interfaces;

/**
 *
 * @author victor.lorenzana
 */
public class PropertyObjectInfo {
    public String uri;
    public String title;
    public String value;    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy