| 
 | ||||||||||
| 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.document.calendar.CalendarDocumentHeader
public abstract class CalendarDocumentHeader
| Field Summary | |
|---|---|
| protected  Date | beginDate | 
| protected  String | calendarType | 
| protected  String | documentId | 
| protected  String | documentStatus | 
| protected  Date | endDate | 
| protected  String | principalId | 
| Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase | 
|---|
| extension, versionNumber | 
| Constructor Summary | |
|---|---|
| CalendarDocumentHeader() | |
| Method Summary | |
|---|---|
| abstract  Date | getBeginDate()The begin date of the calendar entry for the Calendar document | 
| abstract  org.joda.time.DateTime | getBeginDateTime()The begin date time of the calendar entry for the Calendar document | 
| abstract  String | getCalendarType() | 
| abstract  String | getDocumentId()The document id the CalendarDocumentHeader is associated with | 
| abstract  String | getDocumentStatus()The current status code of the Document Header | 
| abstract  Date | getEndDate()The end date of the calendar entry for the Calendar document | 
| abstract  org.joda.time.DateTime | getEndDateTime()The end date time of the calendar entry for the Calendar document | 
| abstract  String | getPrincipalId()The principal id that initiated the the Document Header | 
| 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.krad.bo.PersistableBusinessObject | 
|---|
| buildListOfDeletionAwareLists, getExtension, isNewCollectionRecord, linkEditableUserFields, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber | 
| Methods inherited from interface org.kuali.rice.krad.bo.BusinessObject | 
|---|
| refresh | 
| Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic | 
|---|
| toString | 
| Methods inherited from interface org.kuali.rice.core.api.mo.common.Versioned | 
|---|
| getVersionNumber | 
| Methods inherited from interface org.kuali.rice.core.api.mo.common.GloballyUnique | 
|---|
| getObjectId | 
| Field Detail | 
|---|
protected String documentId
protected String principalId
protected Date beginDate
protected Date endDate
protected String documentStatus
protected String calendarType
| Constructor Detail | 
|---|
public CalendarDocumentHeader()
| Method Detail | 
|---|
public abstract String getDocumentId()
CalendarDocumentHeaderContractdocumentId of a CalendarDocumentHeader
getDocumentId in interface CalendarDocumentHeaderContractpublic abstract String getPrincipalId()
CalendarDocumentHeaderContractprincipalId of a CalendarDocumentHeader
getPrincipalId in interface CalendarDocumentHeaderContractpublic abstract String getDocumentStatus()
CalendarDocumentHeaderContractdocumentStatus of a CalendarDocumentHeader
getDocumentStatus in interface CalendarDocumentHeaderContractpublic abstract Date getBeginDate()
CalendarDocumentHeaderContractbeginDate of a CalendarDocumentHeader
getBeginDate in interface CalendarDocumentHeaderContractpublic abstract org.joda.time.DateTime getBeginDateTime()
CalendarDocumentHeaderContractbeginDateTime of a CalendarDocumentHeader
getBeginDateTime in interface CalendarDocumentHeaderContractpublic abstract Date getEndDate()
CalendarDocumentHeaderContractendDate of a CalendarDocumentHeader
getEndDate in interface CalendarDocumentHeaderContractpublic abstract org.joda.time.DateTime getEndDateTime()
CalendarDocumentHeaderContractendDateTime of a CalendarDocumentHeader
getEndDateTime in interface CalendarDocumentHeaderContractpublic abstract String getCalendarType()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||