org.kuali.kpme.core.block
Class CalendarBlock

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

Field Summary
 
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
 
Constructor Summary
CalendarBlock()
           
 
Method Summary
 BigDecimal getAmount()
           
 Date getBeginTimestamp()
           
 String getConcreteBlockId()
           
 String getConcreteBlockType()
           
 String getDocumentId()
           
 String getEarnCode()
           
 Date getEndTimestamp()
           
 BigDecimal getHours()
           
 Long getJobNumber()
           
 boolean getLunchDeleted()
           
 String getOvertimePref()
           
 String getPrincipalId()
           
 Long getTask()
           
 Timestamp getTimestamp()
           
 Long getWorkArea()
           
 void setAmount(BigDecimal amount)
           
 void setBeginTimestamp(Date beginTimestamp)
           
 void setConcreteBlockId(String concreteBlockId)
           
 void setConcreteBlockType(String concreteBlockType)
           
 void setDocumentId(String documentId)
           
 void setEarnCode(String earnCode)
           
 void setEndTimestamp(Date endTimestamp)
           
 void setHours(BigDecimal hours)
           
 void setJobNumber(Long jobNumber)
           
 void setLunchDeleted(boolean lunchDeleted)
           
 void setOvertimePref(String overtimePref)
           
 void setPrincipalId(String principalId)
           
 void setTask(Long task)
           
 void setTimestamp(Timestamp timestamp)
           
 void setUserPrincipalId(String userPrincipalId)
           
 void setWorkArea(Long workArea)
           
 
Methods inherited from class org.kuali.kpme.core.block.CalendarBlockBase
getHrCalendarBlockId, setHrCalendarBlockId
 
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
 

Constructor Detail

CalendarBlock

public CalendarBlock()
Method Detail

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.