Class PlainMetadataKeyValueItem
- java.lang.Object
-
- org.dspace.importer.external.service.components.dto.PlainMetadataKeyValueItem
-
public class PlainMetadataKeyValueItem extends Object
Simple object to constructitems - Author:
- Pasquale Cavallo (pasquale.cavallo at 4science dot it)
-
-
Constructor Summary
Constructors Constructor Description PlainMetadataKeyValueItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKey()StringgetValue()voidsetKey(String key)voidsetValue(String value)
-