- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 29 of file SkillRoot.java.
◆ SkillRoot() [1/3]
org.turro.skills.SkillRoot.SkillRoot |
( |
Skill |
skill | ) |
|
Definition at line 36 of file SkillRoot.java.
37 this(skill.getSkill(), skill.getType(), skill.isValidated(), 0);
◆ SkillRoot() [2/3]
org.turro.skills.SkillRoot.SkillRoot |
( |
String |
skill, |
|
|
SkillType |
type, |
|
|
long |
usage |
|
) |
| |
Definition at line 40 of file SkillRoot.java.
41 this(skill, type,
false, usage);
◆ SkillRoot() [3/3]
org.turro.skills.SkillRoot.SkillRoot |
( |
String |
skill, |
|
|
SkillType |
type, |
|
|
boolean |
validated, |
|
|
long |
usage |
|
) |
| |
◆ equals()
boolean org.turro.skills.SkillRoot.equals |
( |
Object |
obj | ) |
|
Definition at line 92 of file SkillRoot.java.
99 if (getClass() != obj.getClass()) {
103 if (!Objects.equals(
this.skill, other.skill)) {
106 if (this.type != other.type) {
◆ getFor()
Skill org.turro.skills.SkillRoot.getFor |
( |
String |
entityPath | ) |
|
Definition at line 67 of file SkillRoot.java.
68 Skill s =
new Skill();
69 s.setEntityPath(entityPath);
72 s.setValidated(validated);
◆ getSkill()
String org.turro.skills.SkillRoot.getSkill |
( |
| ) |
|
◆ getType()
SkillType org.turro.skills.SkillRoot.getType |
( |
| ) |
|
◆ getUsage()
long org.turro.skills.SkillRoot.getUsage |
( |
| ) |
|
◆ hashCode()
int org.turro.skills.SkillRoot.hashCode |
( |
| ) |
|
Definition at line 84 of file SkillRoot.java.
86 hash = 37 * hash + Objects.hashCode(this.skill);
87 hash = 37 * hash + Objects.hashCode(this.type);
◆ isValidated()
boolean org.turro.skills.SkillRoot.isValidated |
( |
| ) |
|
◆ toString()
String org.turro.skills.SkillRoot.toString |
( |
| ) |
|
The documentation for this class was generated from the following file: