|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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()
CalendarDocumentContract
documentHeader of a CalendarDocument
getDocumentHeader
in interface CalendarDocumentContract
public abstract List<Assignment> getAssignments()
CalendarDocumentContract
assignments of a CalendarDocument
getAssignments
in interface CalendarDocumentContract
public abstract CalendarEntry getCalendarEntry()
CalendarDocumentContract
calendarEntry of a CalendarDocument
getCalendarEntry
in interface CalendarDocumentContract
public abstract org.joda.time.LocalDate getAsOfDate()
CalendarDocumentContract
asOfDate of a CalendarDocument
getAsOfDate
in interface CalendarDocumentContract
public 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 |