@Entity public class EntityEmploymentBo extends EntityEmploymentBase
objectId, versionNumber
Constructor and Description |
---|
EntityEmploymentBo() |
Modifier and Type | Method and Description |
---|---|
static EntityEmploymentBo |
from(EntityEmployment immutable)
Creates a EntityEmploymentBo business object from an immutable representation of a EntityEmployment.
|
EntityEmploymentStatusBo |
getEmployeeStatus()
Gets this
EntityEmploymentContract 's employee status. |
EntityEmploymentTypeBo |
getEmployeeType()
Gets this
EntityEmploymentContract 's employee type. |
EntityAffiliationBo |
getEntityAffiliation()
Gets this
EntityEmploymentContract 's identity affiliation. |
String |
getId()
The unique identifier for an object.
|
void |
setEmployeeStatus(EntityEmploymentStatusBo employeeStatus) |
void |
setEmployeeType(EntityEmploymentTypeBo employeeType) |
void |
setEntityAffiliation(EntityAffiliationBo entityAffiliation) |
void |
setId(String id) |
static EntityEmployment |
to(EntityEmploymentBo bo) |
getActive, getBaseSalaryAmount, getEmployeeId, getEmployeeStatusCode, getEmployeeTypeCode, getEmploymentRecordId, getEntityAffiliationId, getEntityId, getPrimary, getPrimaryDepartmentCode, isActive, isPrimary, setActive, setBaseSalaryAmount, setEmployeeId, setEmployeeStatusCode, setEmployeeTypeCode, setEmploymentRecordId, setEntityAffiliationId, setEntityId, setPrimary, setPrimaryDepartmentCode
generateAndSetObjectIdIfNeeded, getExtensionObject, getObjectId, getVersionNumber, prePersist, preUpdate, setExtensionObject, setObjectId, setVersionNumber, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getVersionNumber
getObjectId
public EntityEmploymentBo()
public EntityAffiliationBo getEntityAffiliation()
EntityEmploymentContract
EntityEmploymentContract
's identity affiliation.EntityEmploymentContract
, or null if none has been assigned.public EntityEmploymentStatusBo getEmployeeStatus()
EntityEmploymentContract
EntityEmploymentContract
's employee status.EntityEmploymentContract
, or null if none has been assigned.public EntityEmploymentTypeBo getEmployeeType()
EntityEmploymentContract
EntityEmploymentContract
's employee type.EntityEmploymentContract
, or null if none has been assigned.public static EntityEmployment to(EntityEmploymentBo bo)
public static EntityEmploymentBo from(EntityEmployment immutable)
immutable
- an immutable EntityEmploymentpublic String getId()
Identifiable
public void setEmployeeType(EntityEmploymentTypeBo employeeType)
public void setEmployeeStatus(EntityEmploymentStatusBo employeeStatus)
public void setEntityAffiliation(EntityAffiliationBo entityAffiliation)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.