@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 org.kuali.rice.kim.impl.identity.employment.EntityEmploymentStatusBo |
employmentStatus |
protected String |
employmentStatusCode |
protected org.kuali.rice.kim.impl.identity.employment.EntityEmploymentTypeBo |
employmentType |
protected String |
employmentTypeCode |
protected String |
entityAffiliationId |
protected String |
entityEmploymentId |
protected boolean |
primary |
protected String |
primaryDepartmentCode |
active, edit
documentNumber
extension, versionNumber
Constructor and Description |
---|
PersonDocumentEmploymentInfo() |
Modifier and Type | Method and Description |
---|---|
PersonDocumentAffiliation |
getAffiliation() |
KualiDecimal |
getBaseSalaryAmount() |
String |
getEmployeeId() |
String |
getEmploymentRecordId() |
org.kuali.rice.kim.impl.identity.employment.EntityEmploymentStatusBo |
getEmploymentStatus() |
String |
getEmploymentStatusCode() |
org.kuali.rice.kim.impl.identity.employment.EntityEmploymentTypeBo |
getEmploymentType() |
String |
getEmploymentTypeCode() |
String |
getEntityAffiliationId() |
String |
getEntityEmploymentId() |
String |
getPrimaryDepartmentCode() |
boolean |
isPrimary() |
void |
setAffiliation(PersonDocumentAffiliation affiliation) |
void |
setBaseSalaryAmount(KualiDecimal baseSalaryAmount) |
void |
setEmployeeId(String employeeId) |
void |
setEmploymentRecordId(String employmentRecordId) |
void |
setEmploymentStatus(org.kuali.rice.kim.impl.identity.employment.EntityEmploymentStatusBo employmentStatus) |
void |
setEmploymentStatusCode(String employmentStatusCode) |
void |
setEmploymentType(org.kuali.rice.kim.impl.identity.employment.EntityEmploymentTypeBo employmentType) |
void |
setEmploymentTypeCode(String employmentTypeCode) |
void |
setEntityAffiliationId(String entityAffiliationId) |
void |
setEntityEmploymentId(String entityEmploymentId) |
void |
setPrimary(boolean primary) |
void |
setPrimaryDepartmentCode(String primaryDepartmentCode) |
isActive, isEdit, setActive, setEdit
getDocumentNumber, setDocumentNumber
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, 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 org.kuali.rice.kim.impl.identity.employment.EntityEmploymentTypeBo employmentType
protected org.kuali.rice.kim.impl.identity.employment.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 org.kuali.rice.kim.impl.identity.employment.EntityEmploymentTypeBo getEmploymentType()
public void setEmploymentType(org.kuali.rice.kim.impl.identity.employment.EntityEmploymentTypeBo employmentType)
public org.kuali.rice.kim.impl.identity.employment.EntityEmploymentStatusBo getEmploymentStatus()
public void setEmploymentStatus(org.kuali.rice.kim.impl.identity.employment.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–2016 The Kuali Foundation. All rights reserved.