![JAR search and dependency download from the Maven repository](/logo.png)
it.uniroma2.art.sheet2rdf.header.Header Maven / Gradle / Ivy
The newest version!
package it.uniroma2.art.sheet2rdf.header;
public abstract class Header {
protected String id; //header normalized
public String getId() {
return id;
}
public void setId(String id) {
this.id = id;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy