Class ArchiveMetadataField

java.lang.Object
io.goobi.viewer.model.archives.ArchiveMetadataField

public class ArchiveMetadataField extends Object
  • Constructor Details

    • ArchiveMetadataField

      public ArchiveMetadataField(String label, Integer type, String xpath, String xpathType)
      Parameters:
      label -
      type -
      xpath -
      xpathType -
  • Method Details

    • isFilled

      public boolean isFilled()
    • addFieldValue

      public void addFieldValue(FieldValue value)
    • addValue

      public void addValue()
    • getLabel

      public String getLabel()
      Returns:
      the label
    • setLabel

      public void setLabel(String label)
      Parameters:
      label - the label to set
    • getType

      public Integer getType()
      Returns:
      the type
    • setType

      public void setType(Integer type)
      Parameters:
      type - the type to set
    • getXpathType

      public String getXpathType()
      Returns:
      the xpathType
    • setXpathType

      public void setXpathType(String xpathType)
      Parameters:
      xpathType - the xpathType to set
    • getValue

      public String getValue()
    • getValues

      public List<FieldValue> getValues()
      Returns:
      the values
    • setValues

      public void setValues(List<FieldValue> values)
      Parameters:
      values - the values to set
    • getXpath

      public String getXpath()
      Returns:
      the xpath
    • setXpath

      public void setXpath(String xpath)
      Parameters:
      xpath - the xpath to set
    • getEadEntry

      public ArchiveEntry getEadEntry()
      Returns:
      the eadEntry
    • setEadEntry

      public void setEadEntry(ArchiveEntry eadEntry)
      Parameters:
      eadEntry - the eadEntry to set