|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.kim.api.identity.employment.EntityEmployment
public final class EntityEmployment
| Nested Class Summary | |
|---|---|
static class |
EntityEmployment.Builder
A builder which can be used to construct EntityEmployment instances. |
(package private) static class |
EntityEmployment.Constants
Defines some internal constants used on this class. |
(package private) static class |
EntityEmployment.Elements
A private class which exposes constants which define the XML element names to use when this object is marshalled to XML. |
| Field Summary | |
|---|---|
private Collection<Element> |
_futureElements
|
private boolean |
active
|
private KualiDecimal |
baseSalaryAmount
|
private String |
employeeId
|
private Type |
employeeStatus
|
private Type |
employeeType
|
private String |
employmentRecordId
|
private EntityAffiliation |
entityAffiliation
|
private String |
entityId
|
private String |
id
|
private String |
objectId
|
private boolean |
primary
|
private String |
primaryDepartmentCode
|
private Long |
versionNumber
|
| Constructor Summary | |
|---|---|
private |
EntityEmployment()
Private constructor used only by JAXB. |
private |
EntityEmployment(EntityEmployment.Builder builder)
|
| Method Summary | |
|---|---|
boolean |
equals(Object object)
All "Complete" model object's should adhere to the ModelObjectComplete.equals(Object) contract. |
KualiDecimal |
getBaseSalaryAmount()
Gets this EntityEmploymentContract's base salary amount. |
String |
getEmployeeId()
Gets this EntityEmploymentContract's employee id. |
Type |
getEmployeeStatus()
Gets this EntityEmploymentContract's employee status. |
Type |
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. |
int |
hashCode()
All "Complete" model object's should adhere to the ModelObjectComplete.hashCode() contract. |
boolean |
isActive()
The active indicator for an object. |
boolean |
isPrimary()
The primary value for this object. |
String |
toString()
This will return a proper string representation of the Model Object. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private final String id
private final String entityId
private final EntityAffiliation entityAffiliation
private final Type employeeStatus
private final Type employeeType
private final String primaryDepartmentCode
private final String employeeId
private final String employmentRecordId
private final KualiDecimal baseSalaryAmount
private final boolean primary
private final Long versionNumber
private final String objectId
private final boolean active
private final Collection<Element> _futureElements
| Constructor Detail |
|---|
private EntityEmployment()
private EntityEmployment(EntityEmployment.Builder builder)
| Method Detail |
|---|
public String getEntityId()
EntityEmploymentContract
getEntityId in interface EntityEmploymentContractEntityEmailContractpublic EntityAffiliation getEntityAffiliation()
EntityEmploymentContractEntityEmploymentContract's identity affiliation.
getEntityAffiliation in interface EntityEmploymentContractEntityEmploymentContract, or null if none has been assigned.public Type getEmployeeStatus()
EntityEmploymentContractEntityEmploymentContract's employee status.
getEmployeeStatus in interface EntityEmploymentContractEntityEmploymentContract, or null if none has been assigned.public Type 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()
EntityEmploymentContract
isPrimary in interface EntityEmploymentContractpublic Long getVersionNumber()
Versioned
getVersionNumber in interface Versionedpublic String getObjectId()
GloballyUnique
getObjectId in interface GloballyUniquepublic boolean isActive()
ImmutableInactivatable
isActive in interface ImmutableInactivatablepublic String getId()
Identifiable
getId in interface Identifiablepublic int hashCode()
ModelObjectCompleteModelObjectComplete.hashCode() contract.
hashCode in interface ModelObjectCompletehashCode in class Objectpublic boolean equals(Object object)
ModelObjectCompleteModelObjectComplete.equals(Object) contract.
equals in interface ModelObjectCompleteequals in class Objectobject - to object to compare for equality
public String toString()
ModelObjectBasic
toString in interface ModelObjectBasictoString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||