Package de.gwdg.metadataqa.marc.dao
Class Control005
- java.lang.Object
-
- de.gwdg.metadataqa.marc.dao.MarcControlField
-
- de.gwdg.metadataqa.marc.dao.SimpleControlField
-
- de.gwdg.metadataqa.marc.dao.Control005
-
- All Implemented Interfaces:
Extractable,Validatable,Serializable
public class Control005 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 Control005(String content)Control005(String content, BibliographicRecord marcRecord)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetDay()IntegergetHour()IntegergetMin()IntegergetMonth()IntegergetMs()IntegergetSec()IntegergetYear()protected voidprocessContent()StringtoString()booleanvalidate(MarcVersion marcVersion)-
Methods inherited from class de.gwdg.metadataqa.marc.dao.MarcControlField
getContent, getDefinition, getInitializationErrors, getKeyValuePairs, getKeyValuePairs, getKeyValuePairs, getSolrKey, getValidationErrors, setMarcRecord
-
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
-
-
-
-
Constructor Detail
-
Control005
public Control005(String content)
-
Control005
public Control005(String content, BibliographicRecord marcRecord)
-
-
Method Detail
-
processContent
protected void processContent()
-
validate
public boolean validate(MarcVersion marcVersion)
- Specified by:
validatein interfaceValidatable- Overrides:
validatein classMarcControlField
-
getYear
public Integer getYear()
-
getMonth
public Integer getMonth()
-
getDay
public Integer getDay()
-
getHour
public Integer getHour()
-
getMin
public Integer getMin()
-
getSec
public Integer getSec()
-
getMs
public Integer getMs()
-
-