public final class EntityEmployment extends AbstractDataTransferObject implements EntityEmploymentContract
| Modifier and Type | Class and Description |
|---|---|
static class |
EntityEmployment.Builder
A builder which can be used to construct
EntityEmployment instances. |
| Modifier and Type | Method and Description |
|---|---|
KualiDecimal |
getBaseSalaryAmount()
Gets this
EntityEmploymentContract's base salary amount. |
String |
getEmployeeId()
Gets this
EntityEmploymentContract's employee id. |
CodedAttribute |
getEmployeeStatus()
Gets this
EntityEmploymentContract's employee status. |
CodedAttribute |
getEmployeeType()
Gets this
EntityEmploymentContract's employee type. |
String |
getEmploymentRecordId()
Gets this
EntityEmploymentContract's employment record id. |
EntityAffiliation |
getEntityAffiliation()
Gets this
EntityEmploymentContract's identity affiliation. |
String |
getEntityId()
Gets this id of the parent identity object.
|
String |
getId()
The unique identifier for an object.
|
String |
getObjectId()
Return the globally unique object id of this object.
|
String |
getPrimaryDepartmentCode()
Gets this
EntityEmploymentContract's primary department code. |
Long |
getVersionNumber()
Returns the version number for this object.
|
boolean |
isActive()
The active indicator for an object.
|
boolean |
isPrimary()
The primary value for this object.
|
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toStringpublic String getEntityId()
EntityEmploymentContractgetEntityId in interface EntityEmploymentContractEntityEmailContractpublic EntityAffiliation getEntityAffiliation()
EntityEmploymentContractEntityEmploymentContract's identity affiliation.getEntityAffiliation in interface EntityEmploymentContractEntityEmploymentContract, or null if none has been assigned.public CodedAttribute getEmployeeStatus()
EntityEmploymentContractEntityEmploymentContract's employee status.getEmployeeStatus in interface EntityEmploymentContractEntityEmploymentContract, or null if none has been assigned.public CodedAttribute getEmployeeType()
EntityEmploymentContractEntityEmploymentContract's employee type.getEmployeeType in interface EntityEmploymentContractEntityEmploymentContract, or null if none has been assigned.public String getPrimaryDepartmentCode()
EntityEmploymentContractEntityEmploymentContract's primary department code.getPrimaryDepartmentCode in interface EntityEmploymentContractEntityEmploymentContract, or null if none has been assigned.public String getEmployeeId()
EntityEmploymentContractEntityEmploymentContract's employee id.getEmployeeId in interface EntityEmploymentContractEntityEmploymentContract, or null if none has been assigned.public String getEmploymentRecordId()
EntityEmploymentContractEntityEmploymentContract's employment record id.getEmploymentRecordId in interface EntityEmploymentContractEntityEmploymentContract, or null if none has been assigned.public KualiDecimal getBaseSalaryAmount()
EntityEmploymentContractEntityEmploymentContract's base salary amount.getBaseSalaryAmount in interface EntityEmploymentContractEntityEmploymentContract, or null if none has been assigned.public boolean isPrimary()
EntityEmploymentContractisPrimary in interface EntityEmploymentContractpublic Long getVersionNumber()
VersionedgetVersionNumber in interface Versionedpublic String getObjectId()
GloballyUniquegetObjectId in interface GloballyUniquepublic boolean isActive()
InactivatableisActive in interface Inactivatablepublic String getId()
IdentifiablegetId in interface IdentifiableCopyright © 2005-2015 The Kuali Foundation. All Rights Reserved.