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_conceptUriprivate String_labelprivate String[]_otherNames 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetConceptUri()StringgetLabel()String[]getOtherNames() 
 - 
 
- 
- 
Field Detail
- 
_otherNames
private String[] _otherNames
 
- 
_conceptUri
private String _conceptUri
 
 - 
 
- 
Method Detail
- 
getOtherNames
public String[] getOtherNames()
 
- 
getConceptUri
public String getConceptUri()
 
 - 
 
 -