Package de.gwdg.metadataqa.marc.dao
Class Control001
- java.lang.Object
-
- de.gwdg.metadataqa.marc.dao.MarcControlField
-
- de.gwdg.metadataqa.marc.dao.SimpleControlField
-
- de.gwdg.metadataqa.marc.dao.Control001
-
- All Implemented Interfaces:
Extractable,Validatable,Serializable
public class Control001 extends SimpleControlField implements Extractable
- Author:
- Péter Király
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class de.gwdg.metadataqa.marc.dao.MarcControlField
content, definition, initializationErrors, marcRecord, validationErrors
-
-
Constructor Summary
Constructors Constructor Description Control001(String content)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()-
Methods inherited from class de.gwdg.metadataqa.marc.dao.MarcControlField
getContent, getDefinition, getInitializationErrors, getKeyValuePairs, getKeyValuePairs, getKeyValuePairs, getSolrKey, getValidationErrors, setMarcRecord, validate
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface de.gwdg.metadataqa.marc.Extractable
getKeyValuePairs, getKeyValuePairs, getKeyValuePairs
-
-