Class ResumePhoneContact
- java.lang.Object
-
- br.com.senior.hcm.recruitment.pojos.ResumePhoneContact
-
@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-07-17T18:54:42.184Z") public class ResumePhoneContact extends ObjectContato telefônico (Currículo).
-
-
Constructor Summary
Constructors Constructor Description ResumePhoneContact()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResumePhoneContactcreatedAt(org.threeten.bp.OffsetDateTime createdAt)booleanequals(Object o)ResumePhoneContactg5Id(String g5Id)org.threeten.bp.OffsetDateTimegetCreatedAt()Data de criação.StringgetG5Id()ID do registro no sistema legado.StringgetId()Identificador único da entidade.ObjectgetPhoneContact()Identificador único do telefone de contato.StringgetResumeId()Identificador único do currículo.org.threeten.bp.OffsetDateTimegetUpdatedAt()Data da última alteração.inthashCode()ResumePhoneContactid(String id)ResumePhoneContactphoneContact(Object phoneContact)ResumePhoneContactresumeId(String resumeId)voidsetCreatedAt(org.threeten.bp.OffsetDateTime createdAt)voidsetG5Id(String g5Id)voidsetId(String id)voidsetPhoneContact(Object phoneContact)voidsetResumeId(String resumeId)voidsetUpdatedAt(org.threeten.bp.OffsetDateTime updatedAt)StringtoString()ResumePhoneContactupdatedAt(org.threeten.bp.OffsetDateTime updatedAt)
-
-
-
Method Detail
-
createdAt
public ResumePhoneContact 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 ResumePhoneContact resumeId(String resumeId)
-
getResumeId
public String getResumeId()
Identificador único do currículo.- Returns:
- resumeId
-
setResumeId
public void setResumeId(String resumeId)
-
phoneContact
public ResumePhoneContact phoneContact(Object phoneContact)
-
getPhoneContact
public Object getPhoneContact()
Identificador único do telefone de contato.- Returns:
- phoneContact
-
setPhoneContact
public void setPhoneContact(Object phoneContact)
-
g5Id
public ResumePhoneContact 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)
-
id
public ResumePhoneContact id(String id)
-
getId
public String getId()
Identificador único da entidade.- Returns:
- id
-
setId
public void setId(String id)
-
updatedAt
public ResumePhoneContact 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)
-
-