|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.krad.bo.BusinessObjectBase org.kuali.rice.krad.bo.PersistableBusinessObjectBase org.kuali.hr.time.holidaycalendar.HolidayCalendar
public class HolidayCalendar
Field Summary | |
---|---|
static String |
CACHE_NAME
|
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
HolidayCalendar()
|
Method Summary | |
---|---|
List<HolidayCalendarDateEntry> |
getDateEntries()
|
String |
getDescr()
|
String |
getHolidayCalendarGroup()
|
String |
getHrHolidayCalendarId()
|
boolean |
isActive()
|
void |
setActive(boolean active)
|
void |
setDateEntries(List<HolidayCalendarDateEntry> dateEntries)
|
void |
setDescr(String descr)
|
void |
setHolidayCalendarGroup(String holidayCalendarGroup)
|
void |
setHrHolidayCalendarId(String hrHolidayCalendarId)
|
Methods inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase |
---|
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 |
Methods inherited from class org.kuali.rice.krad.bo.BusinessObjectBase |
---|
toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic |
---|
toString |
Field Detail |
---|
public static final String CACHE_NAME
Constructor Detail |
---|
public HolidayCalendar()
Method Detail |
---|
public String getHrHolidayCalendarId()
public void setHrHolidayCalendarId(String hrHolidayCalendarId)
public String getHolidayCalendarGroup()
public void setHolidayCalendarGroup(String holidayCalendarGroup)
public String getDescr()
public void setDescr(String descr)
public List<HolidayCalendarDateEntry> getDateEntries()
public void setDateEntries(List<HolidayCalendarDateEntry> dateEntries)
public boolean isActive()
public void setActive(boolean active)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |