Package org.ametys.odf.skill
Class ODFSkillsHelper.Skill
- java.lang.Object
-
- org.ametys.odf.skill.ODFSkillsHelper.Skill
-
- Enclosing class:
- ODFSkillsHelper
private static class ODFSkillsHelper.Skill extends Object
-
-
Field Summary
Fields Modifier and Type Field Description private String
_conceptUri
private String
_label
private String[]
_otherNames
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getConceptUri()
String
getLabel()
String[]
getOtherNames()
-
-
-
Field Detail
-
_otherNames
private String[] _otherNames
-
_conceptUri
private String _conceptUri
-
-
Method Detail
-
getOtherNames
public String[] getOtherNames()
-
getConceptUri
public String getConceptUri()
-
-