Package de.gwdg.metadataqa.marc
Class Control005
- java.lang.Object
-
- de.gwdg.metadataqa.marc.MarcControlField
-
- de.gwdg.metadataqa.marc.Control005
-
- All Implemented Interfaces:
Extractable,Validatable,Serializable
public class Control005 extends MarcControlField implements Extractable
- Author:
- Péter Király
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class de.gwdg.metadataqa.marc.MarcControlField
content, definition, initializationErrors, validationErrors
-
-
Constructor Summary
Constructors Constructor Description Control005(String content)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()-
Methods inherited from class de.gwdg.metadataqa.marc.MarcControlField
getContent, getDefinition, getKeyValuePairs, getKeyValuePairs, getSolrKey, getValidationErrors, 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
-
-