@MappedSuperclass public abstract class EntityEmploymentBase extends DataObjectBase implements EntityEmploymentContract
objectId, versionNumber| Constructor and Description |
|---|
EntityEmploymentBase() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getActive() |
KualiDecimal |
getBaseSalaryAmount()
Gets this
EntityEmploymentContract's base salary amount. |
String |
getEmployeeId()
Gets this
EntityEmploymentContract's employee id. |
String |
getEmployeeStatusCode() |
String |
getEmployeeTypeCode() |
String |
getEmploymentRecordId()
Gets this
EntityEmploymentContract's employment record id. |
String |
getEntityAffiliationId() |
String |
getEntityId()
Gets this id of the parent identity object.
|
boolean |
getPrimary() |
String |
getPrimaryDepartmentCode()
Gets this
EntityEmploymentContract's primary department code. |
boolean |
isActive()
The active indicator for an object.
|
boolean |
isPrimary()
The primary value for this object.
|
void |
setActive(boolean active) |
void |
setBaseSalaryAmount(KualiDecimal baseSalaryAmount) |
void |
setEmployeeId(String employeeId) |
void |
setEmployeeStatusCode(String employeeStatusCode) |
void |
setEmployeeTypeCode(String employeeTypeCode) |
void |
setEmploymentRecordId(String employmentRecordId) |
void |
setEntityAffiliationId(String entityAffiliationId) |
void |
setEntityId(String entityId) |
void |
setPrimary(boolean primary) |
void |
setPrimaryDepartmentCode(String primaryDepartmentCode) |
generateAndSetObjectIdIfNeeded, getExtensionObject, getObjectId, getVersionNumber, prePersist, preUpdate, setExtensionObject, setObjectId, setVersionNumber, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetEmployeeStatus, getEmployeeType, getEntityAffiliationgetVersionNumbergetObjectIdgetIdpublic EntityEmploymentBase()
public String getEntityId()
EntityEmploymentContractgetEntityId in interface EntityEmploymentContractEntityEmailContractpublic void setEntityId(String entityId)
public String getEmployeeId()
EntityEmploymentContractEntityEmploymentContract's employee id.getEmployeeId in interface EntityEmploymentContractEntityEmploymentContract, or null if none has been assigned.public void setEmployeeId(String employeeId)
public String getEmploymentRecordId()
EntityEmploymentContractEntityEmploymentContract's employment record id.getEmploymentRecordId in interface EntityEmploymentContractEntityEmploymentContract, or null if none has been assigned.public void setEmploymentRecordId(String employmentRecordId)
public String getEntityAffiliationId()
public void setEntityAffiliationId(String entityAffiliationId)
public String getEmployeeStatusCode()
public void setEmployeeStatusCode(String employeeStatusCode)
public String getEmployeeTypeCode()
public void setEmployeeTypeCode(String employeeTypeCode)
public String getPrimaryDepartmentCode()
EntityEmploymentContractEntityEmploymentContract's primary department code.getPrimaryDepartmentCode in interface EntityEmploymentContractEntityEmploymentContract, or null if none has been assigned.public void setPrimaryDepartmentCode(String primaryDepartmentCode)
public KualiDecimal getBaseSalaryAmount()
EntityEmploymentContractEntityEmploymentContract's base salary amount.getBaseSalaryAmount in interface EntityEmploymentContractEntityEmploymentContract, or null if none has been assigned.public void setBaseSalaryAmount(KualiDecimal baseSalaryAmount)
public boolean getPrimary()
public boolean isPrimary()
EntityEmploymentContractisPrimary in interface EntityEmploymentContractpublic void setPrimary(boolean primary)
public boolean getActive()
public boolean isActive()
InactivatableisActive in interface Inactivatablepublic void setActive(boolean active)
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.