public class ApplicantSkill extends BusinessObject
Constructor and Description |
---|
ApplicantSkill() |
Modifier and Type | Method and Description |
---|---|
ApplicantSkillKey |
getApplicantSkillKey() |
String |
getComments() |
Integer |
getProficiency() |
Integer |
getSkillNumber() |
Boolean |
isDeleteOnUpdate() |
void |
setApplicantSkillKey(ApplicantSkillKey value) |
void |
setComments(String value) |
void |
setDeleteOnUpdate(Boolean value) |
void |
setProficiency(Integer value) |
void |
setSkillNumber(Integer value) |
public ApplicantSkillKey getApplicantSkillKey()
public void setApplicantSkillKey(ApplicantSkillKey value)
public String getComments()
public void setComments(String value)
public Boolean isDeleteOnUpdate()
public void setDeleteOnUpdate(Boolean value)
public Integer getProficiency()
public void setProficiency(Integer value)
public Integer getSkillNumber()
public void setSkillNumber(Integer value)
Copyright © 2010–2016. All rights reserved.