org.kuali.kpme.core.block
Class CalendarBlock
java.lang.Object
org.kuali.rice.krad.bo.BusinessObjectBase
org.kuali.rice.krad.bo.PersistableBusinessObjectBase
org.kuali.kpme.core.block.CalendarBlockBase
org.kuali.kpme.core.block.CalendarBlock
- All Implemented Interfaces:
- Serializable, org.apache.ojb.broker.PersistenceBrokerAware, CalendarBlockContract, 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:
- LeaveBlock, TimeBlock
public class CalendarBlock
- extends CalendarBlockBase
- See Also:
- Serialized Form
Fields inherited from class org.kuali.kpme.core.block.CalendarBlockBase |
amount, beginTimestamp, concreteBlockId, concreteBlockType, documentId, earnCode, endTimestamp, hours, hrCalendarBlockId, jobNumber, lunchDeleted, overtimePref, principalId, task, timestamp, userPrincipalId, workArea |
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 |
CalendarBlock
public CalendarBlock()
getConcreteBlockType
public String getConcreteBlockType()
- Specified by:
getConcreteBlockType
in interface CalendarBlockContract
- Specified by:
getConcreteBlockType
in class CalendarBlockBase
setConcreteBlockType
public void setConcreteBlockType(String concreteBlockType)
- Specified by:
setConcreteBlockType
in interface CalendarBlockContract
- Specified by:
setConcreteBlockType
in class CalendarBlockBase
getConcreteBlockId
public String getConcreteBlockId()
- Specified by:
getConcreteBlockId
in interface CalendarBlockContract
- Specified by:
getConcreteBlockId
in class CalendarBlockBase
setConcreteBlockId
public void setConcreteBlockId(String concreteBlockId)
- Specified by:
setConcreteBlockId
in interface CalendarBlockContract
- Specified by:
setConcreteBlockId
in class CalendarBlockBase
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)
getEarnCode
public String getEarnCode()
setEarnCode
public void setEarnCode(String earnCode)
getDocumentId
public String getDocumentId()
setDocumentId
public void setDocumentId(String documentId)
getPrincipalId
public String getPrincipalId()
setPrincipalId
public void setPrincipalId(String principalId)
getTimestamp
public Timestamp getTimestamp()
setTimestamp
public void setTimestamp(Timestamp timestamp)
getBeginTimestamp
public Date getBeginTimestamp()
setBeginTimestamp
public void setBeginTimestamp(Date beginTimestamp)
getEndTimestamp
public Date getEndTimestamp()
setEndTimestamp
public void setEndTimestamp(Date endTimestamp)
setUserPrincipalId
public void setUserPrincipalId(String userPrincipalId)
getAmount
public BigDecimal getAmount()
setAmount
public void setAmount(BigDecimal amount)
getHours
public BigDecimal getHours()
setHours
public void setHours(BigDecimal hours)
getOvertimePref
public String getOvertimePref()
setOvertimePref
public void setOvertimePref(String overtimePref)
setLunchDeleted
public void setLunchDeleted(boolean lunchDeleted)
getLunchDeleted
public boolean getLunchDeleted()
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.