Class VocabularyEntry
- java.lang.Object
-
- de.gwdg.metadataqa.marc.utils.pica.VocabularyEntry
-
public class VocabularyEntry extends Object
-
-
Constructor Summary
Constructors Constructor Description VocabularyEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetComment()VocabularyPatterngetId()StringgetLabel()StringgetNamespace()StringgetNotationPattern()StringgetPica()StringgetPrefLabelDe()StringgetPrefLabelEn()VocabularyPatterngetSource()StringgetUri()StringgetVoc()voidsetComment(String comment)voidsetId(VocabularyPattern id)voidsetNamespace(String namespace)voidsetNotationPattern(String notationPattern)voidsetPica(String pica)voidsetPrefLabelDe(String prefLabelDe)voidsetPrefLabelEn(String prefLabelEn)voidsetSource(VocabularyPattern src)voidsetUri(String uri)voidsetVoc(String voc)
-
-
-
Method Detail
-
getId
public VocabularyPattern getId()
-
setId
public void setId(VocabularyPattern id)
-
getPica
public String getPica()
-
setPica
public void setPica(String pica)
-
getSource
public VocabularyPattern getSource()
-
setSource
public void setSource(VocabularyPattern src)
-
getVoc
public String getVoc()
-
setVoc
public void setVoc(String voc)
-
getNotationPattern
public String getNotationPattern()
-
setNotationPattern
public void setNotationPattern(String notationPattern)
-
getNamespace
public String getNamespace()
-
setNamespace
public void setNamespace(String namespace)
-
getPrefLabelEn
public String getPrefLabelEn()
-
setPrefLabelEn
public void setPrefLabelEn(String prefLabelEn)
-
getPrefLabelDe
public String getPrefLabelDe()
-
setPrefLabelDe
public void setPrefLabelDe(String prefLabelDe)
-
getUri
public String getUri()
-
setUri
public void setUri(String uri)
-
getComment
public String getComment()
-
setComment
public void setComment(String comment)
-
getLabel
public String getLabel()
-
-