public interface SystemScheduledTimeOffContract extends HrBusinessObjectContract
SystemScheduledTimeOffContract interface
Modifier and Type | Field and Description |
---|---|
static String |
CACHE_NAME |
Modifier and Type | Method and Description |
---|---|
String |
getAccrualCategory()
The AccrualCategory name associated with the SystemScheduledTimeOff
|
AccrualCategoryContract |
getAccrualCategoryObj()
The AccrualCategory object associated with the SystemScheduledTimeOff
|
Date |
getAccruedDate()
The date the holiday is available to use
|
org.joda.time.LocalDate |
getAccruedLocalDate()
The date the holiday is available to use
|
BigDecimal |
getAmountofTime()
The amount of leave time taken for the ScheduledTimeOff
|
String |
getDescr()
The description of the SystemScheduledTimeOff
|
String |
getEarnCode()
The EarnCode name associated with the SystemScheduledTimeOff
|
EarnCodeContract |
getEarnCodeObj()
The EarnCode object associated with the SystemScheduledTimeOff
|
String |
getLeavePlan()
The LeavePlan name associated with the SystemScheduledTimeOff
|
LeavePlanContract |
getLeavePlanObj()
The LeavePlan object associated with the SystemScheduledTimeOff
|
String |
getLmSystemScheduledTimeOffId()
The primary key of a SystemScheduledTimeOff entry saved in a database
|
String |
getLocation()
The Location name associated with the SystemScheduledTimeOff
|
LocationContract |
getLocationObj()
The Location object associated with the SystemScheduledTimeOff
|
String |
getPremiumEarnCode() |
String |
getPremiumHoliday()
TODO: Make sure this comment is right
Indicate if the ScheduledTimeOff Date allows employees to get higher rate of pay for working it
|
Date |
getScheduledTimeOffDate()
The date of the ScheduledTimeOff that is put on the calendar
|
org.joda.time.LocalDate |
getScheduledTimeOffLocalDate()
The date of the ScheduledTimeOff that is put on the calendar
|
BigDecimal |
getTransferConversionFactor()
The conversion rate to be used to transfer the unused Amount of Time
|
String |
getTransfertoEarnCode()
The EarnCode name used to transfer the unused time
|
String |
getUnusedTime()
Indicate how time can be banked/accrued
|
areAllBusinessKeyValuesAvailable, getBusinessKeyValuesMap, getEffectiveDate, getRelativeEffectiveDate, getTimestamp
buildListOfDeletionAwareLists, getExtension, isNewCollectionRecord, linkEditableUserFields, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
getEffectiveLocalDate
getCreateTime
getUserPrincipalId
static final String CACHE_NAME
String getLmSystemScheduledTimeOffId()
lmSystemScheduledTimeOffId of a SystemScheduledTimeOff
String getLeavePlan()
leavePlan of a SystemScheduledTimeOff
String getAccrualCategory()
accrualCategory of a SystemScheduledTimeOff
Date getAccruedDate()
accruedDate of a SystemScheduledTimeOff
org.joda.time.LocalDate getAccruedLocalDate()
accruedDate of a SystemScheduledTimeOff
Date getScheduledTimeOffDate()
scheduledTimeOffDate of a SystemScheduledTimeOff
org.joda.time.LocalDate getScheduledTimeOffLocalDate()
scheduledTimeOffDate of a SystemScheduledTimeOff
String getLocation()
location of a SystemScheduledTimeOff
String getDescr()
description of a SystemScheduledTimeOff
BigDecimal getAmountofTime()
amountofTime of a SystemScheduledTimeOff
String getUnusedTime()
unusedTime of a SystemScheduledTimeOff
BigDecimal getTransferConversionFactor()
unusedTime of a SystemScheduledTimeOff
String getPremiumHoliday()
premiumHoliday of a SystemScheduledTimeOff
LeavePlanContract getLeavePlanObj()
leavePlanObject of a SystemScheduledTimeOff
AccrualCategoryContract getAccrualCategoryObj()
accrualCategoryObj of a SystemScheduledTimeOff
String getEarnCode()
earnCode of a SystemScheduledTimeOff
String getTransfertoEarnCode()
transfertoEarnCode of a SystemScheduledTimeOff
EarnCodeContract getEarnCodeObj()
earnCodeObject of a SystemScheduledTimeOff
LocationContract getLocationObj()
locationObj of a SystemScheduledTimeOff
String getPremiumEarnCode()
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.