org.kuali.kpme.tklm.api.time.detail
Interface TimeDetailSummaryContract

All Known Implementing Classes:
TimeDetailSummary

public interface TimeDetailSummaryContract

TimeDetailSummaryContract interface


Method Summary
 Integer getNumberOfDays()
          The numberOfDays associated with the TimeDetailSummary
 List<? extends TimeBlockContract> getTimeBlocks()
          The list of TimeBlock objects associated with the TimeDetailSummary
 

Method Detail

getTimeBlocks

List<? extends TimeBlockContract> getTimeBlocks()
The list of TimeBlock objects associated with the TimeDetailSummary

timeBlocks of a TimeDetailSummary

Returns:
timeBlocks for TimeDetailSummary

getNumberOfDays

Integer getNumberOfDays()
The numberOfDays associated with the TimeDetailSummary

numberOfDays of a TimeDetailSummary

Returns:
numberOfDays for TimeDetailSummary


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