org.kuali.hr.lm.leaveplan
Class LeavePlan

java.lang.Object
  extended by org.kuali.rice.krad.bo.BusinessObjectBase
      extended by org.kuali.rice.krad.bo.PersistableBusinessObjectBase
          extended by org.kuali.hr.time.HrBusinessObject
              extended by 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

Field Summary
static String CACHE_NAME
           
 
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
LeavePlan()
           
 
Method Summary
 String getBatchPriorYearCarryOverStartDate()
           
 Time getBatchPriorYearCarryOverStartTime()
           
 String getCalendarYearStart()
           
 String getCalendarYearStartDayOfMonth()
           
 String getCalendarYearStartMonth()
           
 String getDescr()
           
 Boolean getHistory()
           
 String getId()
           
 String getLeavePlan()
           
 String getLmLeavePlanId()
           
 String getPlanningMonths()
           
protected  String getUniqueKey()
           
 void setBatchPriorYearCarryOverStartDate(String batchPriorYearCarryOverStartDate)
           
 void setBatchPriorYearCarryOverStartTime(Time batchPriorYearCarryOverStartTime)
           
 void setCalendarYearStart(String calendarYearStart)
           
 void setDescr(String descr)
           
 void setHistory(Boolean history)
           
 void setId(String id)
           
 void setLeavePlan(String leavePlan)
           
 void setLmLeavePlanId(String lmLeavePlanId)
           
 void setPlanningMonths(String planningMonths)
           
 
Methods inherited from class org.kuali.hr.time.HrBusinessObject
getEffectiveDate, getTimestamp, isActive, setActive, setEffectiveDate, setTimestamp
 
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

CACHE_NAME

public static final String CACHE_NAME
See Also:
Constant Field Values
Constructor Detail

LeavePlan

public LeavePlan()
Method Detail

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.