|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.kpme.core.document.calendar.CalendarDocument
public abstract class CalendarDocument
| Field Summary | |
|---|---|
protected org.joda.time.LocalDate |
asOfDate
|
protected List<Assignment> |
assignments
|
protected CalendarEntry |
calendarEntry
|
protected String |
calendarType
|
protected CalendarDocumentHeader |
documentHeader
|
| Constructor Summary | |
|---|---|
CalendarDocument()
|
|
| Method Summary | |
|---|---|
abstract org.joda.time.LocalDate |
getAsOfDate()
The beginning date of the calendar entry the CalendarDocument is associated with |
Assignment |
getAssignment(AssignmentDescriptionKey assignmentDescriptionKey)
|
Map<String,String> |
getAssignmentDescriptions()
|
abstract List<Assignment> |
getAssignments()
The list of Assignment objects the CalendarDocument is associated with |
abstract CalendarEntry |
getCalendarEntry()
The CalendarEntry object the CalendarDocument is associated with |
String |
getCalendarType()
|
abstract CalendarDocumentHeader |
getDocumentHeader()
The CalendarDocumentHeader object the CalendarDocument is associated with |
String |
getDocumentId()
|
String |
getPrincipalId()
|
void |
setCalendarType(String calendarType)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected CalendarDocumentHeader documentHeader
protected List<Assignment> assignments
protected CalendarEntry calendarEntry
protected org.joda.time.LocalDate asOfDate
protected String calendarType
| Constructor Detail |
|---|
public CalendarDocument()
| Method Detail |
|---|
public abstract CalendarDocumentHeader getDocumentHeader()
CalendarDocumentContractdocumentHeader of a CalendarDocument
getDocumentHeader in interface CalendarDocumentContractpublic abstract List<Assignment> getAssignments()
CalendarDocumentContractassignments of a CalendarDocument
getAssignments in interface CalendarDocumentContractpublic abstract CalendarEntry getCalendarEntry()
CalendarDocumentContractcalendarEntry of a CalendarDocument
getCalendarEntry in interface CalendarDocumentContractpublic abstract org.joda.time.LocalDate getAsOfDate()
CalendarDocumentContractasOfDate of a CalendarDocument
getAsOfDate in interface CalendarDocumentContractpublic String getDocumentId()
public String getPrincipalId()
public String getCalendarType()
public void setCalendarType(String calendarType)
public Map<String,String> getAssignmentDescriptions()
public Assignment getAssignment(AssignmentDescriptionKey assignmentDescriptionKey)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||