public class Abbreviation extends Object
| Constructor and Description |
|---|
Abbreviation() |
Abbreviation(org.openrdf.model.URI id) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAbbreviationLabel() |
org.openrdf.model.URI |
getId() |
AbbreviationScheme |
getInScheme() |
String |
getPrefLabel() |
static String |
normalize(String text) |
void |
setAbbreviationLabel(String abbreviationLabel) |
void |
setId(org.openrdf.model.URI id) |
void |
setInScheme(AbbreviationScheme inScheme) |
void |
setPrefLabel(String prefLabel) |
String |
toString() |
public Abbreviation()
public Abbreviation(org.openrdf.model.URI id)
public org.openrdf.model.URI getId()
public void setId(org.openrdf.model.URI id)
public String getPrefLabel()
public void setPrefLabel(String prefLabel)
public String getAbbreviationLabel()
public void setAbbreviationLabel(String abbreviationLabel)
public AbbreviationScheme getInScheme()
public void setInScheme(AbbreviationScheme inScheme)
Copyright © 2019. All rights reserved.