public interface EntityEmploymentContract extends Versioned, GloballyUnique, Inactivatable, Identifiable
| Modifier and Type | Method and Description | 
|---|---|
| KualiDecimal | getBaseSalaryAmount()Gets this  EntityEmploymentContract's base salary amount. | 
| String | getEmployeeId()Gets this  EntityEmploymentContract's employee id. | 
| CodedAttributeContract | getEmployeeStatus()Gets this  EntityEmploymentContract's employee status. | 
| CodedAttributeContract | getEmployeeType()Gets this  EntityEmploymentContract's employee type. | 
| String | getEmploymentRecordId()Gets this  EntityEmploymentContract's employment record id. | 
| EntityAffiliationContract | getEntityAffiliation()Gets this  EntityEmploymentContract's identity affiliation. | 
| String | getEntityId()Gets this id of the parent identity object. | 
| String | getPrimaryDepartmentCode()Gets this  EntityEmploymentContract's primary department code. | 
| boolean | isPrimary()The primary value for this object. | 
getVersionNumbergetObjectIdisActivegetIdString getEntityId()
EntityEmailContractEntityAffiliationContract getEntityAffiliation()
EntityEmploymentContract's identity affiliation.EntityEmploymentContract, or null if none has been assigned.CodedAttributeContract getEmployeeStatus()
EntityEmploymentContract's employee status.EntityEmploymentContract, or null if none has been assigned.CodedAttributeContract getEmployeeType()
EntityEmploymentContract's employee type.EntityEmploymentContract, or null if none has been assigned.String getPrimaryDepartmentCode()
EntityEmploymentContract's primary department code.EntityEmploymentContract, or null if none has been assigned.String getEmployeeId()
EntityEmploymentContract's employee id.EntityEmploymentContract, or null if none has been assigned.String getEmploymentRecordId()
EntityEmploymentContract's employment record id.EntityEmploymentContract, or null if none has been assigned.KualiDecimal getBaseSalaryAmount()
EntityEmploymentContract's base salary amount.EntityEmploymentContract, or null if none has been assigned.boolean isPrimary()
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.