public class EntityEmploymentBo extends PersistableBusinessObjectBase implements EntityEmploymentContract, groovy.lang.GroovyObject
extension, versionNumber| Constructor and Description |
|---|
EntityEmploymentBo() |
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumbertoStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetVersionNumbergetObjectIdtoStringpublic EntityEmploymentBo()
public groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectpublic Object invokeMethod(String method, Object arguments)
invokeMethod in interface groovy.lang.GroovyObjectpublic Object getProperty(String property)
getProperty in interface groovy.lang.GroovyObjectpublic void setProperty(String property, Object value)
setProperty in interface groovy.lang.GroovyObjectpublic String getId()
getId in interface org.kuali.rice.core.api.mo.common.Identifiablepublic String getEntityId()
getEntityId in interface EntityEmploymentContractpublic void setEntityId(String value)
public String getEmployeeId()
getEmployeeId in interface EntityEmploymentContractpublic void setEmployeeId(String value)
public String getEmploymentRecordId()
getEmploymentRecordId in interface EntityEmploymentContractpublic void setEmploymentRecordId(String value)
public String getEntityAffiliationId()
public void setEntityAffiliationId(String value)
public String getEmployeeStatusCode()
public void setEmployeeStatusCode(String value)
public String getEmployeeTypeCode()
public void setEmployeeTypeCode(String value)
public String getPrimaryDepartmentCode()
getPrimaryDepartmentCode in interface EntityEmploymentContractpublic void setPrimaryDepartmentCode(String value)
public org.kuali.rice.core.api.util.type.KualiDecimal getBaseSalaryAmount()
getBaseSalaryAmount in interface EntityEmploymentContractpublic void setBaseSalaryAmount(org.kuali.rice.core.api.util.type.KualiDecimal value)
public boolean getPrimary()
public boolean isPrimary()
isPrimary in interface EntityEmploymentContractpublic void setPrimary(boolean value)
public boolean getActive()
public boolean isActive()
isActive in interface org.kuali.rice.core.api.mo.common.active.Inactivatablepublic void setActive(boolean value)
public void setEmployeeType(EntityEmploymentTypeBo value)
public void setEmployeeStatus(EntityEmploymentStatusBo value)
public void setEntityAffiliation(EntityAffiliationBo value)
public EntityAffiliationBo getEntityAffiliation()
getEntityAffiliation in interface EntityEmploymentContractpublic EntityEmploymentStatusBo getEmployeeStatus()
getEmployeeStatus in interface EntityEmploymentContractpublic EntityEmploymentTypeBo getEmployeeType()
getEmployeeType in interface EntityEmploymentContractpublic static EntityEmployment to(EntityEmploymentBo bo)
public static EntityEmploymentBo from(EntityEmployment immutable)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.