java.lang.Object
de.hybris.platform.tuawebservicesresources.v2.dto.Skill

@Validated @Generated(value="de.hybris.platform.tuawebservicesresources.swagger.TmaCodegen", date="2022-10-21T20:35:04.698Z") public class Skill extends Object
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 Details

    • Skill

      public Skill()
  • Method Details

    • comment

      public Skill comment(String comment)
    • getComment

      public String getComment()
      A free text comment linked to the evaluation done
      Returns:
      comment
    • setComment

      public void setComment(String comment)
    • evaluatedLevel

      public Skill evaluatedLevel(String evaluatedLevel)
    • getEvaluatedLevel

      public String getEvaluatedLevel()
      Level of expertise in a skill evaluated for an individual
      Returns:
      evaluatedLevel
    • setEvaluatedLevel

      public void setEvaluatedLevel(String evaluatedLevel)
    • skillCode

      public Skill skillCode(String skillCode)
    • getSkillCode

      public String getSkillCode()
      Code of the skill
      Returns:
      skillCode
    • setSkillCode

      public void setSkillCode(String skillCode)
    • skillName

      public Skill skillName(String skillName)
    • getSkillName

      public String getSkillName()
      Name of the skill such as Java language,…
      Returns:
      skillName
    • setSkillName

      public void setSkillName(String skillName)
    • validFor

      public Skill validFor(TimePeriod validFor)
    • getValidFor

      @Valid public @Valid TimePeriod getValidFor()
      Get validFor
      Returns:
      validFor
    • setValidFor

      public void setValidFor(TimePeriod validFor)
    • atbaseType

      public Skill atbaseType(String atbaseType)
    • getAtbaseType

      public String getAtbaseType()
      When sub-classing, this defines the super-class
      Returns:
      atbaseType
    • setAtbaseType

      public void setAtbaseType(String atbaseType)
    • atschemaLocation

      public Skill atschemaLocation(String atschemaLocation)
    • getAtschemaLocation

      public String getAtschemaLocation()
      A URI to a JSON-Schema file that defines additional attributes and relationships
      Returns:
      atschemaLocation
    • setAtschemaLocation

      public void setAtschemaLocation(String atschemaLocation)
    • attype

      public Skill attype(String attype)
    • getAttype

      public String getAttype()
      When sub-classing, this defines the sub-class entity name
      Returns:
      attype
    • setAttype

      public void setAttype(String attype)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object