Class PersonDocumentEmploymentInfo

All Implemented Interfaces:
Serializable, Cloneable, org.apache.ojb.broker.PersistenceBrokerAware, org.eclipse.persistence.descriptors.changetracking.ChangeTracker, org.eclipse.persistence.internal.descriptors.PersistenceEntity, org.eclipse.persistence.internal.descriptors.PersistenceObject, org.eclipse.persistence.internal.weaving.PersistenceWeaved, org.eclipse.persistence.internal.weaving.PersistenceWeavedChangeTracking, org.eclipse.persistence.internal.weaving.PersistenceWeavedFetchGroups, org.eclipse.persistence.internal.weaving.PersistenceWeavedRest, org.eclipse.persistence.queries.FetchGroupTracker, GloballyUnique, Versioned, ModelObjectBasic, BusinessObject, PersistableBusinessObject

@Entity public class PersonDocumentEmploymentInfo extends KimDocumentBoActivatableEditableBase
See Also:
  • Field Details

    • 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
  • Constructor Details

    • PersonDocumentEmploymentInfo

      public PersonDocumentEmploymentInfo()
  • Method Details

    • getBaseSalaryAmount

      public KualiDecimal getBaseSalaryAmount()
      See Also:
      • EntityEmploymentContract.getBaseSalaryAmount()
    • getEmploymentStatusCode

      public String getEmploymentStatusCode()
      See Also:
      • invalid reference
        org.kuali.rice.kim.api.identity.employment.EntityEmploymentContract#getEmployeeStatusCode()
    • getEmploymentTypeCode

      public String getEmploymentTypeCode()
      See Also:
      • invalid reference
        org.kuali.rice.kim.api.identity.employment.EntityEmploymentContract#getEmploymentTypeCode()
    • getEntityAffiliationId

      public String getEntityAffiliationId()
      See Also:
      • invalid reference
        org.kuali.rice.kim.api.identity.employment.EntityEmploymentContract#getEntityAffiliationId()
    • getEntityEmploymentId

      public String getEntityEmploymentId()
      See Also:
      • invalid reference
        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:
      • invalid reference
        org.kuali.rice.kim.api.identity.employment.EntityEmploymentContract#setAffiliationId(java.lang.String)
    • setBaseSalaryAmount

      public void setBaseSalaryAmount(KualiDecimal baseSalaryAmount)
      See Also:
      • invalid reference
        org.kuali.rice.kim.api.identity.employment.EntityEmploymentContract#setBaseSalaryAmount(java.math.BigDecimal)
    • setEmploymentStatusCode

      public void setEmploymentStatusCode(String employmentStatusCode)
      See Also:
      • invalid reference
        org.kuali.rice.kim.api.identity.employment.EntityEmploymentContract#setEmployeeStatusCode(java.lang.String)
    • setEmploymentTypeCode

      public void setEmploymentTypeCode(String employmentTypeCode)
      See Also:
      • invalid reference
        org.kuali.rice.kim.api.identity.employment.EntityEmploymentContract#setEmploymentTypeCode(java.lang.String)
    • setPrimary

      public void setPrimary(boolean primary)
      See Also:
      • invalid reference
        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)