org.kuali.rice.kim.bo.entity.impl
Class KimEntityEmploymentInformationImpl
java.lang.Object
org.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.rice.kim.bo.entity.impl.KimEntityDataBase
org.kuali.rice.kim.bo.entity.impl.KimInactivatableEntityDataBase
org.kuali.rice.kim.bo.entity.impl.KimEntityEmploymentInformationImpl
- All Implemented Interfaces:
- Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.core.api.mo.ModelObjectBasic, org.kuali.rice.kim.bo.entity.KimEntityEmploymentInformation, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.Inactivateable, org.kuali.rice.kns.bo.PersistableBusinessObject
@Entity
public class KimEntityEmploymentInformationImpl
- extends KimInactivatableEntityDataBase
- implements org.kuali.rice.kim.bo.entity.KimEntityEmploymentInformation
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
extension, versionNumber |
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
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 |
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase |
prepareForWorkflow, toString, toStringBuilder, toStringMapper |
Methods inherited from interface org.kuali.rice.kns.bo.Inactivateable |
isActive, setActive |
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic |
toString |
entityEmploymentId
protected String entityEmploymentId
entityId
protected String entityId
employeeId
protected String employeeId
employmentRecordId
protected String employmentRecordId
entityAffiliationId
protected String entityAffiliationId
employeeStatusCode
protected String employeeStatusCode
employeeTypeCode
protected String employeeTypeCode
primaryDepartmentCode
protected String primaryDepartmentCode
baseSalaryAmount
protected org.kuali.rice.core.util.type.KualiDecimal baseSalaryAmount
primary
protected boolean primary
employmentType
protected EmploymentTypeImpl employmentType
employmentStatus
protected EmploymentStatusImpl employmentStatus
affiliation
protected KimEntityAffiliationImpl affiliation
KimEntityEmploymentInformationImpl
public KimEntityEmploymentInformationImpl()
getBaseSalaryAmount
public org.kuali.rice.core.util.type.KualiDecimal getBaseSalaryAmount()
- Specified by:
getBaseSalaryAmount
in interface org.kuali.rice.kim.bo.entity.KimEntityEmploymentInformation
- See Also:
KimEntityEmploymentInformation.getBaseSalaryAmount()
getEmployeeStatusCode
public String getEmployeeStatusCode()
- Specified by:
getEmployeeStatusCode
in interface org.kuali.rice.kim.bo.entity.KimEntityEmploymentInformation
- See Also:
KimEntityEmploymentInformation.getEmployeeStatusCode()
getEmployeeTypeCode
public String getEmployeeTypeCode()
- Specified by:
getEmployeeTypeCode
in interface org.kuali.rice.kim.bo.entity.KimEntityEmploymentInformation
- See Also:
KimEntityEmploymentInformation.getEmployeeTypeCode()
getEntityAffiliationId
public String getEntityAffiliationId()
- Specified by:
getEntityAffiliationId
in interface org.kuali.rice.kim.bo.entity.KimEntityEmploymentInformation
- See Also:
KimEntityEmploymentInformation.getEntityAffiliationId()
getEntityEmploymentId
public String getEntityEmploymentId()
- Specified by:
getEntityEmploymentId
in interface org.kuali.rice.kim.bo.entity.KimEntityEmploymentInformation
- See Also:
KimEntityEmploymentInformation.getEntityEmploymentId()
isPrimary
public boolean isPrimary()
- Specified by:
isPrimary
in interface org.kuali.rice.kim.bo.entity.KimEntityEmploymentInformation
- See Also:
KimEntityEmploymentInformation.isPrimary()
setEntityAffiliationId
public void setEntityAffiliationId(String entityAffiliationId)
setBaseSalaryAmount
public void setBaseSalaryAmount(org.kuali.rice.core.util.type.KualiDecimal baseSalaryAmount)
setEmployeeStatusCode
public void setEmployeeStatusCode(String employeeStatusCode)
setEmployeeTypeCode
public void setEmployeeTypeCode(String employeeTypeCode)
setPrimary
public void setPrimary(boolean primary)
setEntityEmploymentId
public void setEntityEmploymentId(String entityEmploymentId)
getEntityId
public String getEntityId()
setEntityId
public void setEntityId(String entityId)
getEmploymentType
public EmploymentTypeImpl getEmploymentType()
setEmploymentType
public void setEmploymentType(EmploymentTypeImpl employmentType)
getEmploymentStatus
public EmploymentStatusImpl getEmploymentStatus()
setEmploymentStatus
public void setEmploymentStatus(EmploymentStatusImpl employmentStatus)
getPrimaryDepartmentCode
public String getPrimaryDepartmentCode()
- Specified by:
getPrimaryDepartmentCode
in interface org.kuali.rice.kim.bo.entity.KimEntityEmploymentInformation
setPrimaryDepartmentCode
public void setPrimaryDepartmentCode(String primaryDepartmentCode)
getEmployeeId
public String getEmployeeId()
- Specified by:
getEmployeeId
in interface org.kuali.rice.kim.bo.entity.KimEntityEmploymentInformation
setEmployeeId
public void setEmployeeId(String employeeId)
getEmploymentRecordId
public String getEmploymentRecordId()
- Specified by:
getEmploymentRecordId
in interface org.kuali.rice.kim.bo.entity.KimEntityEmploymentInformation
setEmploymentRecordId
public void setEmploymentRecordId(String employmentRecordId)
getAffiliation
public KimEntityAffiliationImpl getAffiliation()
setAffiliation
public void setAffiliation(KimEntityAffiliationImpl affiliation)
Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.