public class PersonAppointment extends KraPersistableBusinessObjectBase
Person may have many degrees. This represents the relationship
of a Person to a degree as well as the degree itself.org.kuali.kra.bo.Person,
Serialized FormUPDATE_USER_LENGTH| Constructor and Description |
|---|
PersonAppointment() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAppointmentId() |
AppointmentType |
getAppointmentType() |
Date |
getEndDate() |
String |
getJobCode() |
JobCode |
getJobCodeRef() |
String |
getJobTitle() |
String |
getPersonId() |
String |
getPreferedJobTitle() |
BudgetDecimal |
getSalary() |
Date |
getStartDate() |
String |
getTypeCode() |
Unit |
getUnit() |
String |
getUnitNumber() |
void |
setAppointmentId(Integer appointmentId) |
void |
setAppointmentType(AppointmentType appointmentType) |
void |
setEndDate(Date endDate) |
void |
setJobCode(String jobCode) |
void |
setJobCodeRef(JobCode jobCodeRef) |
void |
setJobTitle(String jobTitle) |
void |
setPersonId(String personId) |
void |
setPreferedJobTitle(String preferedJobTitle) |
void |
setSalary(BudgetDecimal salary) |
void |
setStartDate(Date startDate) |
void |
setTypeCode(String typeCode) |
void |
setUnit(Unit unit) |
void |
setUnitNumber(String unitNumber) |
getAuthorPersonName, getKcPersonService, getUpdateTimestamp, getUpdateUser, isUpdateUserSet, postPersist, prePersist, preUpdate, setUpdateTimestamp, setUpdateUser, setUpdateUserSetafterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postRemove, postUpdate, preRemove, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumberpublic String getPersonId()
public void setPersonId(String personId)
public String getUnitNumber()
public void setUnitNumber(String unitNumber)
public Unit getUnit()
public void setUnit(Unit unit)
public Date getStartDate()
public void setStartDate(Date startDate)
public Date getEndDate()
public void setEndDate(Date endDate)
public String getTypeCode()
public void setTypeCode(String typeCode)
public String getJobTitle()
public void setJobTitle(String jobTitle)
public String getPreferedJobTitle()
public void setPreferedJobTitle(String preferedJobTitle)
public String getJobCode()
public void setJobCode(String jobCode)
public JobCode getJobCodeRef()
public void setJobCodeRef(JobCode jobCodeRef)
public BudgetDecimal getSalary()
public void setSalary(BudgetDecimal salary)
public Integer getAppointmentId()
public void setAppointmentId(Integer appointmentId)
public AppointmentType getAppointmentType()
public void setAppointmentType(AppointmentType appointmentType)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.