Class PlainMetadataKeyValueItem


  • public class PlainMetadataKeyValueItem
    extends Object
    Simple object to construct items
    Author:
    Pasquale Cavallo (pasquale.cavallo at 4science dot it)
    • Constructor Detail

      • PlainMetadataKeyValueItem

        public PlainMetadataKeyValueItem()
    • Method Detail

      • getKey

        public String getKey()
      • setKey

        public void setKey​(String key)
      • getValue

        public String getValue()
      • setValue

        public void setValue​(String value)