org.kuali.hr.lm.leaveblock
Class LeaveBlock
java.lang.Object
org.kuali.rice.krad.bo.BusinessObjectBase
org.kuali.rice.krad.bo.PersistableBusinessObjectBase
org.kuali.hr.lm.leaveblock.LeaveBlock
- 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
- Direct Known Subclasses:
- LeaveBlockHistory
public class LeaveBlock
- extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase
- 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 |
LeaveBlock
public LeaveBlock()
getAccrualCategoryRuleId
public String getAccrualCategoryRuleId()
getAccrualCategory
public String getAccrualCategory()
setAccrualCategory
public void setAccrualCategory(String accrualCategory)
getAccrualGenerated
public Boolean getAccrualGenerated()
setAccrualGenerated
public void setAccrualGenerated(Boolean accrualGenerated)
getApplyToYtdUsed
public String getApplyToYtdUsed()
getSubmit
public boolean getSubmit()
setSubmit
public void setSubmit(boolean submit)
setApplyToYtdUsed
public void setApplyToYtdUsed(String applyToYtdUsed)
getBlockId
public Long getBlockId()
setBlockId
public void setBlockId(Long blockId)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getDocumentId
public String getDocumentId()
setDocumentId
public void setDocumentId(String documentId)
getLeaveAmount
public BigDecimal getLeaveAmount()
setLeaveAmount
public void setLeaveAmount(BigDecimal leaveAmount)
getLeaveDate
public Date getLeaveDate()
setLeaveDate
public void setLeaveDate(Date leaveDate)
getLmLeaveBlockId
public String getLmLeaveBlockId()
setLmLeaveBlockId
public void setLmLeaveBlockId(String lmLeaveBlockId)
getPrincipalIdModified
public String getPrincipalIdModified()
setPrincipalIdModified
public void setPrincipalIdModified(String principalIdModified)
getPrincipalId
public String getPrincipalId()
setPrincipalId
public void setPrincipalId(String principalId)
getScheduleTimeOffId
public String getScheduleTimeOffId()
setScheduleTimeOffId
public void setScheduleTimeOffId(String scheduleTimeOffId)
getTimestamp
public Timestamp getTimestamp()
setTimestamp
public void setTimestamp(Timestamp timestamp)
getAccrualCategoryObj
public AccrualCategory getAccrualCategoryObj()
setAccrualCategoryObj
public void setAccrualCategoryObj(AccrualCategory accrualCategoryObj)
getSystemScheduledTimeOffObj
public SystemScheduledTimeOff getSystemScheduledTimeOffObj()
setSystemScheduledTimeOffObj
public void setSystemScheduledTimeOffObj(SystemScheduledTimeOff systemScheduledTimeOffObj)
getTkAssignmentId
public String getTkAssignmentId()
setTkAssignmentId
public void setTkAssignmentId(String tkAssignmentId)
getRequestStatus
public String getRequestStatus()
setRequestStatus
public void setRequestStatus(String requestStatus)
getRequestStatusString
public String getRequestStatusString()
getLeaveBlockHistories
public List<LeaveBlockHistory> getLeaveBlockHistories()
setLeaveBlockHistories
public void setLeaveBlockHistories(List<LeaveBlockHistory> leaveBlockHistories)
getReason
public String getReason()
setReason
public void setReason(String reason)
getDateAndTime
public Timestamp getDateAndTime()
setDateAndTime
public void setDateAndTime(Timestamp dateAndTime)
getWorkArea
public Long getWorkArea()
setWorkArea
public void setWorkArea(Long workArea)
getJobNumber
public Long getJobNumber()
setJobNumber
public void setJobNumber(Long jobNumber)
getTask
public Long getTask()
setTask
public void setTask(Long task)
getAssignmentTitle
public String getAssignmentTitle()
setAssignmentTitle
public void setAssignmentTitle(String assignmentTitle)
getCalendarId
public String getCalendarId()
setCalendarId
public void setCalendarId(String calendarId)
getEarnCode
public String getEarnCode()
setEarnCode
public void setEarnCode(String earnCode)
getEarnCodeDescription
public String getEarnCodeDescription()
getLeaveBlockType
public String getLeaveBlockType()
setLeaveBlockType
public void setLeaveBlockType(String leaveBlockType)
isEditable
public boolean isEditable()
isDeletable
public boolean isDeletable()
getAssignmentKey
public String getAssignmentKey()
setAssignmentKey
public void setAssignmentKey(String assignmentDescription)
getDocumentStatus
public String getDocumentStatus()
setDocumentStatus
public void setDocumentStatus(String documentStatus)
getLeaveRequestDocumentId
public String getLeaveRequestDocumentId()
setLeaveRequestDocumentId
public void setLeaveRequestDocumentId(String leaveRequestDocumentId)
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
getPlanningDescription
public String getPlanningDescription()
setPlanningDescription
public void setPlanningDescription(String planningDescription)
setTransactionDocId
public void setTransactionDocId(String documentHeaderId)
getTransactionalDocId
public String getTransactionalDocId()
getBeginTimestamp
public Timestamp getBeginTimestamp()
setBeginTimestamp
public void setBeginTimestamp(Timestamp beginTimestamp)
getEndTimestamp
public Timestamp getEndTimestamp()
setEndTimestamp
public void setEndTimestamp(Timestamp endTimestamp)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.