public class ImportRecord extends Object
| Constructor and Description |
|---|
ImportRecord(List<MetadatumDTO> valueList)
Create an ImportRecord instance initialized with a List of MetadatumDTO objects
|
| Modifier and Type | Method and Description |
|---|---|
void |
addValue(MetadatumDTO value)
Add a value to the valueList
|
Collection<MetadatumDTO> |
getValue(String schema,
String element,
String qualifier)
Return the MetadatumDTO's that are related to a given schema/element/qualifier pair/triplet
|
List<MetadatumDTO> |
getValueList()
Retrieve an unmodifiableList of MetadatumDTO
|
String |
toString()
Build a string based on the values in the valueList object
The syntax will be
Record{valueList={"schema"; "element" ; "qualifier"; "value"}}
|
public ImportRecord(List<MetadatumDTO> valueList)
valueList - public List<MetadatumDTO> getValueList()
public String toString()
public Collection<MetadatumDTO> getValue(String schema, String element, String qualifier)
schema - element - qualifier - public void addValue(MetadatumDTO value)
value - The MetadatumDTO to add to the valueListCopyright © 2016 DuraSpace. All rights reserved.