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

de.gwdg.metadataqa.marc.dao.Control003 Maven / Gradle / Ivy

package de.gwdg.metadataqa.marc.dao;

import de.gwdg.metadataqa.marc.Extractable;
import de.gwdg.metadataqa.marc.definition.tags.control.Control003Definition;

/**
 *
 * @author Péter Király 
 */
public class Control003 extends SimpleControlField implements Extractable {

  public Control003(String content) {
    super(Control003Definition.getInstance(), content);
  }

  @Override
  public String toString() {
    return "Control003{" +
      "content='" + content + '\'' +
    '}';
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy