|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.core.api.mo.AbstractDataTransferObject org.kuali.rice.kim.api.identity.employment.EntityEmploymentHistory
public final class EntityEmploymentHistory
Nested Class Summary | |
---|---|
static class |
EntityEmploymentHistory.Builder
A builder which can be used to construct EntityEmploymentHistory instances. |
Method Summary | |
---|---|
org.joda.time.DateTime |
getActiveFromDate()
Gets the date for which the record become active. |
org.joda.time.DateTime |
getActiveToDate()
Gets the date for which the record become inactive. |
KualiDecimal |
getBaseSalaryAmount()
Gets this EntityEmploymentContract 's base salary amount. |
String |
getEmployeeId()
Gets this EntityEmploymentContract 's employee id. |
CodedAttributeHistory |
getEmployeeStatus()
Gets this EntityEmploymentContract 's employee status. |
CodedAttributeHistory |
getEmployeeType()
Gets this EntityEmploymentContract 's employee type. |
String |
getEmploymentRecordId()
Gets this EntityEmploymentContract 's employment record id. |
EntityAffiliationHistory |
getEntityAffiliation()
Gets this EntityEmploymentContract 's identity affiliation. |
String |
getEntityId()
Gets this id of the parent identity object. |
Long |
getHistoryId()
|
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 |
isActive(org.joda.time.DateTime activeAsOf)
Returns if the record is active for a given Time. |
boolean |
isActiveNow()
|
boolean |
isPrimary()
The primary value for this object. |
boolean |
isTenured()
The tenure indicator value for this object. |
Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject |
---|
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public String getEntityId()
EntityEmploymentContract
getEntityId
in interface EntityEmploymentContract
EntityEmailContract
public EntityAffiliationHistory getEntityAffiliation()
EntityEmploymentHistoryContract
EntityEmploymentContract
's identity affiliation.
getEntityAffiliation
in interface EntityEmploymentContract
getEntityAffiliation
in interface EntityEmploymentHistoryContract
EntityEmploymentContract
, or null if none has been assigned.public CodedAttributeHistory getEmployeeStatus()
EntityEmploymentHistoryContract
EntityEmploymentContract
's employee status.
getEmployeeStatus
in interface EntityEmploymentContract
getEmployeeStatus
in interface EntityEmploymentHistoryContract
EntityEmploymentContract
, or null if none has been assigned.public CodedAttributeHistory getEmployeeType()
EntityEmploymentHistoryContract
EntityEmploymentContract
's employee type.
getEmployeeType
in interface EntityEmploymentContract
getEmployeeType
in interface EntityEmploymentHistoryContract
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()
Inactivatable
isActive
in interface Inactivatable
public boolean isTenured()
EntityEmploymentContract
isTenured
in interface EntityEmploymentContract
public String getId()
Identifiable
getId
in interface Identifiable
public Long getHistoryId()
getHistoryId
in interface Historical
public org.joda.time.DateTime getActiveFromDate()
InactivatableFromTo
getActiveFromDate
in interface InactivatableFromTo
public org.joda.time.DateTime getActiveToDate()
InactivatableFromTo
getActiveToDate
in interface InactivatableFromTo
public boolean isActiveNow()
isActiveNow
in interface Historical
public boolean isActive(org.joda.time.DateTime activeAsOf)
InactivatableFromTo
isActive
in interface InactivatableFromTo
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |