Class PlainMetadataKeyValueItem

java.lang.Object
org.dspace.importer.external.service.components.dto.PlainMetadataKeyValueItem

public class PlainMetadataKeyValueItem extends Object
Simple object to construct <key,value> items
Author:
Pasquale Cavallo (pasquale.cavallo at 4science dot it)
  • Constructor Details

    • PlainMetadataKeyValueItem

      public PlainMetadataKeyValueItem()
  • Method Details

    • getKey

      public String getKey()
    • setKey

      public void setKey(String key)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)