org.kuali.rice.kim.bo.entity.impl
Class KimEntityEmploymentInformationImpl

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.rice.kim.bo.entity.impl.KimEntityDataBase
              extended by org.kuali.rice.kim.bo.entity.impl.KimInactivatableEntityDataBase
                  extended by 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

Field Summary
protected  KimEntityAffiliationImpl affiliation
           
protected  org.kuali.rice.core.util.type.KualiDecimal baseSalaryAmount
           
protected  String employeeId
           
protected  String employeeStatusCode
           
protected  String employeeTypeCode
           
protected  String employmentRecordId
           
protected  EmploymentStatusImpl employmentStatus
           
protected  EmploymentTypeImpl employmentType
           
protected  String entityAffiliationId
           
protected  String entityEmploymentId
           
protected  String entityId
           
protected  boolean primary
           
protected  String primaryDepartmentCode
           
 
Fields inherited from class org.kuali.rice.kim.bo.entity.impl.KimInactivatableEntityDataBase
active
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
KimEntityEmploymentInformationImpl()
           
 
Method Summary
 KimEntityAffiliationImpl getAffiliation()
           
 org.kuali.rice.core.util.type.KualiDecimal getBaseSalaryAmount()
           
 String getEmployeeId()
           
 String getEmployeeStatusCode()
           
 String getEmployeeTypeCode()
           
 String getEmploymentRecordId()
           
 EmploymentStatusImpl getEmploymentStatus()
           
 EmploymentTypeImpl getEmploymentType()
           
 String getEntityAffiliationId()
           
 String getEntityEmploymentId()
           
 String getEntityId()
           
 String getPrimaryDepartmentCode()
           
 boolean isPrimary()
           
 void setAffiliation(KimEntityAffiliationImpl affiliation)
           
 void setBaseSalaryAmount(org.kuali.rice.core.util.type.KualiDecimal baseSalaryAmount)
           
 void setEmployeeId(String employeeId)
           
 void setEmployeeStatusCode(String employeeStatusCode)
           
 void setEmployeeTypeCode(String employeeTypeCode)
           
 void setEmploymentRecordId(String employmentRecordId)
           
 void setEmploymentStatus(EmploymentStatusImpl employmentStatus)
           
 void setEmploymentType(EmploymentTypeImpl employmentType)
           
 void setEntityAffiliationId(String entityAffiliationId)
           
 void setEntityEmploymentId(String entityEmploymentId)
           
 void setEntityId(String entityId)
           
 void setPrimary(boolean primary)
           
 void setPrimaryDepartmentCode(String primaryDepartmentCode)
           
 
Methods inherited from class org.kuali.rice.kim.bo.entity.impl.KimInactivatableEntityDataBase
isActive, setActive
 
Methods inherited from class org.kuali.rice.kim.bo.entity.impl.KimEntityDataBase
getDefaultItem, getDefaultItem
 
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 class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.kns.bo.Inactivateable
isActive, setActive
 
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic
toString
 

Field Detail

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
Constructor Detail

KimEntityEmploymentInformationImpl

public KimEntityEmploymentInformationImpl()
Method Detail

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.