|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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()
CalendarDocumentHeaderContract
documentId of a CalendarDocumentHeader
getDocumentId
in interface CalendarDocumentHeaderContract
public abstract String getPrincipalId()
CalendarDocumentHeaderContract
principalId of a CalendarDocumentHeader
getPrincipalId
in interface CalendarDocumentHeaderContract
public abstract String getDocumentStatus()
CalendarDocumentHeaderContract
documentStatus of a CalendarDocumentHeader
getDocumentStatus
in interface CalendarDocumentHeaderContract
public abstract Date getBeginDate()
CalendarDocumentHeaderContract
beginDate of a CalendarDocumentHeader
getBeginDate
in interface CalendarDocumentHeaderContract
public abstract org.joda.time.DateTime getBeginDateTime()
CalendarDocumentHeaderContract
beginDateTime of a CalendarDocumentHeader
getBeginDateTime
in interface CalendarDocumentHeaderContract
public abstract Date getEndDate()
CalendarDocumentHeaderContract
endDate of a CalendarDocumentHeader
getEndDate
in interface CalendarDocumentHeaderContract
public abstract org.joda.time.DateTime getEndDateTime()
CalendarDocumentHeaderContract
endDateTime of a CalendarDocumentHeader
getEndDateTime
in interface CalendarDocumentHeaderContract
public abstract String getCalendarType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |