|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.krad.bo.BusinessObjectBase
org.kuali.rice.krad.bo.PersistableBusinessObjectBase
org.kuali.kpme.core.block.CalendarBlockBase
public abstract class CalendarBlockBase
| Field Summary | |
|---|---|
protected BigDecimal |
amount
|
protected Date |
beginTimestamp
|
protected String |
concreteBlockId
|
protected String |
concreteBlockType
|
protected String |
documentId
|
protected String |
earnCode
|
protected Date |
endTimestamp
|
protected BigDecimal |
hours
|
protected String |
hrCalendarBlockId
|
protected Long |
jobNumber
|
protected boolean |
lunchDeleted
|
protected String |
overtimePref
|
protected String |
principalId
|
protected Long |
task
|
protected Timestamp |
timestamp
|
protected String |
userPrincipalId
|
protected Long |
workArea
|
| Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase |
|---|
extension, versionNumber |
| Constructor Summary | |
|---|---|
CalendarBlockBase()
|
|
| Method Summary | |
|---|---|
abstract String |
getConcreteBlockId()
|
abstract String |
getConcreteBlockType()
|
String |
getHrCalendarBlockId()
|
abstract void |
setConcreteBlockId(String concreteBlockId)
|
abstract void |
setConcreteBlockType(String concreteBlockType)
|
void |
setHrCalendarBlockId(String hrCalendarBlockId)
|
| 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.kpme.core.api.block.CalendarBlockContract |
|---|
getAmount, getBeginTimestamp, getDocumentId, getEarnCode, getEndTimestamp, getHours, getJobNumber, getLunchDeleted, getOvertimePref, getPrincipalId, getTask, getTimestamp, getWorkArea, setAmount, setBeginTimestamp, setDocumentId, setEarnCode, setEndTimestamp, setHours, setJobNumber, setLunchDeleted, setOvertimePref, setPrincipalId, setTask, setTimestamp, setWorkArea |
| Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic |
|---|
toString |
| Field Detail |
|---|
protected String hrCalendarBlockId
protected String principalId
protected String userPrincipalId
protected String documentId
protected Date beginTimestamp
protected Date endTimestamp
protected Timestamp timestamp
protected boolean lunchDeleted
protected BigDecimal hours
protected BigDecimal amount
protected String overtimePref
protected String earnCode
protected Long workArea
protected Long jobNumber
protected Long task
protected String concreteBlockType
protected String concreteBlockId
| Constructor Detail |
|---|
public CalendarBlockBase()
| Method Detail |
|---|
public abstract String getConcreteBlockType()
getConcreteBlockType in interface CalendarBlockContractpublic abstract void setConcreteBlockType(String concreteBlockType)
setConcreteBlockType in interface CalendarBlockContractpublic abstract String getConcreteBlockId()
getConcreteBlockId in interface CalendarBlockContractpublic abstract void setConcreteBlockId(String concreteBlockId)
setConcreteBlockId in interface CalendarBlockContractpublic String getHrCalendarBlockId()
getHrCalendarBlockId in interface CalendarBlockContractpublic void setHrCalendarBlockId(String hrCalendarBlockId)
setHrCalendarBlockId in interface CalendarBlockContract
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||