Class PlainMetadataSourceDto
- java.lang.Object
-
- org.dspace.importer.external.service.components.dto.PlainMetadataSourceDto
-
public class PlainMetadataSourceDto extends Object
Simple object used to construct a list ofitems. This type is used in file plain metadata import as RecordType. - Author:
- Pasquale Cavallo (pasquale.cavallo at 4science dot it)
-
-
Constructor Summary
Constructors Constructor Description PlainMetadataSourceDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<PlainMetadataKeyValueItem>getMetadata()voidsetMetadata(List<PlainMetadataKeyValueItem> metadata)
-
-
-
Method Detail
-
getMetadata
public List<PlainMetadataKeyValueItem> getMetadata()
-
setMetadata
public void setMetadata(List<PlainMetadataKeyValueItem> metadata)
-
-