org.kuali.rice.kim.bo.ui
Class PersonDocumentEmploymentInfo
java.lang.Object
org.kuali.rice.krad.bo.BusinessObjectBase
org.kuali.rice.krad.bo.PersistableBusinessObjectBase
org.kuali.rice.kim.bo.ui.KimDocumentBoBase
org.kuali.rice.kim.bo.ui.KimDocumentBoActivatableEditableBase
org.kuali.rice.kim.bo.ui.PersonDocumentEmploymentInfo
- All Implemented Interfaces:
- Serializable, org.apache.ojb.broker.PersistenceBrokerAware, GloballyUnique, Versioned, ModelObjectBasic, BusinessObject, PersistableBusinessObject
@Entity
public class PersonDocumentEmploymentInfo
- extends KimDocumentBoActivatableEditableBase
This is a description of what this class does - shyu don't forget to fill this in.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
Methods inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase |
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 |
entityEmploymentId
protected String entityEmploymentId
entityAffiliationId
protected String entityAffiliationId
employmentStatusCode
protected String employmentStatusCode
employmentTypeCode
protected String employmentTypeCode
primaryDepartmentCode
protected String primaryDepartmentCode
baseSalaryAmount
protected KualiDecimal baseSalaryAmount
employeeId
protected String employeeId
employmentRecordId
protected String employmentRecordId
primary
protected boolean primary
employmentType
protected EntityEmploymentTypeBo employmentType
employmentStatus
protected EntityEmploymentStatusBo employmentStatus
affiliation
protected PersonDocumentAffiliation affiliation
PersonDocumentEmploymentInfo
public PersonDocumentEmploymentInfo()
getBaseSalaryAmount
public KualiDecimal getBaseSalaryAmount()
- See Also:
EntityEmploymentContract.getBaseSalaryAmount()
getEmploymentStatusCode
public String getEmploymentStatusCode()
- See Also:
org.kuali.rice.kim.api.identity.employment.EntityEmploymentContract#getEmployeeStatusCode()
getEmploymentTypeCode
public String getEmploymentTypeCode()
- See Also:
org.kuali.rice.kim.api.identity.employment.EntityEmploymentContract#getEmploymentTypeCode()
getEntityAffiliationId
public String getEntityAffiliationId()
- See Also:
org.kuali.rice.kim.api.identity.employment.EntityEmploymentContract#getEntityAffiliationId()
getEntityEmploymentId
public String getEntityEmploymentId()
- See Also:
org.kuali.rice.kim.api.identity.employment.EntityEmploymentContract#getEntityEmploymentId()
isPrimary
public boolean isPrimary()
- See Also:
EntityEmploymentContract.isPrimary()
setEntityAffiliationId
public void setEntityAffiliationId(String entityAffiliationId)
- See Also:
org.kuali.rice.kim.api.identity.employment.EntityEmploymentContract#setAffiliationId(java.lang.String)
setBaseSalaryAmount
public void setBaseSalaryAmount(KualiDecimal baseSalaryAmount)
- See Also:
org.kuali.rice.kim.api.identity.employment.EntityEmploymentContract#setBaseSalaryAmount(java.math.BigDecimal)
setEmploymentStatusCode
public void setEmploymentStatusCode(String employmentStatusCode)
- See Also:
org.kuali.rice.kim.api.identity.employment.EntityEmploymentContract#setEmployeeStatusCode(java.lang.String)
setEmploymentTypeCode
public void setEmploymentTypeCode(String employmentTypeCode)
- See Also:
org.kuali.rice.kim.api.identity.employment.EntityEmploymentContract#setEmploymentTypeCode(java.lang.String)
setPrimary
public void setPrimary(boolean primary)
- See Also:
org.kuali.rice.kim.api.identity.employment.EntityEmploymentContract#setPrimary(boolean)
setEntityEmploymentId
public void setEntityEmploymentId(String entityEmploymentId)
getEmploymentType
public EntityEmploymentTypeBo getEmploymentType()
setEmploymentType
public void setEmploymentType(EntityEmploymentTypeBo employmentType)
getEmploymentStatus
public EntityEmploymentStatusBo getEmploymentStatus()
setEmploymentStatus
public void setEmploymentStatus(EntityEmploymentStatusBo employmentStatus)
getPrimaryDepartmentCode
public String getPrimaryDepartmentCode()
setPrimaryDepartmentCode
public void setPrimaryDepartmentCode(String primaryDepartmentCode)
getAffiliation
public PersonDocumentAffiliation getAffiliation()
setAffiliation
public void setAffiliation(PersonDocumentAffiliation affiliation)
getEmployeeId
public String getEmployeeId()
setEmployeeId
public void setEmployeeId(String employeeId)
getEmploymentRecordId
public String getEmploymentRecordId()
setEmploymentRecordId
public void setEmploymentRecordId(String employmentRecordId)
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.