public interface CalendarContract extends KpmeDataTransferObject
CalendarContract interface
Modifier and Type | Field and Description |
---|---|
static String |
CACHE_NAME |
Modifier and Type | Method and Description |
---|---|
String |
getCalendarDescriptions()
The Text field used to describe the calendar
|
String |
getCalendarName()
The text field used to define the calendar entry for pay or leave reporting periods
|
String |
getCalendarTypes()
The Text field used to indicate calendar is to be used for pay or leave reporting periods
|
String |
getFlsaBeginDay()
The value that determines the FLSA period for overtime calculations
|
int |
getFlsaBeginDayConstant()
The FLSA start day the Calendar is associated with
|
org.joda.time.LocalTime |
getFlsaBeginLocalTime()
The time of day when FLSA period begins
|
String |
getHrCalendarId()
The primary Key of a Calendar entry saved in a database
|
static final String CACHE_NAME
String getHrCalendarId()
hrCalendarId of a Calendar
String getCalendarName()
calendarName of a Calendar
String getCalendarTypes()
calendarTypes of a Calendar
String getCalendarDescriptions()
calendarDescriptions of a Calendar
String getFlsaBeginDay()
flsaBeginDay of a Calendar
org.joda.time.LocalTime getFlsaBeginLocalTime()
flsaBeginTime of a Calendar
int getFlsaBeginDayConstant()
org.joda.time.DateTimeConstants.MONDAY ... org.joda.time.DateTimeConstants.SUNDAY
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.