- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 34 of file Skill.java.
◆ getEntity()
Definition at line 81 of file Skill.java.
82 return Entities.getController(entityPath);
◆ getEntityPath()
String org.turro.elephant.entities.db.Skill.getEntityPath |
( |
| ) |
|
◆ getSkill()
String org.turro.elephant.entities.db.Skill.getSkill |
( |
| ) |
|
◆ getType()
SkillType org.turro.elephant.entities.db.Skill.getType |
( |
| ) |
|
◆ isEmpty()
boolean org.turro.elephant.entities.db.Skill.isEmpty |
( |
| ) |
|
Definition at line 77 of file Skill.java.
78 return Strings.isBlank(skill) || Strings.isBlank(entityPath) || type ==
null;
◆ isValidated()
boolean org.turro.elephant.entities.db.Skill.isValidated |
( |
| ) |
|
◆ setEntityPath()
void org.turro.elephant.entities.db.Skill.setEntityPath |
( |
String |
entityPath | ) |
|
Definition at line 55 of file Skill.java.
56 this.entityPath = entityPath;
◆ setSkill()
void org.turro.elephant.entities.db.Skill.setSkill |
( |
String |
skill | ) |
|
◆ setType()
void org.turro.elephant.entities.db.Skill.setType |
( |
SkillType |
type | ) |
|
◆ setValidated()
void org.turro.elephant.entities.db.Skill.setValidated |
( |
boolean |
validated | ) |
|
Definition at line 71 of file Skill.java.
72 this.validated = validated;
The documentation for this class was generated from the following file: