Class Knowledge
- java.lang.Object
-
- br.com.senior.hcm.recruitment.pojos.Knowledge
-
@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-08-26T17:52:01.775Z") public class Knowledge extends ObjectKnowledge
-
-
Constructor Summary
Constructors Constructor Description Knowledge()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KnowledgecreatedAt(org.threeten.bp.OffsetDateTime createdAt)Knowledgedescription(String description)booleanequals(Object o)org.threeten.bp.OffsetDateTimegetCreatedAt()Data de criação.StringgetDescription()Descrição do conhecimento.StringgetId()Identificador único da entidade.ProficiencyDtogetProficiency()Get proficiencyStringgetResumeId()Identificador do currículo a qual o conhecimento está associado.org.threeten.bp.OffsetDateTimegetUpdatedAt()Data da última alteração.inthashCode()Knowledgeid(String id)Knowledgeproficiency(ProficiencyDto proficiency)KnowledgeresumeId(String resumeId)voidsetCreatedAt(org.threeten.bp.OffsetDateTime createdAt)voidsetDescription(String description)voidsetId(String id)voidsetProficiency(ProficiencyDto proficiency)voidsetResumeId(String resumeId)voidsetUpdatedAt(org.threeten.bp.OffsetDateTime updatedAt)StringtoString()KnowledgeupdatedAt(org.threeten.bp.OffsetDateTime updatedAt)
-
-
-
Method Detail
-
createdAt
public Knowledge createdAt(org.threeten.bp.OffsetDateTime createdAt)
-
getCreatedAt
public org.threeten.bp.OffsetDateTime getCreatedAt()
Data de criação.- Returns:
- createdAt
-
setCreatedAt
public void setCreatedAt(org.threeten.bp.OffsetDateTime createdAt)
-
getResumeId
public String getResumeId()
Identificador do currículo a qual o conhecimento está associado.- Returns:
- resumeId
-
setResumeId
public void setResumeId(String resumeId)
-
getDescription
public String getDescription()
Descrição do conhecimento.- Returns:
- description
-
setDescription
public void setDescription(String description)
-
getId
public String getId()
Identificador único da entidade.- Returns:
- id
-
setId
public void setId(String id)
-
proficiency
public Knowledge proficiency(ProficiencyDto proficiency)
-
getProficiency
public ProficiencyDto getProficiency()
Get proficiency- Returns:
- proficiency
-
setProficiency
public void setProficiency(ProficiencyDto proficiency)
-
updatedAt
public Knowledge updatedAt(org.threeten.bp.OffsetDateTime updatedAt)
-
getUpdatedAt
public org.threeten.bp.OffsetDateTime getUpdatedAt()
Data da última alteração.- Returns:
- updatedAt
-
setUpdatedAt
public void setUpdatedAt(org.threeten.bp.OffsetDateTime updatedAt)
-
-