public class CalendarBo extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements CalendarContract
| Modifier and Type | Field and Description | 
|---|---|
| static com.google.common.collect.ImmutableList<String> | BUSINESS_KEYS | 
| static String | CACHE_NAME | 
| static org.kuali.rice.core.api.mo.ModelObjectUtils.Transformer<CalendarBo,Calendar> | toCalendar | 
| static org.kuali.rice.core.api.mo.ModelObjectUtils.Transformer<Calendar,CalendarBo> | toCalendarBo | 
| Constructor and Description | 
|---|
| CalendarBo() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object o) | 
| static CalendarBo | from(Calendar im) | 
| 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()org.joda.time.DateTimeConstants.MONDAY
 ... | 
| org.joda.time.LocalTime | getFlsaBeginLocalTime()The time of day when FLSA period begins | 
| Time | getFlsaBeginTime() | 
| int | getFlsaEndDayConstant() | 
| String | getHrCalendarId()The primary Key of a Calendar entry saved in a database | 
| int | hashCode() | 
| void | setCalendarDescriptions(String calendarDescriptions) | 
| void | setCalendarName(String calendarName) | 
| void | setCalendarTypes(String calendarTypes) | 
| void | setFlsaBeginDay(String flsaBeginDay) | 
| void | setFlsaBeginDayConstant(int flsaBeginDayConstant) | 
| void | setFlsaBeginTime(Time flsaBeginTime) | 
| void | setHrCalendarId(String hrCalendarId) | 
| static Calendar | to(CalendarBo bo) | 
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, setVersionNumberpublic static final String CACHE_NAME
public static final org.kuali.rice.core.api.mo.ModelObjectUtils.Transformer<CalendarBo,Calendar> toCalendar
public static final org.kuali.rice.core.api.mo.ModelObjectUtils.Transformer<Calendar,CalendarBo> toCalendarBo
public static final com.google.common.collect.ImmutableList<String> BUSINESS_KEYS
public CalendarBo()
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 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()
public org.joda.time.LocalTime getFlsaBeginLocalTime()
CalendarContractflsaBeginTime of a Calendar
getFlsaBeginLocalTime in interface CalendarContractpublic void setFlsaBeginTime(Time flsaBeginTime)
public int getFlsaEndDayConstant()
public int getFlsaBeginDayConstant()
getFlsaBeginDayConstant in interface CalendarContractpublic static CalendarBo from(Calendar im)
public static Calendar to(CalendarBo bo)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.