Package com.amos2020.javabackend.entity
Class InterviewContactPerson
java.lang.Object
com.amos2020.javabackend.entity.InterviewContactPerson
@Entity
public class InterviewContactPerson
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description private ContactPersoncontactPersonByContactPersonIdprivate intcontactPersonIdprivate InterviewinterviewByInterviewIdprivate intinterviewIdprivate java.lang.Stringrole -
Constructor Summary
Constructors Constructor Description InterviewContactPerson() -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object o)ContactPersongetContactPersonByContactPersonId()intgetContactPersonId()InterviewgetInterviewByInterviewId()intgetInterviewId()@NotNull java.lang.StringgetRole()inthashCode()voidsetContactPersonByContactPersonId(ContactPerson contactPersonByContactPersonId)voidsetContactPersonId(int contactPersonId)voidsetInterviewByInterviewId(Interview interviewByInterviewId)voidsetInterviewId(int interviewId)voidsetRole(java.lang.String role)
-
Field Details
-
interviewId
private int interviewId -
contactPersonId
private int contactPersonId -
role
private java.lang.String role -
interviewByInterviewId
-
contactPersonByContactPersonId
-
-
Constructor Details
-
InterviewContactPerson
public InterviewContactPerson()
-
-
Method Details
-
getInterviewId
public int getInterviewId() -
setInterviewId
public void setInterviewId(int interviewId) -
getContactPersonId
public int getContactPersonId() -
setContactPersonId
public void setContactPersonId(int contactPersonId) -
getRole
@NotNull public @NotNull java.lang.String getRole() -
setRole
public void setRole(java.lang.String role) -
getInterviewByInterviewId
-
setInterviewByInterviewId
-
getContactPersonByContactPersonId
-
setContactPersonByContactPersonId
-
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-