public class Evidence extends Object
| Constructor and Description |
|---|
Evidence() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCopyright()
Gets the copyright.
|
String |
getDocument()
Gets the document.
|
String |
getId()
Gets the id.
|
MetadataMap |
getMetadataMap()
Gets the metadata map.
|
String |
getTermsOfUse()
Gets the terms of use.
|
String |
getText()
Gets the text.
|
String |
getTitle()
Gets the title.
|
String |
getValue()
Gets the value.
|
void |
setCopyright(String copyright)
Sets the copyright.
|
void |
setDocument(String document)
Sets the document.
|
void |
setId(String id)
Sets the id.
|
void |
setMetadataMap(MetadataMap metadataMap)
Sets the metadata map.
|
void |
setTermsOfUse(String termsOfUse)
Sets the terms of use.
|
void |
setText(String text)
Sets the text.
|
void |
setTitle(String title)
Sets the title.
|
void |
setValue(String value)
Sets the value.
|
String |
toString() |
public String getCopyright()
public String getDocument()
public String getId()
public MetadataMap getMetadataMap()
public String getTermsOfUse()
public String getText()
public String getTitle()
public String getValue()
public void setCopyright(String copyright)
copyright - The copyrightpublic void setDocument(String document)
document - The documentpublic void setId(String id)
id - The idpublic void setMetadataMap(MetadataMap metadataMap)
metadataMap - The metadataMappublic void setTermsOfUse(String termsOfUse)
termsOfUse - The termsOfUsepublic void setText(String text)
text - The textpublic void setTitle(String title)
title - The titlepublic void setValue(String value)
value - The valueCopyright © 2015. All rights reserved.