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

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