org.kuali.hr.core.document
Interface CalendarDocumentHeaderContract

All Known Implementing Classes:
LeaveCalendarDocumentHeader, TimesheetDocumentHeader

public interface CalendarDocumentHeaderContract


Method Summary
 Date getBeginDate()
          The begin date of the calendar entry for the Calendar document
 String getDocumentId()
          The document id for the Document Header.
 String getDocumentStatus()
          The current status code of the Document Header.
 Date getEndDate()
          The end date of the calendar entry for the Calendar document
 String getPrincipalId()
          The principal id that initiated the the Document Header.
 

Method Detail

getDocumentId

String getDocumentId()
The document id for the Document Header.

Returns:
documentId

getPrincipalId

String getPrincipalId()
The principal id that initiated the the Document Header.

Returns:
principalId

getDocumentStatus

String getDocumentStatus()
The current status code of the Document Header.

Returns:
documentStatus

getBeginDate

Date getBeginDate()
The begin date of the calendar entry for the Calendar document

Returns:
beginDate

getEndDate

Date getEndDate()
The end date of the calendar entry for the Calendar document

Returns:
endDate


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.