public class ApplicantTest extends BusinessObject
Constructor and Description |
---|
ApplicantTest() |
Modifier and Type | Method and Description |
---|---|
ApplicantTestKey |
getApplicantTestKey() |
String |
getLastModifiedBy() |
Calendar |
getLastModifiedDate() |
String |
getNotes() |
String |
getScore() |
Calendar |
getTestDate() |
Boolean |
isDeleteOnUpdate() |
void |
setApplicantTestKey(ApplicantTestKey value) |
void |
setDeleteOnUpdate(Boolean value) |
void |
setLastModifiedBy(String value) |
void |
setLastModifiedDate(Calendar value) |
void |
setNotes(String value) |
void |
setScore(String value) |
void |
setTestDate(Calendar value) |
public ApplicantTestKey getApplicantTestKey()
public void setApplicantTestKey(ApplicantTestKey value)
public Boolean isDeleteOnUpdate()
public void setDeleteOnUpdate(Boolean value)
public String getLastModifiedBy()
public void setLastModifiedBy(String value)
public Calendar getLastModifiedDate()
public void setLastModifiedDate(Calendar value)
public String getNotes()
public void setNotes(String value)
public String getScore()
public void setScore(String value)
public Calendar getTestDate()
public void setTestDate(Calendar value)
Copyright © 2010–2016. All rights reserved.