public class Calendar extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements CalendarContract
| Modifier and Type | Field and Description |
|---|---|
static String |
CACHE_NAME |
static com.google.common.collect.ImmutableList<String> |
EQUAL_TO_FIELDS |
| Constructor and Description |
|---|
Calendar() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCalendarDescriptions()
The Text field used to describe the calendar
|
List<CalendarEntry> |
getCalendarEntries()
The list of CalendarEntry object the Calendar is associated with
|
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()
org.joda.time.DateTimeConstants.MONDAY
...
|
Time |
getFlsaBeginTime()
The time of day when FLSA period begins
|
int |
getFlsaEndDayConstant() |
String |
getHrCalendarId()
The primary Key of a Calendar entry saved in a database
|
int |
hashCode() |
void |
setCalendarDescriptions(String calendarDescriptions) |
void |
setCalendarEntries(List<CalendarEntry> calendarEntries) |
void |
setCalendarName(String calendarName) |
void |
setCalendarTypes(String calendarTypes) |
void |
setFlsaBeginDay(String flsaBeginDay) |
void |
setFlsaBeginDayConstant(int flsaBeginDayConstant) |
void |
setFlsaBeginTime(Time flsaBeginTime) |
void |
setHrCalendarId(String hrCalendarId) |
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumberclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final String CACHE_NAME
public static final com.google.common.collect.ImmutableList<String> EQUAL_TO_FIELDS
public Calendar()
public String getHrCalendarId()
CalendarContracthrCalendarId of a Calendar
getHrCalendarId in interface CalendarContractpublic void setHrCalendarId(String hrCalendarId)
public String getCalendarName()
CalendarContractcalendarName of a Calendar
getCalendarName in interface CalendarContractpublic void setCalendarName(String calendarName)
public String getCalendarTypes()
CalendarContractcalendarTypes of a Calendar
getCalendarTypes in interface CalendarContractpublic void setCalendarTypes(String calendarTypes)
public List<CalendarEntry> getCalendarEntries()
CalendarContractcalendarEntries of a Calendar
getCalendarEntries in interface CalendarContractpublic void setCalendarEntries(List<CalendarEntry> calendarEntries)
public void setFlsaBeginDayConstant(int flsaBeginDayConstant)
public String getCalendarDescriptions()
CalendarContractcalendarDescriptions of a Calendar
getCalendarDescriptions in interface CalendarContractpublic void setCalendarDescriptions(String calendarDescriptions)
public String getFlsaBeginDay()
CalendarContractflsaBeginDay of a Calendar
getFlsaBeginDay in interface CalendarContractpublic void setFlsaBeginDay(String flsaBeginDay)
public Time getFlsaBeginTime()
CalendarContractflsaBeginTime of a Calendar
getFlsaBeginTime in interface CalendarContractpublic void setFlsaBeginTime(Time flsaBeginTime)
public int getFlsaEndDayConstant()
public int getFlsaBeginDayConstant()
getFlsaBeginDayConstant in interface CalendarContractCopyright © 2004–2014 The Kuali Foundation. All rights reserved.