public class MetadataMap extends Object
| Constructor and Description |
|---|
MetadataMap() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAbstract()
Gets the abstract.
|
String |
getCorpusName()
Gets the corpus name.
|
String |
getDeepqaid()
Gets the deepqaid.
|
String |
getDescription()
Gets the description.
|
String |
getDOCNO()
Gets the docno.
|
String |
getFileName()
Gets the file name.
|
String |
getOriginalfile()
Gets the originalfile.
|
String |
getTitle()
Gets the title.
|
void |
setAbstract(String _abstract)
Sets the abstract.
|
void |
setCorpusName(String corpusName)
Sets the corpus name.
|
void |
setDeepqaid(String deepqaid)
Sets the deepqaid.
|
void |
setDescription(String description)
Sets the description.
|
void |
setDOCNO(String DOCNO)
Sets the docno.
|
void |
setFileName(String fileName)
Sets the file name.
|
void |
setOriginalfile(String originalfile)
Sets the originalfile.
|
void |
setTitle(String title)
Sets the title.
|
String |
toString() |
public String getAbstract()
public String getCorpusName()
public String getDeepqaid()
public String getDescription()
public String getDOCNO()
public String getFileName()
public String getOriginalfile()
public String getTitle()
public void setAbstract(String _abstract)
_abstract - The abstractpublic void setCorpusName(String corpusName)
corpusName - The corpusNamepublic void setDeepqaid(String deepqaid)
deepqaid - The deepqaidpublic void setDescription(String description)
description - The descriptionpublic void setDOCNO(String DOCNO)
DOCNO - The DOCNOpublic void setFileName(String fileName)
fileName - The fileNamepublic void setOriginalfile(String originalfile)
originalfile - The originalfilepublic void setTitle(String title)
title - The titleCopyright © 2015. All rights reserved.