Class Skill
java.lang.Object
de.hybris.platform.tuawebservicesresources.v2.dto.Skill
Skills evaluated for an individual with a level and possibly with a limited validity when an obsolescence is defined (Ex: the first-aid certificate first level is limited to one year and an update training is required each year to keep the level).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionatBaseType(String atBaseType) atSchemaLocation(String atSchemaLocation) booleanevaluatedLevel(String evaluatedLevel) When sub-classing, this defines the super-classA URI to a JSON-Schema file that defines additional attributes and relationshipsWhen sub-classing, this defines the sub-class entity nameA free text comment linked to the evaluation doneLevel of expertise in a skill evaluated for an individualCode of the skillName of the skill such as Java language,…@Valid TimePeriodGet validForinthashCode()voidsetAtBaseType(String atBaseType) voidsetAtSchemaLocation(String atSchemaLocation) voidvoidsetComment(String comment) voidsetEvaluatedLevel(String evaluatedLevel) voidsetSkillCode(String skillCode) voidsetSkillName(String skillName) voidsetValidFor(TimePeriod validFor) toString()validFor(TimePeriod validFor)
-
Constructor Details
-
Skill
public Skill()
-
-
Method Details
-
comment
-
getComment
A free text comment linked to the evaluation done- Returns:
- comment
-
setComment
-
evaluatedLevel
-
getEvaluatedLevel
Level of expertise in a skill evaluated for an individual- Returns:
- evaluatedLevel
-
setEvaluatedLevel
-
skillCode
-
getSkillCode
Code of the skill- Returns:
- skillCode
-
setSkillCode
-
skillName
-
getSkillName
Name of the skill such as Java language,…- Returns:
- skillName
-
setSkillName
-
validFor
-
getValidFor
Get validFor- Returns:
- validFor
-
setValidFor
-
atBaseType
-
getAtBaseType
When sub-classing, this defines the super-class- Returns:
- atBaseType
-
setAtBaseType
-
atSchemaLocation
-
getAtSchemaLocation
A URI to a JSON-Schema file that defines additional attributes and relationships- Returns:
- atSchemaLocation
-
setAtSchemaLocation
-
atType
-
getAtType
When sub-classing, this defines the sub-class entity name- Returns:
- atType
-
setAtType
-
equals
-
hashCode
public int hashCode() -
toString
-