edu.harvard.hul.ois.jhove.module.xml.EntityInfo Maven / Gradle / Ivy
/**********************************************************************
* Jhove - JSTOR/Harvard Object Validation Environment
* Copyright 2004-2012 by JSTOR and the President and Fellows of Harvard College
**********************************************************************/
package edu.harvard.hul.ois.jhove.module.xml;
/** A little class so we can treat entity information as a structure */
public class EntityInfo {
public String publicID;
public String systemID;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy