org.kuali.hr.lm.leaveplan
Class LeavePlan
java.lang.Object
org.kuali.rice.krad.bo.BusinessObjectBase
org.kuali.rice.krad.bo.PersistableBusinessObjectBase
org.kuali.hr.time.HrBusinessObject
org.kuali.hr.lm.leaveplan.LeavePlan
- All Implemented Interfaces:
- Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.core.api.mo.common.GloballyUnique, org.kuali.rice.core.api.mo.common.Versioned, org.kuali.rice.core.api.mo.ModelObjectBasic, org.kuali.rice.krad.bo.BusinessObject, org.kuali.rice.krad.bo.PersistableBusinessObject
public class LeavePlan
- extends HrBusinessObject
- See Also:
- Serialized Form
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase |
extension, versionNumber |
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 interface org.kuali.rice.core.api.mo.ModelObjectBasic |
toString |
CACHE_NAME
public static final String CACHE_NAME
- See Also:
- Constant Field Values
LeavePlan
public LeavePlan()
getBatchPriorYearCarryOverStartDate
public String getBatchPriorYearCarryOverStartDate()
setBatchPriorYearCarryOverStartDate
public void setBatchPriorYearCarryOverStartDate(String batchPriorYearCarryOverStartDate)
getBatchPriorYearCarryOverStartTime
public Time getBatchPriorYearCarryOverStartTime()
setBatchPriorYearCarryOverStartTime
public void setBatchPriorYearCarryOverStartTime(Time batchPriorYearCarryOverStartTime)
getPlanningMonths
public String getPlanningMonths()
setPlanningMonths
public void setPlanningMonths(String planningMonths)
getLmLeavePlanId
public String getLmLeavePlanId()
setLmLeavePlanId
public void setLmLeavePlanId(String lmLeavePlanId)
getLeavePlan
public String getLeavePlan()
setLeavePlan
public void setLeavePlan(String leavePlan)
getDescr
public String getDescr()
setDescr
public void setDescr(String descr)
getCalendarYearStart
public String getCalendarYearStart()
setCalendarYearStart
public void setCalendarYearStart(String calendarYearStart)
getCalendarYearStartMonth
public String getCalendarYearStartMonth()
getCalendarYearStartDayOfMonth
public String getCalendarYearStartDayOfMonth()
getHistory
public Boolean getHistory()
setHistory
public void setHistory(Boolean history)
getUniqueKey
protected String getUniqueKey()
- Specified by:
getUniqueKey
in class HrBusinessObject
getId
public String getId()
- Specified by:
getId
in class HrBusinessObject
setId
public void setId(String id)
- Specified by:
setId
in class HrBusinessObject
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.