@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, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getEmployeeStatus, getEmployeeType, getEntityAffiliation
getVersionNumber
getObjectId
getId
public EntityEmploymentBase()
public String getEntityId()
EntityEmploymentContract
getEntityId
in interface EntityEmploymentContract
EntityEmailContract
public void setEntityId(String entityId)
public String getEmployeeId()
EntityEmploymentContract
EntityEmploymentContract
's employee id.getEmployeeId
in interface EntityEmploymentContract
EntityEmploymentContract
, or null if none has been assigned.public void setEmployeeId(String employeeId)
public String getEmploymentRecordId()
EntityEmploymentContract
EntityEmploymentContract
's employment record id.getEmploymentRecordId
in interface EntityEmploymentContract
EntityEmploymentContract
, 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()
EntityEmploymentContract
EntityEmploymentContract
's primary department code.getPrimaryDepartmentCode
in interface EntityEmploymentContract
EntityEmploymentContract
, or null if none has been assigned.public void setPrimaryDepartmentCode(String primaryDepartmentCode)
public KualiDecimal getBaseSalaryAmount()
EntityEmploymentContract
EntityEmploymentContract
's base salary amount.getBaseSalaryAmount
in interface EntityEmploymentContract
EntityEmploymentContract
, or null if none has been assigned.public void setBaseSalaryAmount(KualiDecimal baseSalaryAmount)
public boolean getPrimary()
public boolean isPrimary()
EntityEmploymentContract
isPrimary
in interface EntityEmploymentContract
public void setPrimary(boolean primary)
public boolean getActive()
public boolean isActive()
Inactivatable
isActive
in interface Inactivatable
public void setActive(boolean active)
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.