Class TuaSkillModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.tuadatamodel.model.TuaSkillModel
All Implemented Interfaces:
Serializable

public class TuaSkillModel extends ItemModel
Generated model class for type TuaSkill first defined at extension tuadatamodel.
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of TuaSkill.comment attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaSkill.endDate attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaSkill.evaluatedLevel attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaSkill.externalIdentifiers attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaSkill.id attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaSkill.skillCode attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaSkill.skillName attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaSkill.startDate attribute defined at extension tuadatamodel.

    Fields inherited from class de.hybris.platform.core.model.ItemModel

    _COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED

    Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
  • Constructor Summary

    Constructors
    Constructor
    Description
    Generated constructor - Default constructor for generic creation.
    TuaSkillModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
    TuaSkillModel(String _id, ItemModel _owner, String _skillCode, String _skillName)
    Deprecated, for removal: This API element is subject to removal in a future version.
    since 4.1.1 Please use the default constructor without parameters
    TuaSkillModel(String _id, String _skillCode, String _skillName)
    Deprecated, for removal: This API element is subject to removal in a future version.
    since 4.1.1 Please use the default constructor without parameters
  • Method Summary

    Modifier and Type
    Method
    Description
    Generated method - Getter of the TuaSkill.comment attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaSkill.endDate attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaSkill.evaluatedLevel attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaSkill.externalIdentifiers attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaSkill.id attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaSkill.skillCode attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaSkill.skillName attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaSkill.startDate attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaSkill.comment attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaSkill.endDate attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaSkill.evaluatedLevel attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaSkill.externalIdentifiers attribute defined at extension tuadatamodel.
    void
    setId(String value)
    Generated method - Setter of TuaSkill.id attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaSkill.skillCode attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaSkill.skillName attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaSkill.startDate attribute defined at extension tuadatamodel.

    Methods inherited from class de.hybris.platform.core.model.ItemModel

    getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner

    Methods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • ID

      public static final String ID
      Generated constant - Attribute key of TuaSkill.id attribute defined at extension tuadatamodel.
      See Also:
    • SKILLCODE

      public static final String SKILLCODE
      Generated constant - Attribute key of TuaSkill.skillCode attribute defined at extension tuadatamodel.
      See Also:
    • SKILLNAME

      public static final String SKILLNAME
      Generated constant - Attribute key of TuaSkill.skillName attribute defined at extension tuadatamodel.
      See Also:
    • EVALUATEDLEVEL

      public static final String EVALUATEDLEVEL
      Generated constant - Attribute key of TuaSkill.evaluatedLevel attribute defined at extension tuadatamodel.
      See Also:
    • COMMENT

      public static final String COMMENT
      Generated constant - Attribute key of TuaSkill.comment attribute defined at extension tuadatamodel.
      See Also:
    • STARTDATE

      public static final String STARTDATE
      Generated constant - Attribute key of TuaSkill.startDate attribute defined at extension tuadatamodel.
      See Also:
    • ENDDATE

      public static final String ENDDATE
      Generated constant - Attribute key of TuaSkill.endDate attribute defined at extension tuadatamodel.
      See Also:
    • EXTERNALIDENTIFIERS

      public static final String EXTERNALIDENTIFIERS
      Generated constant - Attribute key of TuaSkill.externalIdentifiers attribute defined at extension tuadatamodel.
      See Also:
  • Constructor Details

    • TuaSkillModel

      public TuaSkillModel()
      Generated constructor - Default constructor for generic creation.
    • TuaSkillModel

      public TuaSkillModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • TuaSkillModel

      @Deprecated(since="4.1.1", forRemoval=true) public TuaSkillModel(String _id, String _skillCode, String _skillName)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _id - initial attribute declared by type TuaSkill at extension tuadatamodel
      _skillCode - initial attribute declared by type TuaSkill at extension tuadatamodel
      _skillName - initial attribute declared by type TuaSkill at extension tuadatamodel
    • TuaSkillModel

      @Deprecated(since="4.1.1", forRemoval=true) public TuaSkillModel(String _id, ItemModel _owner, String _skillCode, String _skillName)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _id - initial attribute declared by type TuaSkill at extension tuadatamodel
      _owner - initial attribute declared by type Item at extension core
      _skillCode - initial attribute declared by type TuaSkill at extension tuadatamodel
      _skillName - initial attribute declared by type TuaSkill at extension tuadatamodel
  • Method Details

    • getComment

      @Accessor(qualifier="comment", type=GETTER) public String getComment()
      Generated method - Getter of the TuaSkill.comment attribute defined at extension tuadatamodel.
      Returns:
      the comment - Additional notes related to the skill
    • getEndDate

      @Accessor(qualifier="endDate", type=GETTER) public Date getEndDate()
      Generated method - Getter of the TuaSkill.endDate attribute defined at extension tuadatamodel.
      Returns:
      the endDate - The end date of the skill
    • getEvaluatedLevel

      @Accessor(qualifier="evaluatedLevel", type=GETTER) public String getEvaluatedLevel()
      Generated method - Getter of the TuaSkill.evaluatedLevel attribute defined at extension tuadatamodel.
      Returns:
      the evaluatedLevel - The evaluated level of the skill
    • getExternalIdentifiers

      @Accessor(qualifier="externalIdentifiers", type=GETTER) public List<TuaExternalIdentifierModel> getExternalIdentifiers()
      Generated method - Getter of the TuaSkill.externalIdentifiers attribute defined at extension tuadatamodel. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the externalIdentifiers
    • getId

      @Accessor(qualifier="id", type=GETTER) public String getId()
      Generated method - Getter of the TuaSkill.id attribute defined at extension tuadatamodel.
      Returns:
      the id - The unique identifier of the skill
    • getSkillCode

      @Accessor(qualifier="skillCode", type=GETTER) public String getSkillCode()
      Generated method - Getter of the TuaSkill.skillCode attribute defined at extension tuadatamodel.
      Returns:
      the skillCode - The code of the skill
    • getSkillName

      @Accessor(qualifier="skillName", type=GETTER) public String getSkillName()
      Generated method - Getter of the TuaSkill.skillName attribute defined at extension tuadatamodel.
      Returns:
      the skillName - The name of the skill
    • getStartDate

      @Accessor(qualifier="startDate", type=GETTER) public Date getStartDate()
      Generated method - Getter of the TuaSkill.startDate attribute defined at extension tuadatamodel.
      Returns:
      the startDate - The start date of the skill
    • setComment

      @Accessor(qualifier="comment", type=SETTER) public void setComment(String value)
      Generated method - Setter of TuaSkill.comment attribute defined at extension tuadatamodel.
      Parameters:
      value - the comment - Additional notes related to the skill
    • setEndDate

      @Accessor(qualifier="endDate", type=SETTER) public void setEndDate(Date value)
      Generated method - Setter of TuaSkill.endDate attribute defined at extension tuadatamodel.
      Parameters:
      value - the endDate - The end date of the skill
    • setEvaluatedLevel

      @Accessor(qualifier="evaluatedLevel", type=SETTER) public void setEvaluatedLevel(String value)
      Generated method - Setter of TuaSkill.evaluatedLevel attribute defined at extension tuadatamodel.
      Parameters:
      value - the evaluatedLevel - The evaluated level of the skill
    • setExternalIdentifiers

      @Accessor(qualifier="externalIdentifiers", type=SETTER) public void setExternalIdentifiers(List<TuaExternalIdentifierModel> value)
      Generated method - Setter of TuaSkill.externalIdentifiers attribute defined at extension tuadatamodel.
      Parameters:
      value - the externalIdentifiers
    • setId

      @Accessor(qualifier="id", type=SETTER) public void setId(String value)
      Generated method - Setter of TuaSkill.id attribute defined at extension tuadatamodel.
      Parameters:
      value - the id - The unique identifier of the skill
    • setSkillCode

      @Accessor(qualifier="skillCode", type=SETTER) public void setSkillCode(String value)
      Generated method - Setter of TuaSkill.skillCode attribute defined at extension tuadatamodel.
      Parameters:
      value - the skillCode - The code of the skill
    • setSkillName

      @Accessor(qualifier="skillName", type=SETTER) public void setSkillName(String value)
      Generated method - Setter of TuaSkill.skillName attribute defined at extension tuadatamodel.
      Parameters:
      value - the skillName - The name of the skill
    • setStartDate

      @Accessor(qualifier="startDate", type=SETTER) public void setStartDate(Date value)
      Generated method - Setter of TuaSkill.startDate attribute defined at extension tuadatamodel.
      Parameters:
      value - the startDate - The start date of the skill