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) |
_persistence_get_objectId, _persistence_get_versionNumber, _persistence_get, _persistence_new, _persistence_post_clone, _persistence_set_objectId, _persistence_set_versionNumber, _persistence_set, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getLegacyDataAdapter, getObjectId, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
_persistence_checkFetched, _persistence_checkFetchedForSet, _persistence_getCacheKey, _persistence_getFetchGroup, _persistence_getHref, _persistence_getId, _persistence_getPropertyChangeListener, _persistence_getRelationships, _persistence_getSession, _persistence_isAttributeFetched, _persistence_propertyChange, _persistence_resetFetchGroup, _persistence_setCacheKey, _persistence_setFetchGroup, _persistence_setHref, _persistence_setId, _persistence_setPropertyChangeListener, _persistence_setRelationships, _persistence_setSession, _persistence_setShouldRefreshFetchGroup, _persistence_shallow_clone, _persistence_shouldRefreshFetchGroup, toString
public 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()
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 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()
public org.joda.time.LocalTime getFlsaBeginLocalTime()
CalendarContract
flsaBeginTime of a Calendar
getFlsaBeginLocalTime
in interface CalendarContract
public void setFlsaBeginTime(Time flsaBeginTime)
public int getFlsaEndDayConstant()
public int getFlsaBeginDayConstant()
getFlsaBeginDayConstant
in interface CalendarContract
public static CalendarBo from(Calendar im)
public static Calendar to(CalendarBo bo)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.