@MappedSuperclass public abstract class EntityEmploymentBase extends DataObjectBase implements EntityEmploymentContract
_persistence_cacheKey, _persistence_fetchGroup, _persistence_href, _persistence_links, _persistence_listener, _persistence_primaryKey, _persistence_relationshipInfo, _persistence_session, _persistence_shouldRefreshFetchGroup, objectId, versionNumber| Constructor and Description |
|---|
EntityEmploymentBase() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getActive() |
org.kuali.rice.core.api.util.type.KualiDecimal |
getBaseSalaryAmount() |
String |
getEmployeeId() |
String |
getEmployeeStatusCode() |
String |
getEmployeeTypeCode() |
String |
getEmploymentRecordId() |
String |
getEntityAffiliationId() |
String |
getEntityId() |
boolean |
getPrimary() |
String |
getPrimaryDepartmentCode() |
boolean |
isActive() |
boolean |
isPrimary() |
void |
setActive(boolean active) |
void |
setBaseSalaryAmount(org.kuali.rice.core.api.util.type.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) |
_persistence_checkFetched, _persistence_checkFetchedForSet, _persistence_get_objectId, _persistence_get_versionNumber, _persistence_get, _persistence_getCacheKey, _persistence_getFetchGroup, _persistence_getHref, _persistence_getId, _persistence_getLinks, _persistence_getPropertyChangeListener, _persistence_getRelationships, _persistence_getSession, _persistence_isAttributeFetched, _persistence_new, _persistence_post_clone, _persistence_propertyChange, _persistence_resetFetchGroup, _persistence_set_objectId, _persistence_set_versionNumber, _persistence_set, _persistence_setCacheKey, _persistence_setFetchGroup, _persistence_setHref, _persistence_setId, _persistence_setLinks, _persistence_setPropertyChangeListener, _persistence_setRelationships, _persistence_setSession, _persistence_setShouldRefreshFetchGroup, _persistence_shallow_clone, _persistence_shouldRefreshFetchGroup, generateAndSetObjectIdIfNeeded, getExtensionObject, getObjectId, getVersionNumber, prePersist, preUpdate, setExtensionObject, setObjectId, setVersionNumber, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetEmployeeStatus, getEmployeeType, getEntityAffiliationpublic EntityEmploymentBase()
public String getEntityId()
getEntityId in interface EntityEmploymentContractpublic void setEntityId(String entityId)
public String getEmployeeId()
getEmployeeId in interface EntityEmploymentContractpublic void setEmployeeId(String employeeId)
public String getEmploymentRecordId()
getEmploymentRecordId in interface EntityEmploymentContractpublic 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()
getPrimaryDepartmentCode in interface EntityEmploymentContractpublic void setPrimaryDepartmentCode(String primaryDepartmentCode)
public org.kuali.rice.core.api.util.type.KualiDecimal getBaseSalaryAmount()
getBaseSalaryAmount in interface EntityEmploymentContractpublic void setBaseSalaryAmount(org.kuali.rice.core.api.util.type.KualiDecimal baseSalaryAmount)
public boolean getPrimary()
public boolean isPrimary()
isPrimary in interface EntityEmploymentContractpublic void setPrimary(boolean primary)
public boolean getActive()
public boolean isActive()
isActive in interface org.kuali.rice.core.api.mo.common.active.Inactivatablepublic void setActive(boolean active)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.