Class LanguageSection
- java.lang.Object
-
- br.com.senior.hcm.recruitment.pojos.LanguageSection
-
@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-08-26T17:52:01.775Z") public class LanguageSection extends ObjectLanguageSection
-
-
Constructor Summary
Constructors Constructor Description LanguageSection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LanguageSectioncreatedAt(org.threeten.bp.OffsetDateTime createdAt)booleanequals(Object o)LanguageSectiong5Id(String g5Id)org.threeten.bp.OffsetDateTimegetCreatedAt()Data de criação.StringgetG5Id()ID do registro no sistema legado.StringgetId()Identificador único da entidade.StringgetLanguage()Idioma.LanguageProficiencyDtogetProficiency()Get proficiencyStringgetResumeId()Identificador do currículo à qual o idioma está associado.org.threeten.bp.OffsetDateTimegetUpdatedAt()Data da última alteração.inthashCode()LanguageSectionid(String id)LanguageSectionlanguage(String language)LanguageSectionproficiency(LanguageProficiencyDto proficiency)LanguageSectionresumeId(String resumeId)voidsetCreatedAt(org.threeten.bp.OffsetDateTime createdAt)voidsetG5Id(String g5Id)voidsetId(String id)voidsetLanguage(String language)voidsetProficiency(LanguageProficiencyDto proficiency)voidsetResumeId(String resumeId)voidsetUpdatedAt(org.threeten.bp.OffsetDateTime updatedAt)StringtoString()LanguageSectionupdatedAt(org.threeten.bp.OffsetDateTime updatedAt)
-
-
-
Method Detail
-
createdAt
public LanguageSection 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)
-
resumeId
public LanguageSection resumeId(String resumeId)
-
getResumeId
public String getResumeId()
Identificador do currículo à qual o idioma está associado.- Returns:
- resumeId
-
setResumeId
public void setResumeId(String resumeId)
-
g5Id
public LanguageSection g5Id(String g5Id)
-
getG5Id
public String getG5Id()
ID do registro no sistema legado. Esse atributo não é persistido na base, é utilizado apenas como identificador na integração do registro da g5 para G7.- Returns:
- g5Id
-
setG5Id
public void setG5Id(String g5Id)
-
language
public LanguageSection language(String language)
-
getLanguage
public String getLanguage()
Idioma.- Returns:
- language
-
setLanguage
public void setLanguage(String language)
-
id
public LanguageSection id(String id)
-
getId
public String getId()
Identificador único da entidade.- Returns:
- id
-
setId
public void setId(String id)
-
proficiency
public LanguageSection proficiency(LanguageProficiencyDto proficiency)
-
getProficiency
public LanguageProficiencyDto getProficiency()
Get proficiency- Returns:
- proficiency
-
setProficiency
public void setProficiency(LanguageProficiencyDto proficiency)
-
updatedAt
public LanguageSection 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)
-
-