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, setVersionNumber
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final String CACHE_NAME
public static final com.google.common.collect.ImmutableList<String> EQUAL_TO_FIELDS
public Calendar()
public String getHrCalendarId()
CalendarContract
hrCalendarId of a Calendar
getHrCalendarId
in interface CalendarContract
public void setHrCalendarId(String hrCalendarId)
public String getCalendarName()
CalendarContract
calendarName of a Calendar
getCalendarName
in interface CalendarContract
public void setCalendarName(String calendarName)
public String getCalendarTypes()
CalendarContract
calendarTypes of a Calendar
getCalendarTypes
in interface CalendarContract
public void setCalendarTypes(String calendarTypes)
public List<CalendarEntry> getCalendarEntries()
CalendarContract
calendarEntries of a Calendar
getCalendarEntries
in interface CalendarContract
public void setCalendarEntries(List<CalendarEntry> calendarEntries)
public void setFlsaBeginDayConstant(int flsaBeginDayConstant)
public String getCalendarDescriptions()
CalendarContract
calendarDescriptions of a Calendar
getCalendarDescriptions
in interface CalendarContract
public void setCalendarDescriptions(String calendarDescriptions)
public String getFlsaBeginDay()
CalendarContract
flsaBeginDay of a Calendar
getFlsaBeginDay
in interface CalendarContract
public void setFlsaBeginDay(String flsaBeginDay)
public Time getFlsaBeginTime()
CalendarContract
flsaBeginTime of a Calendar
getFlsaBeginTime
in interface CalendarContract
public void setFlsaBeginTime(Time flsaBeginTime)
public int getFlsaEndDayConstant()
public int getFlsaBeginDayConstant()
getFlsaBeginDayConstant
in interface CalendarContract
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.