public class SuggestiveWebResult extends Object
| Constructor and Description |
|---|
SuggestiveWebResult() |
SuggestiveWebResult(eu.dnetlib.domain.data.SuggestiveResult res) |
SuggestiveWebResult(W3CEndpointReference epr,
String alternativeTerm,
boolean autofollow) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlternativeTerm() |
W3CEndpointReference |
getEpr() |
boolean |
isAutofollow() |
void |
setAlternativeTerm(String alternativeTerm) |
void |
setAutofollow(boolean autofollow) |
void |
setEpr(W3CEndpointReference epr) |
eu.dnetlib.domain.data.SuggestiveResult |
toSuggestiveResult() |
public SuggestiveWebResult()
public SuggestiveWebResult(eu.dnetlib.domain.data.SuggestiveResult res)
public SuggestiveWebResult(W3CEndpointReference epr, String alternativeTerm, boolean autofollow)
public eu.dnetlib.domain.data.SuggestiveResult toSuggestiveResult()
public W3CEndpointReference getEpr()
public void setEpr(W3CEndpointReference epr)
public String getAlternativeTerm()
public void setAlternativeTerm(String alternativeTerm)
public boolean isAutofollow()
public void setAutofollow(boolean autofollow)
Copyright © 2017. All rights reserved.