public final class Calendar extends org.kuali.rice.core.api.mo.AbstractDataTransferObject implements CalendarContract
| Modifier and Type | Class and Description |
|---|---|
static class |
Calendar.Builder
A builder which can be used to construct
Calendar instances. |
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
|
int |
getFlsaEndDayConstant() |
String |
getHrCalendarId()
The primary Key of a Calendar entry saved in a database
|
String |
getObjectId() |
Long |
getVersionNumber() |
public String getCalendarDescriptions()
CalendarContractcalendarDescriptions of a Calendar
getCalendarDescriptions in interface CalendarContractpublic String getCalendarName()
CalendarContractcalendarName of a Calendar
getCalendarName in interface CalendarContractpublic String getCalendarTypes()
CalendarContractcalendarTypes of a Calendar
getCalendarTypes in interface CalendarContractpublic String getFlsaBeginDay()
CalendarContractflsaBeginDay of a Calendar
getFlsaBeginDay in interface CalendarContractpublic org.joda.time.LocalTime getFlsaBeginLocalTime()
CalendarContractflsaBeginTime of a Calendar
getFlsaBeginLocalTime in interface CalendarContractpublic int getFlsaBeginDayConstant()
CalendarContractorg.joda.time.DateTimeConstants.MONDAY ... org.joda.time.DateTimeConstants.SUNDAY
getFlsaBeginDayConstant in interface CalendarContractpublic String getHrCalendarId()
CalendarContracthrCalendarId of a Calendar
getHrCalendarId in interface CalendarContractpublic Long getVersionNumber()
getVersionNumber in interface org.kuali.rice.core.api.mo.common.Versionedpublic String getObjectId()
getObjectId in interface org.kuali.rice.core.api.mo.common.GloballyUniquepublic int getFlsaEndDayConstant()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.