org.kuali.hr.lm.leaveblock
Class LeaveBlock

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

Nested Class Summary
static class LeaveBlock.Builder
           
 
Field Summary
 
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
LeaveBlock()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getAccrualCategory()
           
 AccrualCategory getAccrualCategoryObj()
           
 String getAccrualCategoryRuleId()
           
 Boolean getAccrualGenerated()
           
 String getApplyToYtdUsed()
           
 String getAssignmentKey()
           
 String getAssignmentTitle()
           
 Timestamp getBeginTimestamp()
           
 Long getBlockId()
           
 String getCalendarId()
           
 Timestamp getDateAndTime()
           
 String getDescription()
           
 String getDocumentId()
           
 String getDocumentStatus()
           
 String getEarnCode()
           
 String getEarnCodeDescription()
           
 Timestamp getEndTimestamp()
           
 Long getJobNumber()
           
 BigDecimal getLeaveAmount()
           
 List<LeaveBlockHistory> getLeaveBlockHistories()
           
 String getLeaveBlockType()
           
 Date getLeaveDate()
           
 String getLeaveRequestDocumentId()
           
 String getLmLeaveBlockId()
           
 String getPlanningDescription()
           
 String getPrincipalId()
           
 String getPrincipalIdModified()
           
 String getReason()
           
 String getRequestStatus()
           
 String getRequestStatusString()
           
 String getScheduleTimeOffId()
           
 boolean getSubmit()
           
 SystemScheduledTimeOff getSystemScheduledTimeOffObj()
           
 Long getTask()
           
 Timestamp getTimestamp()
           
 String getTkAssignmentId()
           
 String getTransactionalDocId()
           
 Long getWorkArea()
           
 int hashCode()
           
 boolean isDeletable()
           
 boolean isEditable()
           
 void setAccrualCategory(String accrualCategory)
           
 void setAccrualCategoryObj(AccrualCategory accrualCategoryObj)
           
 void setAccrualGenerated(Boolean accrualGenerated)
           
 void setApplyToYtdUsed(String applyToYtdUsed)
           
 void setAssignmentKey(String assignmentDescription)
           
 void setAssignmentTitle(String assignmentTitle)
           
 void setBeginTimestamp(Timestamp beginTimestamp)
           
 void setBlockId(Long blockId)
           
 void setCalendarId(String calendarId)
           
 void setDateAndTime(Timestamp dateAndTime)
           
 void setDescription(String description)
           
 void setDocumentId(String documentId)
           
 void setDocumentStatus(String documentStatus)
           
 void setEarnCode(String earnCode)
           
 void setEndTimestamp(Timestamp endTimestamp)
           
 void setJobNumber(Long jobNumber)
           
 void setLeaveAmount(BigDecimal leaveAmount)
           
 void setLeaveBlockHistories(List<LeaveBlockHistory> leaveBlockHistories)
           
 void setLeaveBlockType(String leaveBlockType)
           
 void setLeaveDate(Date leaveDate)
           
 void setLeaveRequestDocumentId(String leaveRequestDocumentId)
           
 void setLmLeaveBlockId(String lmLeaveBlockId)
           
 void setPlanningDescription(String planningDescription)
           
 void setPrincipalId(String principalId)
           
 void setPrincipalIdModified(String principalIdModified)
           
 void setReason(String reason)
           
 void setRequestStatus(String requestStatus)
           
 void setScheduleTimeOffId(String scheduleTimeOffId)
           
 void setSubmit(boolean submit)
           
 void setSystemScheduledTimeOffObj(SystemScheduledTimeOff systemScheduledTimeOffObj)
           
 void setTask(Long task)
           
 void setTimestamp(Timestamp timestamp)
           
 void setTkAssignmentId(String tkAssignmentId)
           
 void setTransactionDocId(String documentHeaderId)
           
 void setWorkArea(Long workArea)
           
 
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, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic
toString
 

Constructor Detail

LeaveBlock

public LeaveBlock()
Method Detail

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.