private static class CreateSkillsComponent.Skill extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
_conceptUri |
private String |
_label |
private String[] |
_otherNames |
| Constructor and Description |
|---|
Skill(String label,
String[] otherNames,
String conceptUri) |
| Modifier and Type | Method and Description |
|---|---|
String |
getConceptUri() |
String |
getLabel() |
String[] |
getOtherNames() |
private String[] _otherNames
private String _conceptUri
public String[] getOtherNames()
public String getConceptUri()