Uses of Class
de.gwdg.metadataqa.marc.dao.Control007
-
Packages that use Control007 Package Description de.gwdg.metadataqa.marc de.gwdg.metadataqa.marc.dao.record -
-
Uses of Control007 in de.gwdg.metadataqa.marc
Methods in de.gwdg.metadataqa.marc that return Control007 Modifier and Type Method Description Control007MarcFieldExtractor. getX007() -
Uses of Control007 in de.gwdg.metadataqa.marc.dao.record
Methods in de.gwdg.metadataqa.marc.dao.record that return types with arguments of type Control007 Modifier and Type Method Description List<Control007>BibliographicRecord. getControl007()Methods in de.gwdg.metadataqa.marc.dao.record with parameters of type Control007 Modifier and Type Method Description voidBibliographicRecord. setControl007(Control007 control007)
-