@Entity public class PersonDocumentEmploymentInfo extends KimDocumentBoActivatableEditableBase
Modifier and Type | Field and Description |
---|---|
protected PersonDocumentAffiliation |
affiliation |
protected KualiDecimal |
baseSalaryAmount |
protected String |
employeeId |
protected String |
employmentRecordId |
protected EntityEmploymentStatusBo |
employmentStatus |
protected String |
employmentStatusCode |
protected EntityEmploymentTypeBo |
employmentType |
protected String |
employmentTypeCode |
protected String |
entityAffiliationId |
protected String |
entityEmploymentId |
protected boolean |
primary |
protected String |
primaryDepartmentCode |
active, edit
documentNumber
extension, newCollectionRecord, objectId, versionNumber
Constructor and Description |
---|
PersonDocumentEmploymentInfo() |
isActive, isEdit, setActive, setEdit
getDocumentNumber, setDocumentNumber
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getLegacyDataAdapter, getObjectId, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
toString
protected String entityEmploymentId
protected String entityAffiliationId
protected String employmentStatusCode
protected String employmentTypeCode
protected String primaryDepartmentCode
protected KualiDecimal baseSalaryAmount
protected String employeeId
protected String employmentRecordId
protected boolean primary
protected EntityEmploymentTypeBo employmentType
protected EntityEmploymentStatusBo employmentStatus
protected PersonDocumentAffiliation affiliation
public PersonDocumentEmploymentInfo()
public KualiDecimal getBaseSalaryAmount()
public String getEmploymentStatusCode()
org.kuali.rice.kim.api.identity.employment.EntityEmploymentContract#getEmployeeStatusCode()
public String getEmploymentTypeCode()
org.kuali.rice.kim.api.identity.employment.EntityEmploymentContract#getEmploymentTypeCode()
public String getEntityAffiliationId()
org.kuali.rice.kim.api.identity.employment.EntityEmploymentContract#getEntityAffiliationId()
public String getEntityEmploymentId()
org.kuali.rice.kim.api.identity.employment.EntityEmploymentContract#getEntityEmploymentId()
public boolean isPrimary()
EntityEmploymentContract.isPrimary()
public void setEntityAffiliationId(String entityAffiliationId)
org.kuali.rice.kim.api.identity.employment.EntityEmploymentContract#setAffiliationId(java.lang.String)
public void setBaseSalaryAmount(KualiDecimal baseSalaryAmount)
org.kuali.rice.kim.api.identity.employment.EntityEmploymentContract#setBaseSalaryAmount(java.math.BigDecimal)
public void setEmploymentStatusCode(String employmentStatusCode)
org.kuali.rice.kim.api.identity.employment.EntityEmploymentContract#setEmployeeStatusCode(java.lang.String)
public void setEmploymentTypeCode(String employmentTypeCode)
org.kuali.rice.kim.api.identity.employment.EntityEmploymentContract#setEmploymentTypeCode(java.lang.String)
public void setPrimary(boolean primary)
org.kuali.rice.kim.api.identity.employment.EntityEmploymentContract#setPrimary(boolean)
public void setEntityEmploymentId(String entityEmploymentId)
public EntityEmploymentTypeBo getEmploymentType()
public void setEmploymentType(EntityEmploymentTypeBo employmentType)
public EntityEmploymentStatusBo getEmploymentStatus()
public void setEmploymentStatus(EntityEmploymentStatusBo employmentStatus)
public String getPrimaryDepartmentCode()
public void setPrimaryDepartmentCode(String primaryDepartmentCode)
public PersonDocumentAffiliation getAffiliation()
public void setAffiliation(PersonDocumentAffiliation affiliation)
public String getEmployeeId()
public void setEmployeeId(String employeeId)
public String getEmploymentRecordId()
public void setEmploymentRecordId(String employmentRecordId)
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.