Class PersonalInterestSection
- java.lang.Object
-
- br.com.senior.hcm.recruitment.pojos.PersonalInterestSection
-
@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-08-26T17:52:01.775Z") public class PersonalInterestSection extends ObjectPersonalInterestSection
-
-
Constructor Summary
Constructors Constructor Description PersonalInterestSection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PersonalInterestSectioncreatedAt(org.threeten.bp.OffsetDateTime createdAt)booleanequals(Object o)org.threeten.bp.OffsetDateTimegetCreatedAt()Data de criação.StringgetId()Identificador único da entidade.StringgetInterest()Interesse.StringgetResumeId()Identificador do currículo a qual o interesse está associado.org.threeten.bp.OffsetDateTimegetUpdatedAt()Data da última alteração.inthashCode()PersonalInterestSectionid(String id)PersonalInterestSectioninterest(String interest)PersonalInterestSectionresumeId(String resumeId)voidsetCreatedAt(org.threeten.bp.OffsetDateTime createdAt)voidsetId(String id)voidsetInterest(String interest)voidsetResumeId(String resumeId)voidsetUpdatedAt(org.threeten.bp.OffsetDateTime updatedAt)StringtoString()PersonalInterestSectionupdatedAt(org.threeten.bp.OffsetDateTime updatedAt)
-
-
-
Method Detail
-
createdAt
public PersonalInterestSection 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 PersonalInterestSection resumeId(String resumeId)
-
getResumeId
public String getResumeId()
Identificador do currículo a qual o interesse está associado.- Returns:
- resumeId
-
setResumeId
public void setResumeId(String resumeId)
-
interest
public PersonalInterestSection interest(String interest)
-
getInterest
public String getInterest()
Interesse.- Returns:
- interest
-
setInterest
public void setInterest(String interest)
-
id
public PersonalInterestSection id(String id)
-
getId
public String getId()
Identificador único da entidade.- Returns:
- id
-
setId
public void setId(String id)
-
updatedAt
public PersonalInterestSection 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)
-
-