|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 EntityEmploymentContract
EntityEmailContract
public EntityAffiliation getEntityAffiliation()
EntityEmploymentContract
EntityEmploymentContract
's identity affiliation.
getEntityAffiliation
in interface EntityEmploymentContract
EntityEmploymentContract
, or null if none has been assigned.public Type getEmployeeStatus()
EntityEmploymentContract
EntityEmploymentContract
's employee status.
getEmployeeStatus
in interface EntityEmploymentContract
EntityEmploymentContract
, or null if none has been assigned.public Type getEmployeeType()
EntityEmploymentContract
EntityEmploymentContract
's employee type.
getEmployeeType
in interface EntityEmploymentContract
EntityEmploymentContract
, or null if none has been assigned.public String getPrimaryDepartmentCode()
EntityEmploymentContract
EntityEmploymentContract
's primary department code.
getPrimaryDepartmentCode
in interface EntityEmploymentContract
EntityEmploymentContract
, or null if none has been assigned.public String getEmployeeId()
EntityEmploymentContract
EntityEmploymentContract
's employee id.
getEmployeeId
in interface EntityEmploymentContract
EntityEmploymentContract
, or null if none has been assigned.public String getEmploymentRecordId()
EntityEmploymentContract
EntityEmploymentContract
's employment record id.
getEmploymentRecordId
in interface EntityEmploymentContract
EntityEmploymentContract
, or null if none has been assigned.public KualiDecimal getBaseSalaryAmount()
EntityEmploymentContract
EntityEmploymentContract
's base salary amount.
getBaseSalaryAmount
in interface EntityEmploymentContract
EntityEmploymentContract
, or null if none has been assigned.public boolean isPrimary()
EntityEmploymentContract
isPrimary
in interface EntityEmploymentContract
public Long getVersionNumber()
Versioned
getVersionNumber
in interface Versioned
public String getObjectId()
GloballyUnique
getObjectId
in interface GloballyUnique
public boolean isActive()
ImmutableInactivatable
isActive
in interface ImmutableInactivatable
public String getId()
Identifiable
getId
in interface Identifiable
public int hashCode()
ModelObjectComplete
ModelObjectComplete.hashCode()
contract.
hashCode
in interface ModelObjectComplete
hashCode
in class Object
public boolean equals(Object object)
ModelObjectComplete
ModelObjectComplete.equals(Object)
contract.
equals
in interface ModelObjectComplete
equals
in class Object
object
- to object to compare for equality
public String toString()
ModelObjectBasic
toString
in interface ModelObjectBasic
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |